python3-lazy-object-proxy: update to 1.8.0.
This commit is contained in:
parent
265124e394
commit
e0405907fd
|
@ -1,19 +1,19 @@
|
|||
# Template file for 'python3-lazy-object-proxy'
|
||||
pkgname=python3-lazy-object-proxy
|
||||
version=1.7.1
|
||||
revision=2
|
||||
version=1.8.0
|
||||
revision=1
|
||||
build_style=python3-module
|
||||
hostmakedepends="python3-setuptools_scm"
|
||||
makedepends="python3-devel"
|
||||
depends="python3"
|
||||
checkdepends="python3-testpath python3-pytest-benchmark"
|
||||
short_desc="Fast and thorough lazy object proxy (Python3)"
|
||||
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=d609c75b986def706743cdebe5e47553f4a5a1da9c5ff66d76013ef396b5a8a4
|
||||
make_check=no # needs pytest-testpath and pytest-benchmark
|
||||
checksum=c219a00245af0f6fa4e95901ed28044544f50152840c5b6a3e7b2568db34d156
|
||||
|
||||
post_install() {
|
||||
vlicense LICENSE
|
||||
|
|
Loading…
Reference in New Issue