[arch-commits] Commit in python-path/trunk (PKGBUILD)
Felix Yan
felixonmars at gemini.archlinux.org
Fri Sep 2 19:28:14 UTC 2022
Date: Friday, September 2, 2022 @ 19:28:14
Author: felixonmars
Revision: 1290970
upgpkg: python-path 16.4.0-2: disable developer only checks
Modified:
python-path/trunk/PKGBUILD
----------+
PKGBUILD | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2022-09-02 19:04:03 UTC (rev 1290969)
+++ PKGBUILD 2022-09-02 19:28:14 UTC (rev 1290970)
@@ -2,7 +2,7 @@
pkgname=python-path
pkgver=16.4.0
-pkgrel=1
+pkgrel=2
pkgdesc='A module wrapper for os.path'
arch=('any')
license=('MIT')
@@ -9,7 +9,7 @@
url='https://github.com/jaraco/path'
depends=('python')
makedepends=('python-build' 'python-installer' 'python-setuptools-scm' 'python-wheel')
-checkdepends=('python-pytest-black' 'python-pytest-cov' 'python-pytest-flake8' 'python-pytest-mypy')
+checkdepends=('python-pytest-mypy')
replaces=('python-path.py')
conflicts=('python-path.py')
provides=('python-path.py')
More information about the arch-commits
mailing list