[arch-commits] Commit in python-gast/repos/community-any (PKGBUILD PKGBUILD)
Sven-Hendrik Haase
svenstaro at archlinux.org
Fri Sep 13 01:18:48 UTC 2019
Date: Friday, September 13, 2019 @ 01:18:47
Author: svenstaro
Revision: 510057
archrelease: copy trunk to community-any
Added:
python-gast/repos/community-any/PKGBUILD
(from rev 510056, python-gast/trunk/PKGBUILD)
Deleted:
python-gast/repos/community-any/PKGBUILD
----------+
PKGBUILD | 43 ++++++++++++++++++++++---------------------
1 file changed, 22 insertions(+), 21 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2019-09-13 01:18:42 UTC (rev 510056)
+++ PKGBUILD 2019-09-13 01:18:47 UTC (rev 510057)
@@ -1,21 +0,0 @@
-pkgname=python-gast
-pkgver=0.2.2
-pkgrel=1
-pkgdesc="AST that abstracts the underlying Python version "
-url="https://github.com/serge-sans-paille/gast"
-arch=(any)
-license=('BSD')
-depends=('python')
-makedepends=('python-setuptools')
-source=("https://pypi.io/packages/source/g/gast/gast-${pkgver}.tar.gz")
-sha512sums=('0be9b2b66b7815153e6f294b4db6b028c321d8a94d97c89d89b026df73e0c95dc2ee8af5c10f2eee51cbfb94af4b5a0da8a682896861870b98dec4c6c59a5dd3')
-
-build() {
- cd "${srcdir}"/gast-$pkgver
- python setup.py build
-}
-
-package_python-gast() {
- cd "${srcdir}/gast-$pkgver"
- python setup.py install --root=${pkgdir} --optimize=1
-}
Copied: python-gast/repos/community-any/PKGBUILD (from rev 510056, python-gast/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2019-09-13 01:18:47 UTC (rev 510057)
@@ -0,0 +1,22 @@
+# Maintainer: Sven-Hendrik Haase <svenstaro at gmail.com>
+pkgname=python-gast
+pkgver=0.3.1
+pkgrel=1
+pkgdesc="AST that abstracts the underlying Python version "
+url="https://github.com/serge-sans-paille/gast"
+arch=(any)
+license=('BSD')
+depends=('python')
+makedepends=('python-setuptools')
+source=("https://pypi.io/packages/source/g/gast/gast-${pkgver}.tar.gz")
+sha512sums=('db6b6d1a43ed25159bb2e96e69e165541eabf09dee83ad3347a06518534c287532461fb90539bbbc92dfaebdceb7bc9d5d5d896d29ae4befd61366b9d0a864c1')
+
+build() {
+ cd "${srcdir}"/gast-$pkgver
+ python setup.py build
+}
+
+package_python-gast() {
+ cd "${srcdir}/gast-$pkgver"
+ python setup.py install --root=${pkgdir} --optimize=1
+}
More information about the arch-commits
mailing list