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

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


    Date: Wednesday, December 15, 2021 @ 08:15:49
  Author: arojas
Revision: 1072934

Don't test python 2

Modified:
  python-pluggy/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2021-12-15 08:14:32 UTC (rev 1072933)
+++ PKGBUILD	2021-12-15 08:15:49 UTC (rev 1072934)
@@ -3,7 +3,7 @@
 pkgbase=python-pluggy
 pkgname=(python-pluggy python2-pluggy)
 pkgver=0.13.1
-pkgrel=6
+pkgrel=7
 pkgdesc="Plugin and hook calling mechanisms for python"
 arch=('any')
 url="https://github.com/pytest-dev/pluggy"
@@ -10,7 +10,7 @@
 license=('MIT')
 makedepends=('python-setuptools-scm' 'python2-setuptools-scm' 'python-importlib-metadata'
              'python2-importlib-metadata')
-checkdepends=('python-pytest-runner' 'python2-pytest-runner')
+checkdepends=('python-pytest-runner')
 source=("$pkgbase-$pkgver.tar.gz::https://github.com/pytest-dev/pluggy/archive/$pkgver.tar.gz")
 sha512sums=('3269f7ad7801a70ba8aa3182c568f70e2ee88a90b6f6335be631f9737dd42fac3fb1b27c5b6fe6422de128ddcc58736f0c41ed60b7c0177126dd676b98ece301')
 
@@ -31,9 +31,6 @@
 check() {
   cd "$srcdir"/pluggy-$pkgver
   python setup.py pytest
-
-  cd "$srcdir"/pluggy-$pkgver-py2
-  python2 setup.py pytest
 }
 
 package_python-pluggy() {



More information about the arch-commits mailing list