From 6a0159b882fe7be422111db27091b94bb627e97c Mon Sep 17 00:00:00 2001 From: ptrcnull Date: Fri, 5 May 2023 02:00:04 +0000 Subject: [PATCH] community/py3-nox: upgrade to 2023.04.22 --- community/py3-nox/APKBUILD | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/community/py3-nox/APKBUILD b/community/py3-nox/APKBUILD index c1c622b9a97..b50eb229867 100644 --- a/community/py3-nox/APKBUILD +++ b/community/py3-nox/APKBUILD @@ -1,8 +1,8 @@ # Contributor: Patrycja Rosa # Maintainer: Patrycja Rosa pkgname=py3-nox -pkgver=2022.11.21 -pkgrel=1 +pkgver=2023.04.22 +pkgrel=0 pkgdesc="Flexible test automation for Python" url="https://nox.thea.codes/" arch="noarch" @@ -17,7 +17,7 @@ depends=" py3-wheel python3 " -makedepends="py3-gpep517" +makedepends="py3-gpep517 py3-hatchling" checkdepends="py3-pytest" subpackages="$pkgname-pyc" source="https://github.com/theacodes/nox/archive/$pkgver/py3-nox-$pkgver.tar.gz" @@ -32,16 +32,16 @@ build() { check() { python3 -m venv --clear --without-pip --system-site-packages test-env test-env/bin/python3 -m installer \ - dist/nox-$pkgver-py3-none-any.whl + dist/nox*.whl # all tox_to_nox tests have python2.7 hardcoded test-env/bin/python3 -m pytest --ignore=tests/test_tox_to_nox.py } package() { - python3 -m installer -d "$pkgdir" --compile-bytecode 0 \ - dist/nox-$pkgver-py3-none-any.whl + python3 -m installer -d "$pkgdir" \ + dist/nox*.whl } sha512sums=" -7f725425acd7d1ef55e04c5330c1f4fd2f2f5107c24b4bb7f7e2711cf6a5c1b8f2777a4902ee31d4a56898a953f3da6a9ed340d652fbc63cba33f5f763702b78 py3-nox-2022.11.21.tar.gz +7425588b0ae87d66211a4fec1d204122a2adb114ddca866d2e66e1caff930f593af1540e5c88806894400ea8aba92037d3f458a98df05d6ac70662705426ee6e py3-nox-2023.04.22.tar.gz "