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

Sven-Hendrik Haase svenstaro at archlinux.org
Tue Jan 8 12:06:30 UTC 2019


    Date: Tuesday, January 8, 2019 @ 12:06:29
  Author: svenstaro
Revision: 421022

archrelease: copy trunk to community-any

Added:
  python-gast/repos/community-any/PKGBUILD
    (from rev 421021, python-gast/trunk/PKGBUILD)
Deleted:
  python-gast/repos/community-any/PKGBUILD

----------+
 PKGBUILD |   42 +++++++++++++++++++++---------------------
 1 file changed, 21 insertions(+), 21 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2019-01-08 12:06:10 UTC (rev 421021)
+++ PKGBUILD	2019-01-08 12:06:29 UTC (rev 421022)
@@ -1,21 +0,0 @@
-pkgname=python-gast
-pkgver=0.2.0
-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=('651719c3035d21e02e39cd83fd54212a12c39addf69f7c9e8810ccb7bb9aae7828e176ad0adf55182f0628f18d76cb1e286e498a9665ddb12e91a51dc2303381')
-
-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 421021, python-gast/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2019-01-08 12:06:29 UTC (rev 421022)
@@ -0,0 +1,21 @@
+pkgname=python-gast
+pkgver=0.2.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=('d05dc0b72aa45ea564067aece8759d46c3b75b991a52b75581b397775f2c87157964e60b668d4a0fdbdc39be784e42a6a632b579acbeafd37ab308eb7cb9b83c')
+
+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