[arch-commits] Commit in python-jaraco.path/trunk (PKGBUILD)

Felix Yan felixonmars at gemini.archlinux.org
Fri Sep 2 20:05:00 UTC 2022


    Date: Friday, September 2, 2022 @ 20:05:00
  Author: felixonmars
Revision: 1290988

upgpkg: python-jaraco.path 3.4.0-3: disable developer-only tests

Modified:
  python-jaraco.path/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2022-09-02 20:04:38 UTC (rev 1290987)
+++ PKGBUILD	2022-09-02 20:05:00 UTC (rev 1290988)
@@ -2,16 +2,14 @@
 
 pkgname=python-jaraco.path
 pkgver=3.4.0
-pkgrel=2
+pkgrel=3
 pkgdesc="Miscellaneous path functions"
 url="https://github.com/jaraco/jaraco.path"
 license=('MIT')
 arch=('any')
 depends=('python')
-makedepends=('python-build' 'python-installer' 'python-setuptools-scm' 'python-toml' 'python-wheel')
-checkdepends=('python-pytest-black' 'python-pytest-checkdocs' 'python-pytest-cov'
-              'python-pytest-enabler' 'python-pytest-flake8' 'python-pytest-mypy'
-              'python-pip')
+makedepends=('python-build' 'python-installer' 'python-setuptools-scm' 'python-wheel')
+checkdepends=('python-pytest-enabler' 'python-pytest-mypy')
 source=("https://github.com/jaraco/jaraco.path/archive/v$pkgver/$pkgname-$pkgver.tar.gz")
 sha512sums=('a9d9cbb605584764ea7ea97a9c8d51a383cb18866787cc20bd08fb5fb2227ea05d8fbf0754d240821530dc493a80634810df1f8446454d5dcca3980eb6144483')
 



More information about the arch-commits mailing list