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

Felix Yan felixonmars at archlinux.org
Thu Oct 31 18:03:33 UTC 2019


    Date: Thursday, October 31, 2019 @ 18:03:33
  Author: felixonmars
Revision: 521515

archrelease: copy trunk to community-staging-any

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

----------+
 PKGBUILD |   60 ++++++++++++++++++++++++++++++------------------------------
 1 file changed, 30 insertions(+), 30 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2019-10-31 18:03:21 UTC (rev 521514)
+++ PKGBUILD	2019-10-31 18:03:33 UTC (rev 521515)
@@ -1,30 +0,0 @@
-# Maintainer: Felix Yan <felixonmars at archlinux.org>
-
-pkgname=python-astor
-pkgver=0.8
-pkgrel=2
-pkgdesc="Read/rewrite/write Python ASTs"
-arch=('any')
-license=('BSD')
-url="https://astor.rtfd.org/"
-depends=('python')
-makedepends=('python-setuptools')
-checkdepends=('python-nose')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/berkerpeksag/astor/archive/$pkgver.tar.gz")
-sha512sums=('ca787234f9a9caae37633be289d6e980e7b44507d74306ad7a30f017442d6cf423748ef35465b7b5d12bdb84ce4594af801de39882f4c11c732dba4dc65ab667')
-
-build() {
-  cd astor-$pkgver
-  python setup.py build
-}
-
-check() {
-  cd astor-$pkgver
-  nosetests3 || warning "https://github.com/berkerpeksag/astor/issues/146"
-}
-
-package() {
-  cd astor-$pkgver
-  python setup.py install --root="$pkgdir" --optimize=1
-  install -D -m644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-}

Copied: python-astor/repos/community-staging-any/PKGBUILD (from rev 521514, python-astor/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2019-10-31 18:03:33 UTC (rev 521515)
@@ -0,0 +1,30 @@
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+
+pkgname=python-astor
+pkgver=0.8
+pkgrel=3
+pkgdesc="Read/rewrite/write Python ASTs"
+arch=('any')
+license=('BSD')
+url="https://astor.rtfd.org/"
+depends=('python')
+makedepends=('python-setuptools')
+checkdepends=('python-nose')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/berkerpeksag/astor/archive/$pkgver.tar.gz")
+sha512sums=('ca787234f9a9caae37633be289d6e980e7b44507d74306ad7a30f017442d6cf423748ef35465b7b5d12bdb84ce4594af801de39882f4c11c732dba4dc65ab667')
+
+build() {
+  cd astor-$pkgver
+  python setup.py build
+}
+
+check() {
+  cd astor-$pkgver
+  nosetests3 || warning "https://github.com/berkerpeksag/astor/issues/146"
+}
+
+package() {
+  cd astor-$pkgver
+  python setup.py install --root="$pkgdir" --optimize=1
+  install -D -m644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+}



More information about the arch-commits mailing list