python3-utils: update to 3.1.0.
This commit is contained in:
parent
af269580ce
commit
2f1143089e
1 changed files with 6 additions and 4 deletions
|
@ -1,17 +1,19 @@
|
|||
# Template file for 'python3-utils'
|
||||
pkgname=python3-utils
|
||||
version=2.5.6
|
||||
revision=2
|
||||
version=3.1.0
|
||||
revision=1
|
||||
wrksrc="python-utils-${version}"
|
||||
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"
|
||||
depends="python3-six"
|
||||
checkdepends="python3-pytest 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://github.com/WoLpH/python-utils"
|
||||
distfiles="https://github.com/WoLpH/python-utils/archive/v${version}.tar.gz"
|
||||
checksum=e35044706c5c7863110ac31afc9fac66f5dc47d6450ebe26a6ac26473ce09d90
|
||||
checksum=6f20e784af79dd0f2c330c88496b3d08fa29e27bcfba398ba78f73d8ae85f670
|
||||
|
||||
post_install() {
|
||||
vlicense LICENSE
|
||||
|
|
Loading…
Reference in a new issue