[arch-commits] Commit in python-arpeggio/trunk (PKGBUILD)

Felix Yan felixonmars at archlinux.org
Sun Apr 25 14:18:35 UTC 2021


    Date: Sunday, April 25, 2021 @ 14:18:35
  Author: felixonmars
Revision: 924215

upgpkg: python-arpeggio 1.10.2-1

Modified:
  python-arpeggio/trunk/PKGBUILD

----------+
 PKGBUILD |   11 +++++------
 1 file changed, 5 insertions(+), 6 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2021-04-25 14:11:08 UTC (rev 924214)
+++ PKGBUILD	2021-04-25 14:18:35 UTC (rev 924215)
@@ -1,17 +1,16 @@
 # Maintainer: Felix Yan <felixonmars at archlinux.org>
 
 pkgname=python-arpeggio
-pkgver=1.10.1
-pkgrel=3
+pkgver=1.10.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')
+makedepends=('python-pytest-runner' 'python-setuptools' 'python-wheel')
 source=("https://github.com/textX/Arpeggio/archive/$pkgver/$pkgname-$pkgver.tar.gz")
-sha512sums=('150c1cadc237583000c336acbafe06286b45730fca557d8f24894387408f1443f0df5a0ad0dad18d4a88e8d0e2c55e46d57e7b772ec171aa395585f36b54e5bd')
+sha512sums=('c6a162f9ab854bac7e2bc9e5d5553c2dbcc068fcf61607149727cd4c8a7c87c63cab765b423c8ea76e09fa81ccc42157d724388a81e22864580ccf734998142a')
 
 build() {
   cd Arpeggio-$pkgver
@@ -20,7 +19,7 @@
 
 check() {
   cd Arpeggio-$pkgver
-  python -m pytest
+  python setup.py pytest
 }
 
 package() {



More information about the arch-commits mailing list