[arch-commits] Commit in python-jaraco.envs/trunk (PKGBUILD)
Felix Yan
felixonmars at gemini.archlinux.org
Fri Sep 2 20:04:24 UTC 2022
Date: Friday, September 2, 2022 @ 20:04:24
Author: felixonmars
Revision: 1290986
upgpkg: python-jaraco.envs 2.4.0-2: disable developer-only tests
Modified:
python-jaraco.envs/trunk/PKGBUILD
----------+
PKGBUILD | 5 ++---
1 file changed, 2 insertions(+), 3 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2022-09-02 20:03:32 UTC (rev 1290985)
+++ PKGBUILD 2022-09-02 20:04:24 UTC (rev 1290986)
@@ -2,7 +2,7 @@
pkgname=python-jaraco.envs
pkgver=2.4.0
-pkgrel=1
+pkgrel=2
pkgdesc="Classes for orchestrating Python (virtual) environments"
url="https://github.com/jaraco/jaraco.envs"
license=('MIT')
@@ -9,8 +9,7 @@
arch=('any')
depends=('python-path' 'python-virtualenv' 'python-tox')
makedepends=('python-build' 'python-installer' 'python-setuptools-scm' 'python-wheel')
-checkdepends=('python-pytest-checkdocs' 'python-pytest-enabler' 'python-pytest-mypy'
- 'python-pip')
+checkdepends=('python-pytest-enabler' 'python-pytest-mypy')
source=("https://github.com/jaraco/jaraco.envs/archive/v$pkgver/$pkgname-$pkgver.tar.gz")
sha512sums=('08610971183227ac92aafdb7dbf92c9045a0ccd20ed451fd36c9c71dc869a86559d75fdfc64de18a1f7a0ebef6666d66896eef162e9c8482203e75a9b2f0a1f6')
More information about the arch-commits
mailing list