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

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


    Date: Wednesday, December 15, 2021 @ 08:17:07
  Author: arojas
Revision: 1072936

Don't test python 2

Modified:
  python-pretend/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2021-12-15 08:15:58 UTC (rev 1072935)
+++ PKGBUILD	2021-12-15 08:17:07 UTC (rev 1072936)
@@ -3,13 +3,13 @@
 pkgbase=python-pretend
 pkgname=('python-pretend' 'python2-pretend')
 pkgver=1.0.9
-pkgrel=8
+pkgrel=9
 pkgdesc="A library for stubbing in Python"
 arch=('any')
 license=('BSD')
 url="https://github.com/alex/pretend"
 makedepends=('python-setuptools' 'python2-setuptools')
-checkdepends=('python-pytest-runner' 'python2-pytest-runner')
+checkdepends=('python-pytest-runner')
 source=("$pkgbase-$pkgver.tar.gz::https://github.com/alex/pretend/archive/v$pkgver.tar.gz")
 sha512sums=('976e3272557aecfb11e4147a868ea96e23546e277d57d726f41b945103bef3451039716e6bbc5082d691fa1fd331c06b3d0f8b254deb0510948153571326eaf0')
 
@@ -28,9 +28,6 @@
 check() {
   cd "$srcdir"/pretend-$pkgver
   python setup.py pytest
-
-  cd "$srcdir"/pretend-$pkgver-py2
-  python2 setup.py pytest
 }
 
 package_python-pretend() {



More information about the arch-commits mailing list