Date: Thursday, December 2, 2021 @ 11:57:53
  Author: felixonmars
Revision: 1061616

archrelease: copy trunk to community-staging-any

Added:
  python-astunparse/repos/community-staging-any/PKGBUILD
    (from rev 1061614, python-astunparse/trunk/PKGBUILD)
Deleted:
  python-astunparse/repos/community-staging-any/PKGBUILD

----------+
 PKGBUILD |   56 ++++++++++++++++++++++++++++----------------------------
 1 file changed, 28 insertions(+), 28 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD    2021-12-02 11:57:52 UTC (rev 1061615)
+++ PKGBUILD    2021-12-02 11:57:53 UTC (rev 1061616)
@@ -1,28 +0,0 @@
-# Maintainer: Sven-Hendrik Haase <[email protected]>
-# Contributor: Andrew Steinke <[email protected]>
-
-pkgname=python-astunparse
-_pkgname=astunparse
-pkgrel=4
-pkgver=1.6.3
-pkgdesc="An AST unparser for Python"
-depends=('python' 'python-six')
-makedepends=('python-setuptools' 'python-wheel')
-url="https://github.com/simonpercivall/astunparse";
-license=('python')
-arch=('any')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/simonpercivall/astunparse/archive/v$pkgver.tar.gz";)
-sha512sums=('8f85d848c65d1728df767b1c2aee44aa4ce79a6810c348a5b3669b56f4bc5ce7f09414557be38d0a5103a77872d75083762bd2829d02ac8414df17221d30492b')
-
-build() {
-  cd "$srcdir/$_pkgname-$pkgver"
-  python setup.py build
-}
-
-package() {
-  cd "$srcdir/$_pkgname-$pkgver"
-  python setup.py install --root="$pkgdir/" --optimize=1 --skip-build
-  install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-}
-
-# vim:set ts=2 sw=2 et:

Copied: python-astunparse/repos/community-staging-any/PKGBUILD (from rev 
1061614, python-astunparse/trunk/PKGBUILD)
===================================================================
--- PKGBUILD                            (rev 0)
+++ PKGBUILD    2021-12-02 11:57:53 UTC (rev 1061616)
@@ -0,0 +1,28 @@
+# Maintainer: Sven-Hendrik Haase <[email protected]>
+# Contributor: Andrew Steinke <[email protected]>
+
+pkgname=python-astunparse
+_pkgname=astunparse
+pkgrel=5
+pkgver=1.6.3
+pkgdesc="An AST unparser for Python"
+depends=('python' 'python-six')
+makedepends=('python-setuptools' 'python-wheel')
+url="https://github.com/simonpercivall/astunparse";
+license=('python')
+arch=('any')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/simonpercivall/astunparse/archive/v$pkgver.tar.gz";)
+sha512sums=('8f85d848c65d1728df767b1c2aee44aa4ce79a6810c348a5b3669b56f4bc5ce7f09414557be38d0a5103a77872d75083762bd2829d02ac8414df17221d30492b')
+
+build() {
+  cd "$srcdir/$_pkgname-$pkgver"
+  python setup.py build
+}
+
+package() {
+  cd "$srcdir/$_pkgname-$pkgver"
+  python setup.py install --root="$pkgdir/" --optimize=1 --skip-build
+  install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+}
+
+# vim:set ts=2 sw=2 et:

Reply via email to