[arch-commits] Commit in python-jaraco.classes/trunk (PKGBUILD)
Felix Yan
felixonmars at gemini.archlinux.org
Fri Sep 2 20:01:54 UTC 2022
Date: Friday, September 2, 2022 @ 20:01:54
Author: felixonmars
Revision: 1290980
upgpkg: python-jaraco.classes 3.2.2-2: disable developer-only tests
Modified:
python-jaraco.classes/trunk/PKGBUILD
----------+
PKGBUILD | 6 ++----
1 file changed, 2 insertions(+), 4 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2022-09-02 20:01:39 UTC (rev 1290979)
+++ PKGBUILD 2022-09-02 20:01:54 UTC (rev 1290980)
@@ -3,7 +3,7 @@
pkgname=python-jaraco.classes
pkgver=3.2.2
-pkgrel=1
+pkgrel=2
pkgdesc='Module for classes manipulation'
arch=('any')
url='https://github.com/jaraco/jaraco.classes'
@@ -10,9 +10,7 @@
license=('MIT')
depends=('python-more-itertools')
makedepends=('python-build' 'python-installer' 'python-setuptools-scm' 'python-wheel')
-checkdepends=('python-pytest-black' 'python-pytest-checkdocs' 'python-pytest-cov'
- 'python-pytest-enabler' 'python-pytest-flake8' 'python-pytest-mypy'
- 'python-pip')
+checkdepends=('python-pytest-enabler' 'python-pytest-mypy' 'python-pip')
conflicts=(python-jaraco)
replaces=(python-jaraco)
source=("https://files.pythonhosted.org/packages/source/j/jaraco.classes/jaraco.classes-$pkgver.tar.gz")
More information about the arch-commits
mailing list