mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 06:33:50 +02:00
python3-utils: update to 3.8.2.
This commit is contained in:
parent
e3fba636a0
commit
13caf06ce2
1 changed files with 7 additions and 7 deletions
|
@ -1,17 +1,17 @@
|
||||||
# Template file for 'python3-utils'
|
# Template file for 'python3-utils'
|
||||||
pkgname=python3-utils
|
pkgname=python3-utils
|
||||||
version=3.5.2
|
version=3.8.2
|
||||||
revision=2
|
revision=1
|
||||||
build_style=python3-module
|
build_style=python3-pep517
|
||||||
hostmakedepends="python3-setuptools"
|
hostmakedepends="python3-setuptools python3-wheel"
|
||||||
depends="python3"
|
depends="python3-typing_extensions"
|
||||||
checkdepends="python3-pytest python3-pytest-asyncio"
|
checkdepends="${depends} python3-pytest-asyncio"
|
||||||
short_desc="Convenient utilities not included with the standard Python3 install"
|
short_desc="Convenient utilities not included with the standard Python3 install"
|
||||||
maintainer="Karl Nilsson <karl.robert.nilsson@gmail.com>"
|
maintainer="Karl Nilsson <karl.robert.nilsson@gmail.com>"
|
||||||
license="BSD-3-Clause"
|
license="BSD-3-Clause"
|
||||||
homepage="https://python-utils.readthedocs.org/en/latest/"
|
homepage="https://python-utils.readthedocs.org/en/latest/"
|
||||||
distfiles="https://github.com/wolph/python-utils/archive/refs/tags/v${version}.tar.gz"
|
distfiles="https://github.com/wolph/python-utils/archive/refs/tags/v${version}.tar.gz"
|
||||||
checksum=390679454ce9d9f33bff932b17d75648a9cfddc23e771cf6c4c37a1274b3f66e
|
checksum=3e040c35c51ecc6bc194a23e7ff7f4a8bab9686ed3ccd5bd77018bf8b4d9a310
|
||||||
|
|
||||||
post_extract() {
|
post_extract() {
|
||||||
rm pytest.ini _python_utils_tests/test_logger.py # requires unpackaged loguru
|
rm pytest.ini _python_utils_tests/test_logger.py # requires unpackaged loguru
|
||||||
|
|
Loading…
Add table
Reference in a new issue