author | Daniel M. Capella
<polyzen@archlinux.org> 2023-01-14 20:40:12 UTC |
committer | Daniel M. Capella
<polyzen@archlinux.org> 2023-01-14 20:40:12 UTC |
parent | dd20e5b4084fd1647d0e18679eed138527b1d4ef |
PKGBUILD | +5 | -10 |
diff --git a/PKGBUILD b/PKGBUILD index 0e1771c..567aad1 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -3,8 +3,8 @@ # Contributor: Felix Kaiser <felix.kaiser@fxkr.net> pkgname=python-pytest -pkgver=7.2.0 -pkgrel=4 +pkgver=7.2.1 +pkgrel=1 pkgdesc="Simple powerful testing with Python" arch=('any') license=('MIT') @@ -19,12 +19,9 @@ checkdepends=('python-argcomplete' 'python-hypothesis' 'python-nose' 'lsof' 'python-asynctest' 'python-decorator' 'python-docutils' 'python-jinja' 'python-numpy' 'python-pexpect' 'python-pygments' 'python-pytest-xdist' 'python-twisted') -source=("https://files.pythonhosted.org/packages/source/p/pytest/pytest-$pkgver.tar.gz" - 'pytest-fix_test_raising_repr_test.patch::https://github.com/pytest-dev/pytest/commit/54d5a63d1485110015665ece1065982407394517.patch') -sha256sums=('c4014eb40e10f11f355ad4e3c2fb2c6c6d1919c73f3b5a433de4708202cade59' - '0b9325fd0ab8789f3dbe82c09cb9a9cfd2aa52383925d4b8c699203c7c4284fd') -b2sums=('051c1c28aae1b2ff97af0b6e58046d8d3ee9b72909d4c8360f7ca3b9f2ed46f24a6db2d6138d1a629ec650bf7b0a14d89b44d0779340c31b60abb8608defd30b' - 'f87c12594070e567169bfd3ea2c0d62879b564085bdbab9b096e51061280254ef1257bc763a71f8a11d5aaaff062baf22a0a4ed28d04ee697cf93d53b411bf21') +source=("https://files.pythonhosted.org/packages/source/p/pytest/pytest-$pkgver.tar.gz") +sha256sums=('d45e0952f3727241918b8fd0f376f5ff6b301cc0777c6f9a556935c92d8a7d42') +b2sums=('3323e4d0dc95708733425aba808a864816d73a1d67f2f3048ab516aff9c2e5ddafab67d8596ad5693254c906e9714508e7faef591c89592fcf071698b3dbdb30') # Remove dep on setuptools_scm prepare() { @@ -33,8 +30,6 @@ prepare() { /setuptools-scm/d" setup.cfg sed -i '/setuptools-scm\|wheel/d /\[tool.setuptools_scm\]/,/^$/d' pyproject.toml - - patch --forward --strip=1 --input=../pytest-fix_test_raising_repr_test.patch } build() {