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

Evangelos Foutras foutrelis at gemini.archlinux.org
Wed Dec 1 21:37:13 UTC 2021


    Date: Wednesday, December 1, 2021 @ 21:37:13
  Author: foutrelis
Revision: 1060900

archrelease: copy trunk to community-staging-any

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

----------+
 PKGBUILD |   48 ++++++++++++++++++++++++------------------------
 1 file changed, 24 insertions(+), 24 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2021-12-01 21:37:09 UTC (rev 1060899)
+++ PKGBUILD	2021-12-01 21:37:13 UTC (rev 1060900)
@@ -1,24 +0,0 @@
-# Maintainer: Sven-Hendrik Haase <svenstaro at gmail.com>
-pkgname=python-gast03
-pkgver=0.3.3
-pkgrel=2
-pkgdesc="AST that abstracts the underlying Python version"
-url="https://github.com/serge-sans-paille/gast"
-arch=('any')
-license=('BSD')
-conflicts=('python-gast')
-depends=('python')
-makedepends=('python-setuptools')
-source=("https://pypi.io/packages/source/g/gast/gast-${pkgver}.tar.gz")
-sha512sums=('36869a5e0976223a5a82be8bf25a01654896f4de70affe0fec5252104ea6d1fea3eb8c5153530fcac8addc47b51535b02e3920a0e82aad11ba1ca8350cd11341')
-
-build() {
-  cd gast-$pkgver
-  python setup.py build
-}
-
-package() {
-  cd gast-$pkgver
-  python setup.py install --root="$pkgdir" --optimize=1
-  install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-}

Copied: python-gast03/repos/community-staging-any/PKGBUILD (from rev 1060899, python-gast03/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2021-12-01 21:37:13 UTC (rev 1060900)
@@ -0,0 +1,24 @@
+# Maintainer: Sven-Hendrik Haase <svenstaro at gmail.com>
+pkgname=python-gast03
+pkgver=0.3.3
+pkgrel=3
+pkgdesc="AST that abstracts the underlying Python version"
+url="https://github.com/serge-sans-paille/gast"
+arch=('any')
+license=('BSD')
+conflicts=('python-gast')
+depends=('python')
+makedepends=('python-setuptools')
+source=("https://pypi.io/packages/source/g/gast/gast-${pkgver}.tar.gz")
+sha512sums=('36869a5e0976223a5a82be8bf25a01654896f4de70affe0fec5252104ea6d1fea3eb8c5153530fcac8addc47b51535b02e3920a0e82aad11ba1ca8350cd11341')
+
+build() {
+  cd gast-$pkgver
+  python setup.py build
+}
+
+package() {
+  cd gast-$pkgver
+  python setup.py install --root="$pkgdir" --optimize=1
+  install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+}



More information about the arch-commits mailing list