python3-jaraco.functools: update to 3.3.0.
This commit is contained in:
parent
96d2c877bb
commit
ab38f7eaa2
1 changed files with 5 additions and 9 deletions
|
@ -1,10 +1,11 @@
|
||||||
# Template file for 'python3-jaraco.functools'
|
# Template file for 'python3-jaraco.functools'
|
||||||
pkgname=python3-jaraco.functools
|
pkgname=python3-jaraco.functools
|
||||||
version=3.0.1
|
version=3.3.0
|
||||||
revision=3
|
revision=1
|
||||||
wrksrc="jaraco.functools-${version}"
|
wrksrc="jaraco.functools-${version}"
|
||||||
build_style=python3-module
|
build_style=python3-module
|
||||||
hostmakedepends="python3-setuptools_scm python3-toml python3-more-itertools"
|
make_check_args="--override-ini='addopts=--doctest-modules'"
|
||||||
|
hostmakedepends="python3-setuptools_scm python3-more-itertools"
|
||||||
depends="python3-more-itertools python3-jaraco"
|
depends="python3-more-itertools python3-jaraco"
|
||||||
checkdepends="${depends} python3-pytest python3-jaraco.classes"
|
checkdepends="${depends} python3-pytest python3-jaraco.classes"
|
||||||
short_desc="Functools like those found in stdlib (Python3)"
|
short_desc="Functools like those found in stdlib (Python3)"
|
||||||
|
@ -13,13 +14,8 @@ license="MIT"
|
||||||
homepage="https://github.com/jaraco/jaraco.functools"
|
homepage="https://github.com/jaraco/jaraco.functools"
|
||||||
changelog="https://raw.githubusercontent.com/jaraco/jaraco.functools/master/CHANGES.rst"
|
changelog="https://raw.githubusercontent.com/jaraco/jaraco.functools/master/CHANGES.rst"
|
||||||
distfiles="${PYPI_SITE}/j/jaraco.functools/jaraco.functools-${version}.tar.gz"
|
distfiles="${PYPI_SITE}/j/jaraco.functools/jaraco.functools-${version}.tar.gz"
|
||||||
checksum=9fedc4be3117512ca3e03e1b2ffa7a6a6ffa589bfb7d02bfb324e55d493b94f4
|
checksum=bfcf7da71e2a0e980189b0744b59dba6c1dcf66dcd7a30f8a4413e478046b314
|
||||||
|
|
||||||
do_check() {
|
|
||||||
pytest -vv --override-ini="addopts=--doctest-modules"
|
|
||||||
}
|
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
rm ${DESTDIR}/${py3_sitelib}/jaraco/__init__.py
|
|
||||||
vlicense LICENSE
|
vlicense LICENSE
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue