[arch-commits] Commit in python-gast/repos (2 files)

Felix Yan felixonmars at archlinux.org
Fri Oct 25 15:15:52 UTC 2019


    Date: Friday, October 25, 2019 @ 15:15:51
  Author: felixonmars
Revision: 518951

archrelease: copy trunk to community-staging-any

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

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

Copied: python-gast/repos/community-staging-any/PKGBUILD (from rev 518947, python-gast/trunk/PKGBUILD)
===================================================================
--- community-staging-any/PKGBUILD	                        (rev 0)
+++ community-staging-any/PKGBUILD	2019-10-25 15:15:51 UTC (rev 518951)
@@ -0,0 +1,22 @@
+# 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
+}



More information about the arch-commits mailing list