mirror of
https://github.com/void-linux/void-packages.git
synced 2025-04-16 22:27:02 +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'
|
||||
pkgname=python3-utils
|
||||
version=3.5.2
|
||||
revision=2
|
||||
build_style=python3-module
|
||||
hostmakedepends="python3-setuptools"
|
||||
depends="python3"
|
||||
checkdepends="python3-pytest python3-pytest-asyncio"
|
||||
version=3.8.2
|
||||
revision=1
|
||||
build_style=python3-pep517
|
||||
hostmakedepends="python3-setuptools python3-wheel"
|
||||
depends="python3-typing_extensions"
|
||||
checkdepends="${depends} python3-pytest-asyncio"
|
||||
short_desc="Convenient utilities not included with the standard Python3 install"
|
||||
maintainer="Karl Nilsson <karl.robert.nilsson@gmail.com>"
|
||||
license="BSD-3-Clause"
|
||||
homepage="https://python-utils.readthedocs.org/en/latest/"
|
||||
distfiles="https://github.com/wolph/python-utils/archive/refs/tags/v${version}.tar.gz"
|
||||
checksum=390679454ce9d9f33bff932b17d75648a9cfddc23e771cf6c4c37a1274b3f66e
|
||||
checksum=3e040c35c51ecc6bc194a23e7ff7f4a8bab9686ed3ccd5bd77018bf8b4d9a310
|
||||
|
||||
post_extract() {
|
||||
rm pytest.ini _python_utils_tests/test_logger.py # requires unpackaged loguru
|
||||
|
|
Loading…
Add table
Reference in a new issue