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

Felix Yan felixonmars at archlinux.org
Thu Oct 31 17:21:18 UTC 2019


    Date: Thursday, October 31, 2019 @ 17:21:17
  Author: felixonmars
Revision: 521331

archrelease: copy trunk to community-staging-any

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

----------+
 PKGBUILD |   44 ++++++++++++++++++++++----------------------
 1 file changed, 22 insertions(+), 22 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2019-10-31 17:21:13 UTC (rev 521330)
+++ PKGBUILD	2019-10-31 17:21:17 UTC (rev 521331)
@@ -1,22 +0,0 @@
-# Maintainer: Sven-Hendrik Haase <svenstaro at gmail.com>
-pkgname=python-gast
-pkgver=0.3.2
-pkgrel=2
-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=('42cc373cb64666f81fad8f8c289759d1a95885ad2e652d601443440de5f126ac8551ce494c51da336a24abd2499936be85d549602c6eb9f4397905128aaafa7c')
-
-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-staging-any/PKGBUILD (from rev 521329, python-gast/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2019-10-31 17:21:17 UTC (rev 521331)
@@ -0,0 +1,22 @@
+# Maintainer: Sven-Hendrik Haase <svenstaro at gmail.com>
+pkgname=python-gast
+pkgver=0.3.2
+pkgrel=3
+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=('42cc373cb64666f81fad8f8c289759d1a95885ad2e652d601443440de5f126ac8551ce494c51da336a24abd2499936be85d549602c6eb9f4397905128aaafa7c')
+
+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