python3-lazy-object-proxy: update to 1.9.0.
This commit is contained in:
parent
af4a969642
commit
8339e95997
|
@ -1,6 +1,6 @@
|
||||||
# Template file for 'python3-lazy-object-proxy'
|
# Template file for 'python3-lazy-object-proxy'
|
||||||
pkgname=python3-lazy-object-proxy
|
pkgname=python3-lazy-object-proxy
|
||||||
version=1.8.0
|
version=1.9.0
|
||||||
revision=1
|
revision=1
|
||||||
build_style=python3-module
|
build_style=python3-module
|
||||||
hostmakedepends="python3-setuptools_scm"
|
hostmakedepends="python3-setuptools_scm"
|
||||||
|
@ -13,7 +13,7 @@ license="BSD-2-Clause"
|
||||||
homepage="https://github.com/ionelmc/python-lazy-object-proxy"
|
homepage="https://github.com/ionelmc/python-lazy-object-proxy"
|
||||||
changelog="https://raw.githubusercontent.com/ionelmc/python-lazy-object-proxy/master/CHANGELOG.rst"
|
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"
|
distfiles="${PYPI_SITE}/l/lazy-object-proxy/lazy-object-proxy-${version}.tar.gz"
|
||||||
checksum=c219a00245af0f6fa4e95901ed28044544f50152840c5b6a3e7b2568db34d156
|
checksum=659fb5809fa4629b8a1ac5106f669cfc7bef26fbb389dda53b3e010d1ac4ebae
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
vlicense LICENSE
|
vlicense LICENSE
|
||||||
|
|
Loading…
Reference in New Issue