Date: Monday, April 10, 2023 @ 13:40:34 Author: alerque Revision: 1444347
upgpkg: python-pytest-param-files 0.3.5-1 Modified: python-pytest-param-files/trunk/PKGBUILD ----------+ PKGBUILD | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2023-04-10 13:39:07 UTC (rev 1444346) +++ PKGBUILD 2023-04-10 13:40:34 UTC (rev 1444347) @@ -1,9 +1,11 @@ # Maintainer: Caleb Maclennana <[email protected]> +BUILDENV+=(!check) + pkgname=python-pytest-param-files _pyname=${pkgname#python-} -pkgver=0.3.4 -pkgrel=3 +pkgver=0.3.5 +pkgrel=1 pkgdesc='Create pytest parametrize decorators from external files ' arch=(any) url="https://github.com/chrisjsewell/$_pyname" @@ -12,11 +14,9 @@ python-pytest) makedepends=(python-{build,installer,wheel} python-flit-core) -# _archive="$_pyname-$pkgver" -# source=("$url/archive/v$pkgver/$_archive.tar.gz") _archive="${_pyname//-/_}-$pkgver" source=("https://files.pythonhosted.org/packages/source/${_pyname::1}/$_pyname/$_archive.tar.gz") -sha256sums=('6c0c324f9d91bd16a5d63ab5bb78bd2d19ca5c6f2b68b6acbc4ae61fb1b6893d') +sha256sums=('33e5b7ef41a7e89d9c04749156062701d9a4ef39fa0805741adb4f31765a6da5') build() { cd "$_archive" @@ -25,7 +25,7 @@ check() { cd "$_archive" - # pytest + pytest } package() {
