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

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


    Date: Wednesday, December 15, 2021 @ 08:42:56
  Author: arojas
Revision: 432546

Don't test python 2

Modified:
  python-packaging/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2021-12-15 08:31:40 UTC (rev 432545)
+++ PKGBUILD	2021-12-15 08:42:56 UTC (rev 432546)
@@ -3,13 +3,13 @@
 pkgbase=python-packaging
 pkgname=(python-packaging python2-packaging)
 pkgver=20.9
-pkgrel=6
+pkgrel=7
 pkgdesc="Core utilities for Python packages"
 arch=('any')
 url="https://github.com/pypa/packaging"
 license=('Apache')
 makedepends=('python-setuptools' 'python2-setuptools' 'python-pyparsing' 'python2-pyparsing')
-checkdepends=('python-pytest' 'python2-pytest' 'python-pretend' 'python2-pretend')
+checkdepends=('python-pytest' 'python-pretend')
 source=("https://github.com/pypa/packaging/archive/$pkgver/$pkgbase-$pkgver.tar.gz"
         replace-distutils-usage-with-sysconfig.patch)
 sha512sums=('fb71f1036cfaacbe94fdee663af31d6ad1960f73ecc95cba87b461c2d7d2ea90085853bb4682b146492d8c48f784b60ef082e3b1259269857166b143cd9a920b'
@@ -29,7 +29,6 @@
 check() {
   cd packaging-$pkgver
   python -m pytest
-  python2 -m pytest
 }
 
 package_python-packaging() {



More information about the arch-commits mailing list