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

Evangelos Foutras foutrelis at archlinux.org
Thu Oct 31 16:45:15 UTC 2019


    Date: Thursday, October 31, 2019 @ 16:45:15
  Author: foutrelis
Revision: 521150

archrelease: copy trunk to community-staging-any

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

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2019-10-31 16:45:11 UTC (rev 521149)
+++ PKGBUILD	2019-10-31 16:45:15 UTC (rev 521150)
@@ -1,30 +0,0 @@
-# Maintainer: Felix Yan <felixonmars at archlinux.org>
-
-pkgname=python-arpeggio
-pkgver=1.9.2
-pkgrel=2
-pkgdesc="Packrat parser interpreter"
-url="https://github.com/textX/Arpeggio"
-license=('MIT')
-arch=('any')
-depends=('python')
-makedepends=('python-setuptools')
-checkdepends=('python-pytest-runner')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/textX/Arpeggio/archive/v$pkgver.tar.gz")
-sha512sums=('fa1057caaa0b5d26937c6e5aed719f64b293d3332e3ce0277a586bd48ca136792a4811c292fd87f2e58148874e008a6f2f621630052c5dfaf0e0efe2e8039353')
-
-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 521149, python-arpeggio/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2019-10-31 16:45:15 UTC (rev 521150)
@@ -0,0 +1,30 @@
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+
+pkgname=python-arpeggio
+pkgver=1.9.2
+pkgrel=3
+pkgdesc="Packrat parser interpreter"
+url="https://github.com/textX/Arpeggio"
+license=('MIT')
+arch=('any')
+depends=('python')
+makedepends=('python-setuptools')
+checkdepends=('python-pytest-runner')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/textX/Arpeggio/archive/v$pkgver.tar.gz")
+sha512sums=('fa1057caaa0b5d26937c6e5aed719f64b293d3332e3ce0277a586bd48ca136792a4811c292fd87f2e58148874e008a6f2f621630052c5dfaf0e0efe2e8039353')
+
+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