Date: Sunday, November 6, 2022 @ 18:25:30
Author: felixonmars
Revision: 1343852
archrelease: copy trunk to community-any
Added:
autopep8/repos/community-any/PKGBUILD
(from rev 1343850, autopep8/trunk/PKGBUILD)
Deleted:
autopep8/repos/community-any/PKGBUILD
----------+
PKGBUILD | 68 ++++++++++++++++++++++++++++++-------------------------------
1 file changed, 34 insertions(+), 34 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2022-11-06 18:25:29 UTC (rev 1343851)
+++ PKGBUILD 2022-11-06 18:25:30 UTC (rev 1343852)
@@ -1,34 +0,0 @@
-# Maintainer: Felix Yan <[email protected]>
-# Contributor: Ismael Carnales <icarnales at gmail dot com>
-# Contributor: Sergey Mastykov <smastykov[at]gmail[dot]com>
-
-pkgname=autopep8
-pkgver=1.7.0
-pkgrel=1
-epoch=1
-pkgdesc="A tool that automatically formats Python code to conform to the PEP 8
style guide"
-arch=('any')
-url="https://github.com/hhatto/autopep8"
-license=('MIT')
-depends=('python-pycodestyle' 'python-toml')
-makedepends=('python-setuptools')
-source=("https://github.com/hhatto/autopep8/archive/v$pkgver/$pkgname-$pkgver.tar.gz")
-sha512sums=('41bddd5c0cc93fd47dd01ba6b89f085fa7b3723abed9ac829e9f4d67a0587a7ee4457b23f16f223aaab18f33440166f402a567ca80d13535e85a6a3d4b968c0d')
-
-build() {
- cd autopep8-$pkgver
- python setup.py build
-}
-
-check() {
- cd autopep8-$pkgver
- python setup.py test
-}
-
-package() {
- cd autopep8-$pkgver
- python3 setup.py install -O1 --prefix=/usr --root="$pkgdir"
- install -Dm644 LICENSE -t "$pkgdir"/usr/share/licenses/$pkgname/
-}
-
-# vim:set ts=2 sw=2 et:
Copied: autopep8/repos/community-any/PKGBUILD (from rev 1343850,
autopep8/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2022-11-06 18:25:30 UTC (rev 1343852)
@@ -0,0 +1,34 @@
+# Maintainer: Felix Yan <[email protected]>
+# Contributor: Ismael Carnales <icarnales at gmail dot com>
+# Contributor: Sergey Mastykov <smastykov[at]gmail[dot]com>
+
+pkgname=autopep8
+pkgver=1.7.1
+pkgrel=1
+epoch=1
+pkgdesc="A tool that automatically formats Python code to conform to the PEP 8
style guide"
+arch=('any')
+url="https://github.com/hhatto/autopep8"
+license=('MIT')
+depends=('python-pycodestyle' 'python-tomli')
+makedepends=('python-setuptools')
+source=("https://github.com/hhatto/autopep8/archive/v$pkgver/$pkgname-$pkgver.tar.gz")
+sha512sums=('6a2a25ab9a45df21dd029f880cbc1aded822288d68a4f5f24d08bcc4d95a9ae58fe33e88fb0a004d223721f8467e6938a6daf313edf11e89809510b5e87260ec')
+
+build() {
+ cd autopep8-$pkgver
+ python setup.py build
+}
+
+check() {
+ cd autopep8-$pkgver
+ python setup.py test
+}
+
+package() {
+ cd autopep8-$pkgver
+ python setup.py install -O1 --prefix=/usr --root="$pkgdir"
+ install -Dm644 LICENSE -t "$pkgdir"/usr/share/licenses/$pkgname/
+}
+
+# vim:set ts=2 sw=2 et: