[arch-commits] Commit in python-pytest-enabler/trunk (PKGBUILD)
Felix Yan
felixonmars at gemini.archlinux.org
Fri Sep 2 20:01:25 UTC 2022
Date: Friday, September 2, 2022 @ 20:01:25
Author: felixonmars
Revision: 1290978
upgpkg: python-pytest-enabler 1.3.0-2: disable developer-only tests
Modified:
python-pytest-enabler/trunk/PKGBUILD
----------+
PKGBUILD | 10 ++++------
1 file changed, 4 insertions(+), 6 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2022-09-02 19:59:41 UTC (rev 1290977)
+++ PKGBUILD 2022-09-02 20:01:25 UTC (rev 1290978)
@@ -2,16 +2,14 @@
pkgname=python-pytest-enabler
pkgver=1.3.0
-pkgrel=1
+pkgrel=2
pkgdesc='Enable installed pytest plugins'
arch=('any')
license=('MIT')
url='https://github.com/jaraco/pytest-enabler'
-depends=('python-jaraco.context' 'python-jaraco.functools' 'python-toml')
+depends=('python-jaraco.context' 'python-jaraco.functools' 'python-pytest' 'python-toml')
makedepends=('python-build' 'python-installer' 'python-setuptools-scm' 'python-wheel')
-checkdepends=('python-jaraco.test' 'python-pytest-black' 'python-pytest-checkdocs'
- 'python-pytest-cov' 'python-pytest-flake8' 'python-pytest-mypy'
- 'python-pip')
+checkdepends=('python-pytest-mypy')
source=("https://github.com/jaraco/pytest-enabler/archive/v$pkgver/$pkgname-$pkgver.tar.gz"
"https://files.pythonhosted.org/packages/source/t/types-toml/types-toml-0.10.1.tar.gz")
sha512sums=('20abe21f6e56ab2e327f5340f72d58391012cbda4ca87f5e632db3636c95b47562c4d848f46f90c0363ad0963ed6fb3fb8da073cc9538f0116d488821898dbe5'
@@ -21,7 +19,7 @@
prepare() {
cd pytest-enabler-$pkgver
- # no idea what this is or why mypy wants it
+ # mypy needs all type stubs :/
ln -s ../types-toml-0.10.1/toml-stubs .
}
More information about the arch-commits
mailing list