python3-utils: update to 3.5.2.
This commit is contained in:
parent
a60d58bca7
commit
0ca6743762
@ -1,19 +1,21 @@
|
|||||||
# Template file for 'python3-utils'
|
# Template file for 'python3-utils'
|
||||||
pkgname=python3-utils
|
pkgname=python3-utils
|
||||||
version=3.1.0
|
version=3.5.2
|
||||||
revision=3
|
revision=1
|
||||||
build_style=python3-module
|
build_style=python3-module
|
||||||
# skip coverage and mypy tests https://github.com/WoLpH/python-utils/issues/29
|
|
||||||
make_check_args="-o addopts=--doctest-modules"
|
|
||||||
hostmakedepends="python3-setuptools"
|
hostmakedepends="python3-setuptools"
|
||||||
depends="python3"
|
depends="python3"
|
||||||
checkdepends="python3-pytest python3-pytest-asyncio"
|
checkdepends="python3-pytest 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://github.com/WoLpH/python-utils"
|
homepage="https://python-utils.readthedocs.org/en/latest/"
|
||||||
distfiles="https://github.com/WoLpH/python-utils/archive/v${version}.tar.gz"
|
distfiles="https://github.com/wolph/python-utils/archive/refs/tags/v${version}.tar.gz"
|
||||||
checksum=6f20e784af79dd0f2c330c88496b3d08fa29e27bcfba398ba78f73d8ae85f670
|
checksum=390679454ce9d9f33bff932b17d75648a9cfddc23e771cf6c4c37a1274b3f66e
|
||||||
|
|
||||||
|
post_extract() {
|
||||||
|
rm pytest.ini _python_utils_tests/test_logger.py # requires unpackaged loguru
|
||||||
|
}
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
vlicense LICENSE
|
vlicense LICENSE
|
||||||
|
Loading…
x
Reference in New Issue
Block a user