[arch-commits] Commit in autopep8/repos/community-staging-any (PKGBUILD PKGBUILD)

Bruno Pagani archange at gemini.archlinux.org
Sun Dec 5 14:37:11 UTC 2021


    Date: Sunday, December 5, 2021 @ 14:37:10
  Author: archange
Revision: 1065158

archrelease: copy trunk to community-staging-any

Added:
  autopep8/repos/community-staging-any/PKGBUILD
    (from rev 1065157, autopep8/trunk/PKGBUILD)
Deleted:
  autopep8/repos/community-staging-any/PKGBUILD

----------+
 PKGBUILD |   66 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 33 insertions(+), 33 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2021-12-05 14:36:47 UTC (rev 1065157)
+++ PKGBUILD	2021-12-05 14:37:10 UTC (rev 1065158)
@@ -1,33 +0,0 @@
-# Maintainer: Felix Yan <felixonmars at archlinux.org>
-# Contributor: Ismael Carnales <icarnales at gmail dot com>
-# Contributor: Sergey Mastykov <smastykov[at]gmail[dot]com>
-
-pkgname=autopep8
-pkgver=1.5.7
-pkgrel=4
-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')
-source=("https://github.com/hhatto/autopep8/archive/v$pkgver/$pkgname-$pkgver.tar.gz")
-sha512sums=('997cf823e0313013d9ba2ee6df568ed41786d4b7d1baada3099fdc11c3698d543285f1eb4dd30401eb442bd908f386fe37c27afa4a1cb668a7b68568107bfaa0')
-
-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-staging-any/PKGBUILD (from rev 1065157, autopep8/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2021-12-05 14:37:10 UTC (rev 1065158)
@@ -0,0 +1,33 @@
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+# Contributor: Ismael Carnales <icarnales at gmail dot com>
+# Contributor: Sergey Mastykov <smastykov[at]gmail[dot]com>
+
+pkgname=autopep8
+pkgver=1.6.0
+pkgrel=2
+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')
+source=("https://github.com/hhatto/autopep8/archive/v$pkgver/$pkgname-$pkgver.tar.gz")
+sha512sums=('4e95c46ed8542de7dfdfb1d5e73e8551df2fce8f5371e34580359285441288abdaefde1edc4f2c9701c2883fd189a8448f761b3db0a23ea425db71f8af0ded53')
+
+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:



More information about the arch-commits mailing list