[arch-commits] Commit in python2-ordered-set/trunk (PKGBUILD)

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


    Date: Wednesday, December 15, 2021 @ 08:31:31
  Author: arojas
Revision: 432544

Don't test python 2

Modified:
  python2-ordered-set/trunk/PKGBUILD

----------+
 PKGBUILD |    8 +-------
 1 file changed, 1 insertion(+), 7 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2021-12-15 08:25:49 UTC (rev 432543)
+++ PKGBUILD	2021-12-15 08:31:31 UTC (rev 432544)
@@ -3,7 +3,7 @@
 
 pkgname=python2-ordered-set
 pkgver=3.1.1
-pkgrel=3
+pkgrel=4
 pkgdesc='A MutableSet that remembers its order, so that every entry has an index'
 arch=('any')
 url="https://github.com/LuminosoInsight/ordered-set"
@@ -10,7 +10,6 @@
 license=('MIT')
 depends=('python2')
 makedepends=('python2-setuptools')
-checkdepends=('python2-pytest')
 source=("https://pypi.io/packages/source/o/ordered-set/ordered-set-$pkgver.tar.gz")
 md5sums=('6e12312c8dc4c90fe840e86e8a352644')
 
@@ -19,11 +18,6 @@
   python2 setup.py build
 }
 
-check() {
-  cd ordered-set-$pkgver
-  pytest2 --doctest-modules test.py ordered_set.py README.md --doctest-glob=README.md --ignore=setup.py
-}
-
 package() {
   cd ordered-set-$pkgver
   python2 setup.py install --root="$pkgdir/" --optimize=1



More information about the arch-commits mailing list