python-pytest: update to 6.2.2

This commit is contained in:
Naveen
2021-01-28 19:17:39 +00:00
committed by github-actions[bot]
parent 685ba8cfdc
commit 7cd17acd6a

View File

@@ -6,23 +6,21 @@ pkgname=("${MINGW_PACKAGE_PREFIX}-python-${_realname}")
provides=("${MINGW_PACKAGE_PREFIX}-python3-${_realname}")
conflicts=("${MINGW_PACKAGE_PREFIX}-python3-${_realname}")
replaces=("${MINGW_PACKAGE_PREFIX}-python3-${_realname}")
pkgver=6.2.1
pkgrel=2
pkgver=6.2.2
pkgrel=1
pkgdesc='simple powerful testing with Python (mingw-w64)'
url='https://pytest.org/'
license=('MIT')
arch=('any')
install=${_realname}3-${CARCH}.install
depends=("${MINGW_PACKAGE_PREFIX}-python"
"${MINGW_PACKAGE_PREFIX}-python-atomicwrites>=1.0"
"${MINGW_PACKAGE_PREFIX}-python-attrs>=17.4.0"
"${MINGW_PACKAGE_PREFIX}-python-more-itertools>=4.0.0"
"${MINGW_PACKAGE_PREFIX}-python-pluggy>=0.7"
"${MINGW_PACKAGE_PREFIX}-python-py>=1.5.0"
"${MINGW_PACKAGE_PREFIX}-python-setuptools"
"${MINGW_PACKAGE_PREFIX}-python-six"
depends=("${MINGW_PACKAGE_PREFIX}-python-atomicwrites"
"${MINGW_PACKAGE_PREFIX}-python-attrs"
"${MINGW_PACKAGE_PREFIX}-python-colorama"
"${MINGW_PACKAGE_PREFIX}-python-wcwidth")
"${MINGW_PACKAGE_PREFIX}-python-iniconfig"
"${MINGW_PACKAGE_PREFIX}-python-packaging"
"${MINGW_PACKAGE_PREFIX}-python-pluggy"
"${MINGW_PACKAGE_PREFIX}-python-py"
"${MINGW_PACKAGE_PREFIX}-python-toml")
makedepends=("${MINGW_PACKAGE_PREFIX}-python-setuptools-scm")
checkdepends=("${MINGW_PACKAGE_PREFIX}-python-hypothesis"
"${MINGW_PACKAGE_PREFIX}-python-mock"
@@ -32,7 +30,7 @@ checkdepends=("${MINGW_PACKAGE_PREFIX}-python-hypothesis"
"${MINGW_PACKAGE_PREFIX}-python-tox"
"${MINGW_PACKAGE_PREFIX}-python-yaml")
source=("${_realname}-${pkgver}.tar.gz::https://github.com/pytest-dev/pytest/archive/${pkgver}.tar.gz")
sha256sums=('efc60ff9d50f63a6cc1571f5f121155cd1775905a29dbc58b55612ac5a81f530')
sha256sums=('2c27c2cbde166b930f15853df9cb5680207a4e320181c5a6753394592b559fe2')
prepare() {
sed -i "s/'_pytest.vendored_packages'//" ${_realname}-${pkgver}/setup.py