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

Felix Yan felixonmars at archlinux.org
Mon Nov 2 10:24:21 UTC 2020


    Date: Monday, November 2, 2020 @ 10:24:20
  Author: felixonmars
Revision: 739360

upgpkg: python-arpeggio 1.10.0-1

Modified:
  python-arpeggio/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2020-11-02 10:22:50 UTC (rev 739359)
+++ PKGBUILD	2020-11-02 10:24:20 UTC (rev 739360)
@@ -1,8 +1,8 @@
 # Maintainer: Felix Yan <felixonmars at archlinux.org>
 
 pkgname=python-arpeggio
-pkgver=1.9.2
-pkgrel=3
+pkgver=1.10.0
+pkgrel=1
 pkgdesc="Packrat parser interpreter"
 url="https://github.com/textX/Arpeggio"
 license=('MIT')
@@ -9,9 +9,9 @@
 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')
+checkdepends=('python-pytest')
+source=("https://github.com/textX/Arpeggio/archive/$pkgver/$pkgname-$pkgver.tar.gz")
+sha512sums=('368c478114ddedbf40c94b4e656945063df5661deacc9c75780ddca18198a9e3e504718fc6c9a1e84c11c5c8f2b454584d1cfc5a14ea2b783e97b8e317047023')
 
 build() {
   cd Arpeggio-$pkgver
@@ -20,7 +20,7 @@
 
 check() {
   cd Arpeggio-$pkgver
-  python setup.py pytest
+  python -m pytest
 }
 
 package() {



More information about the arch-commits mailing list