[arch-commits] Commit in python2-pathlib2/trunk (PKGBUILD)
Antonio Rojas
arojas at gemini.archlinux.org
Wed Dec 15 08:14:23 UTC 2021
Date: Wednesday, December 15, 2021 @ 08:14:23
Author: arojas
Revision: 1072932
Don't test python 2
Modified:
python2-pathlib2/trunk/PKGBUILD
----------+
PKGBUILD | 8 +-------
1 file changed, 1 insertion(+), 7 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2021-12-15 08:13:23 UTC (rev 1072931)
+++ PKGBUILD 2021-12-15 08:14:23 UTC (rev 1072932)
@@ -2,7 +2,7 @@
pkgname=python2-pathlib2
pkgver=2.3.6
-pkgrel=1
+pkgrel=2
pkgdesc='Object-oriented filesystem paths'
arch=('any')
url='https://pypi.python.org/pypi/pathlib2'
@@ -9,7 +9,6 @@
license=('MIT')
depends=('python2-six' 'python2-scandir')
makedepends=('python2-setuptools')
-checkdepends=('python2-pytest-runner' 'python2-mock')
source=("https://pypi.io/packages/source/p/pathlib2/pathlib2-$pkgver.tar.gz")
sha256sums=('7d8bcb5555003cdf4a8d2872c538faa3a0f5d20630cb360e518ca3b981795e5f')
@@ -18,11 +17,6 @@
python2 setup.py build
}
-check() {
- cd pathlib2-$pkgver
- python2 setup.py pytest
-}
-
package() {
cd pathlib2-$pkgver
More information about the arch-commits
mailing list