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

Felix Yan felixonmars at archlinux.org
Sun Oct 6 16:27:22 UTC 2019


    Date: Sunday, October 6, 2019 @ 16:27:22
  Author: felixonmars
Revision: 513593

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2019-10-06 16:27:18 UTC (rev 513592)
+++ PKGBUILD	2019-10-06 16:27:22 UTC (rev 513593)
@@ -1,31 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan <felixonmars at archlinux.org>
-
-pkgname=python-arpeggio
-pkgver=1.9.0
-pkgrel=1
-pkgdesc="Packrat parser interpreter"
-url="https://github.com/igordejanovic/Arpeggio"
-license=('MIT')
-arch=('any')
-depends=('python')
-makedepends=('python-setuptools')
-checkdepends=('python-pytest-runner')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/igordejanovic/Arpeggio/archive/v$pkgver.tar.gz")
-sha512sums=('179ec76813476823f316471e1b313f377064a75879c52060e547fd755ae72947594dc4d6e58a798150620e82c8b123fbd88484881c12ccb311c47bc93a45a0cd')
-
-build() {
-  cd Arpeggio-$pkgver
-  python setup.py build
-}
-
-check() {
-  cd Arpeggio-$pkgver
-  python setup.py pytest --addopts tests/unit
-}
-
-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-any/PKGBUILD (from rev 513592, python-arpeggio/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2019-10-06 16:27:22 UTC (rev 513593)
@@ -0,0 +1,30 @@
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+
+pkgname=python-arpeggio
+pkgver=1.9.2
+pkgrel=1
+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