python3-lazy-object-proxy: update to 1.7.1.
This commit is contained in:
parent
258ac1e746
commit
1248fadf57
1 changed files with 6 additions and 4 deletions
|
@ -1,18 +1,20 @@
|
|||
# Template file for 'python3-lazy-object-proxy'
|
||||
pkgname=python3-lazy-object-proxy
|
||||
version=1.5.2
|
||||
revision=3
|
||||
version=1.7.1
|
||||
revision=1
|
||||
wrksrc="lazy-object-proxy-${version}"
|
||||
build_style=python3-module
|
||||
hostmakedepends="python3-setuptools_scm"
|
||||
makedepends="python3-devel"
|
||||
depends="python3"
|
||||
short_desc="Fast and thorough lazy object proxy (Python3)"
|
||||
maintainer="Orphaned <orphan@voidlinux.org>"
|
||||
maintainer="Michal Vasilek <michal@vasilek.cz>"
|
||||
license="BSD-2-Clause"
|
||||
homepage="https://github.com/ionelmc/python-lazy-object-proxy"
|
||||
changelog="https://raw.githubusercontent.com/ionelmc/python-lazy-object-proxy/master/CHANGELOG.rst"
|
||||
distfiles="${PYPI_SITE}/l/lazy-object-proxy/lazy-object-proxy-${version}.tar.gz"
|
||||
checksum=5944a9b95e97de1980c65f03b79b356f30a43de48682b8bdd90aa5089f0ec1f4
|
||||
checksum=d609c75b986def706743cdebe5e47553f4a5a1da9c5ff66d76013ef396b5a8a4
|
||||
make_check=no # needs pytest-testpath and pytest-benchmark
|
||||
|
||||
post_install() {
|
||||
vlicense LICENSE
|
||||
|
|
Loading…
Reference in a new issue