[arch-commits] Commit in python-py/trunk (PKGBUILD)
Antonio Rojas
arojas at gemini.archlinux.org
Wed Dec 15 08:19:37 UTC 2021
Date: Wednesday, December 15, 2021 @ 08:19:37
Author: arojas
Revision: 1072938
Don't test python 2
Modified:
python-py/trunk/PKGBUILD
----------+
PKGBUILD | 7 ++-----
1 file changed, 2 insertions(+), 5 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2021-12-15 08:17:18 UTC (rev 1072937)
+++ PKGBUILD 2021-12-15 08:19:37 UTC (rev 1072938)
@@ -8,7 +8,7 @@
pkgbase=python-py
pkgname=('python-py' 'python2-py')
pkgver=1.10.0
-pkgrel=3
+pkgrel=4
pkgdesc="library with cross-python path, ini-parsing, io, code, log facilities"
arch=('any')
license=('MIT')
@@ -16,7 +16,7 @@
makedepends=('python-setuptools' 'python2-setuptools' 'python-setuptools-scm'
'python2-setuptools-scm' 'python-iniconfig' 'python2-iniconfig'
'python-apipkg' 'python2-apipkg')
-checkdepends=('python-pytest-runner' 'python2-pytest-runner')
+checkdepends=('python-pytest-runner')
source=("$pkgbase-$pkgver.tar.gz::https://github.com/pytest-dev/py/archive/$pkgver.tar.gz"
py-pytest-4.patch::https://github.com/pytest-dev/py/pull/222.patch)
sha512sums=('570f37744c95eadeebd279a6b7d5da0899d3a5ea9f4746a5d0b0d986aa3ab64c1ba3c14e8d5ad08747353270ed1ba009465e5162e6fecd7c7c7c21c69400ca4d'
@@ -44,9 +44,6 @@
cd "$srcdir"/py-$pkgver
python setup.py pytest || echo "Tests failed"
-
- cd "$srcdir"/py-$pkgver-py2
- python2 setup.py pytest || echo "Tests failed"
}
package_python-py() {
More information about the arch-commits
mailing list