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

Felix Yan felixonmars at archlinux.org
Tue Nov 3 05:11:48 UTC 2020


    Date: Tuesday, November 3, 2020 @ 05:11:47
  Author: felixonmars
Revision: 740224

archrelease: copy trunk to community-testing-any

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

----------+
 PKGBUILD |   60 ++++++++++++++++++++++++++++++------------------------------
 1 file changed, 30 insertions(+), 30 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2020-11-03 05:11:47 UTC (rev 740223)
+++ PKGBUILD	2020-11-03 05:11:47 UTC (rev 740224)
@@ -1,30 +0,0 @@
-# Maintainer: Felix Yan <felixonmars at archlinux.org>
-
-pkgname=python-arpeggio
-pkgver=1.10.0
-pkgrel=1
-pkgdesc="Packrat parser interpreter"
-url="https://github.com/textX/Arpeggio"
-license=('MIT')
-arch=('any')
-depends=('python')
-makedepends=('python-setuptools')
-checkdepends=('python-pytest')
-source=("https://github.com/textX/Arpeggio/archive/$pkgver/$pkgname-$pkgver.tar.gz")
-sha512sums=('368c478114ddedbf40c94b4e656945063df5661deacc9c75780ddca18198a9e3e504718fc6c9a1e84c11c5c8f2b454584d1cfc5a14ea2b783e97b8e317047023')
-
-build() {
-  cd Arpeggio-$pkgver
-  python setup.py build
-}
-
-check() {
-  cd Arpeggio-$pkgver
-  python -m 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-testing-any/PKGBUILD (from rev 740222, python-arpeggio/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2020-11-03 05:11:47 UTC (rev 740224)
@@ -0,0 +1,30 @@
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+
+pkgname=python-arpeggio
+pkgver=1.10.1
+pkgrel=1
+pkgdesc="Packrat parser interpreter"
+url="https://github.com/textX/Arpeggio"
+license=('MIT')
+arch=('any')
+depends=('python')
+makedepends=('python-setuptools')
+checkdepends=('python-pytest')
+source=("https://github.com/textX/Arpeggio/archive/$pkgver/$pkgname-$pkgver.tar.gz")
+sha512sums=('150c1cadc237583000c336acbafe06286b45730fca557d8f24894387408f1443f0df5a0ad0dad18d4a88e8d0e2c55e46d57e7b772ec171aa395585f36b54e5bd')
+
+build() {
+  cd Arpeggio-$pkgver
+  python setup.py build
+}
+
+check() {
+  cd Arpeggio-$pkgver
+  python -m 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