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

Sven-Hendrik Haase svenstaro at archlinux.org
Sun Oct 7 21:33:47 UTC 2018


    Date: Sunday, October 7, 2018 @ 21:33:46
  Author: svenstaro
Revision: 391051

archrelease: copy trunk to community-any

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

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

Copied: python-gast/repos/community-any/PKGBUILD (from rev 391050, python-gast/trunk/PKGBUILD)
===================================================================
--- community-any/PKGBUILD	                        (rev 0)
+++ community-any/PKGBUILD	2018-10-07 21:33:46 UTC (rev 391051)
@@ -0,0 +1,21 @@
+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
+}



More information about the arch-commits mailing list