python3-jaraco.functools: update to 3.5.0.
This commit is contained in:
parent
c783ee8ae6
commit
2a8b7f5248
1 changed files with 6 additions and 6 deletions
|
@ -1,12 +1,12 @@
|
|||
# Template file for 'python3-jaraco.functools'
|
||||
pkgname=python3-jaraco.functools
|
||||
version=3.3.0
|
||||
revision=2
|
||||
version=3.5.0
|
||||
revision=1
|
||||
wrksrc="jaraco.functools-${version}"
|
||||
build_style=python3-module
|
||||
build_style=python3-pep517
|
||||
make_check_args="--override-ini='addopts=--doctest-modules'"
|
||||
hostmakedepends="python3-setuptools_scm python3-more-itertools"
|
||||
depends="python3-more-itertools python3-jaraco"
|
||||
hostmakedepends="python3-wheel python3-setuptools_scm"
|
||||
depends="python3-more-itertools"
|
||||
checkdepends="${depends} python3-pytest python3-jaraco.classes"
|
||||
short_desc="Functools like those found in stdlib (Python3)"
|
||||
maintainer="bra1nwave <bra1nwave@protonmail.com>"
|
||||
|
@ -14,7 +14,7 @@ license="MIT"
|
|||
homepage="https://github.com/jaraco/jaraco.functools"
|
||||
changelog="https://raw.githubusercontent.com/jaraco/jaraco.functools/master/CHANGES.rst"
|
||||
distfiles="${PYPI_SITE}/j/jaraco.functools/jaraco.functools-${version}.tar.gz"
|
||||
checksum=bfcf7da71e2a0e980189b0744b59dba6c1dcf66dcd7a30f8a4413e478046b314
|
||||
checksum=31e0e93d1027592b7b0bec6ad468db850338981ebee76ba5e212e235f4c7dda0
|
||||
|
||||
post_install() {
|
||||
vlicense LICENSE
|
||||
|
|
Loading…
Add table
Reference in a new issue