[arch-commits] Commit in python-arpeggio/repos/community-staging-any (2 files)

Evangelos Foutras foutrelis at gemini.archlinux.org
Thu Dec 2 22:24:50 UTC 2021


    Date: Thursday, December 2, 2021 @ 22:24:50
  Author: foutrelis
Revision: 1062789

archrelease: copy trunk to community-staging-any

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

----------+
 PKGBUILD |   58 +++++++++++++++++++++++++++++-----------------------------
 1 file changed, 29 insertions(+), 29 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2021-12-02 22:24:48 UTC (rev 1062788)
+++ PKGBUILD	2021-12-02 22:24:50 UTC (rev 1062789)
@@ -1,29 +0,0 @@
-# Maintainer: Felix Yan <felixonmars at archlinux.org>
-
-pkgname=python-arpeggio
-pkgver=1.10.2
-pkgrel=2
-pkgdesc="Packrat parser interpreter"
-url="https://github.com/textX/Arpeggio"
-license=('MIT')
-arch=('any')
-depends=('python')
-makedepends=('python-pytest-runner' 'python-setuptools' 'python-wheel')
-source=("https://github.com/textX/Arpeggio/archive/$pkgver/$pkgname-$pkgver.tar.gz")
-sha512sums=('c6a162f9ab854bac7e2bc9e5d5553c2dbcc068fcf61607149727cd4c8a7c87c63cab765b423c8ea76e09fa81ccc42157d724388a81e22864580ccf734998142a')
-
-build() {
-  cd Arpeggio-$pkgver
-  python setup.py build
-}
-
-check() {
-  cd Arpeggio-$pkgver
-  python setup.py pytest
-}
-
-package() {
-  cd Arpeggio-$pkgver
-  python setup.py install --root="$pkgdir" --optimize=1
-  install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-}

Copied: python-arpeggio/repos/community-staging-any/PKGBUILD (from rev 1062788, python-arpeggio/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2021-12-02 22:24:50 UTC (rev 1062789)
@@ -0,0 +1,29 @@
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+
+pkgname=python-arpeggio
+pkgver=1.10.2
+pkgrel=3
+pkgdesc="Packrat parser interpreter"
+url="https://github.com/textX/Arpeggio"
+license=('MIT')
+arch=('any')
+depends=('python')
+makedepends=('python-pytest-runner' 'python-setuptools' 'python-wheel')
+source=("https://github.com/textX/Arpeggio/archive/$pkgver/$pkgname-$pkgver.tar.gz")
+sha512sums=('c6a162f9ab854bac7e2bc9e5d5553c2dbcc068fcf61607149727cd4c8a7c87c63cab765b423c8ea76e09fa81ccc42157d724388a81e22864580ccf734998142a')
+
+build() {
+  cd Arpeggio-$pkgver
+  python setup.py build
+}
+
+check() {
+  cd Arpeggio-$pkgver
+  python setup.py pytest
+}
+
+package() {
+  cd Arpeggio-$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