[arch-commits] Commit in python-astunparse/repos/community-staging-any (2 files)
Felix Yan
felixonmars at archlinux.org
Wed Nov 11 15:20:26 UTC 2020
Date: Wednesday, November 11, 2020 @ 15:20:26
Author: felixonmars
Revision: 751106
archrelease: copy trunk to community-staging-any
Added:
python-astunparse/repos/community-staging-any/PKGBUILD
(from rev 751103, python-astunparse/trunk/PKGBUILD)
Deleted:
python-astunparse/repos/community-staging-any/PKGBUILD
----------+
PKGBUILD | 56 ++++++++++++++++++++++++++++----------------------------
1 file changed, 28 insertions(+), 28 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2020-11-11 15:20:23 UTC (rev 751105)
+++ PKGBUILD 2020-11-11 15:20:26 UTC (rev 751106)
@@ -1,28 +0,0 @@
-# Maintainer: Sven-Hendrik Haase <svenstaro at gmail.com>
-# Contributor: Andrew Steinke <rkcf at rkcf.me>
-
-pkgname=python-astunparse
-_pkgname=astunparse
-pkgrel=2
-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 751103, python-astunparse/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2020-11-11 15:20:26 UTC (rev 751106)
@@ -0,0 +1,28 @@
+# Maintainer: Sven-Hendrik Haase <svenstaro at gmail.com>
+# Contributor: Andrew Steinke <rkcf at rkcf.me>
+
+pkgname=python-astunparse
+_pkgname=astunparse
+pkgrel=3
+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:
More information about the arch-commits
mailing list