python-pytest: Update to 1.9.33
This commit is contained in:
@@ -3,15 +3,15 @@
|
||||
|
||||
pkgbase=python-pytest
|
||||
pkgname=('python3-pytest' 'python2-pytest')
|
||||
pkgver=3.2.1
|
||||
pkgver=3.9.3
|
||||
pkgrel=1
|
||||
pkgdesc="Simple powerful testing with Python"
|
||||
arch=('any')
|
||||
license=('MIT')
|
||||
url="https://pytest.org/"
|
||||
makedepends=('python3-setuptools' 'python2-setuptools' 'python3-setuptools-scm' 'python2-setuptools-scm' 'python3-py' 'python2-py')
|
||||
source=("https://pypi.python.org/packages/source/p/pytest/pytest-$pkgver.tar.gz")
|
||||
sha512sums=('e0fff27fbf8fb79015520f338a418ad0c50ce75e8438e916ae40b1e2c2ad423b7629a9c7e08387b95eddd805f9887175c3159574b0b4c418c7bc9811c10fa7b9')
|
||||
source=("pytest-${pkgver}.tar.gz::https://github.com/pytest-dev/pytest/archive/${pkgver}.tar.gz")
|
||||
sha512sums=('6ae634e234a0384536d62b0855ff3317fa2558f9480a3814f4aa9fffd034da1016eb05304233e41ac8dff6d60fb7f3590f70582fa9ed8ec5f22abfb3be36bc05')
|
||||
|
||||
prepare() {
|
||||
sed -i "s/'_pytest.vendored_packages'//" pytest-${pkgver}/setup.py
|
||||
|
||||
Reference in New Issue
Block a user