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

Antonio Rojas arojas at gemini.archlinux.org
Wed Dec 15 08:44:23 UTC 2021


    Date: Wednesday, December 15, 2021 @ 08:44:22
  Author: arojas
Revision: 432548

Don't test python 2

Modified:
  python-six/trunk/PKGBUILD

----------+
 PKGBUILD |    7 ++-----
 1 file changed, 2 insertions(+), 5 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2021-12-15 08:43:06 UTC (rev 432547)
+++ PKGBUILD	2021-12-15 08:44:22 UTC (rev 432548)
@@ -5,13 +5,13 @@
 pkgbase=python-six
 pkgname=('python2-six' 'python-six')
 pkgver=1.16.0
-pkgrel=4
+pkgrel=5
 pkgdesc="Python 2 and 3 compatibility utilities"
 arch=('any')
 url="https://pypi.python.org/pypi/six/"
 license=('MIT')
 makedepends=('python-setuptools' 'python2-setuptools')
-checkdepends=('python-pytest' 'python2-pytest' 'tk')
+checkdepends=('python-pytest' 'tk')
 source=("https://pypi.io/packages/source/s/six/six-$pkgver.tar.gz")
 sha512sums=('076fe31c8f03b0b52ff44346759c7dc8317da0972403b84dfe5898179f55acdba6c78827e0f8a53ff20afe8b76432c6fe0d655a75c24259d9acbaa4d9e8015c0')
 
@@ -22,9 +22,6 @@
 check() {
   cd "$srcdir"/six-$pkgver
   python -m pytest
-
-  cd "$srcdir"/six-$pkgver-py2
-  python2 -m pytest
 }
 
 package_python-six() {



More information about the arch-commits mailing list