mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-07 07:33:48 +02:00
python3-lazy-object-proxy: update to 1.8.0.
This commit is contained in:
parent
265124e394
commit
e0405907fd
1 changed files with 4 additions and 4 deletions
|
@ -1,19 +1,19 @@
|
||||||
# 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.7.1
|
version=1.8.0
|
||||||
revision=2
|
revision=1
|
||||||
build_style=python3-module
|
build_style=python3-module
|
||||||
hostmakedepends="python3-setuptools_scm"
|
hostmakedepends="python3-setuptools_scm"
|
||||||
makedepends="python3-devel"
|
makedepends="python3-devel"
|
||||||
depends="python3"
|
depends="python3"
|
||||||
|
checkdepends="python3-testpath python3-pytest-benchmark"
|
||||||
short_desc="Fast and thorough lazy object proxy (Python3)"
|
short_desc="Fast and thorough lazy object proxy (Python3)"
|
||||||
maintainer="Michal Vasilek <michal@vasilek.cz>"
|
maintainer="Michal Vasilek <michal@vasilek.cz>"
|
||||||
license="BSD-2-Clause"
|
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=d609c75b986def706743cdebe5e47553f4a5a1da9c5ff66d76013ef396b5a8a4
|
checksum=c219a00245af0f6fa4e95901ed28044544f50152840c5b6a3e7b2568db34d156
|
||||||
make_check=no # needs pytest-testpath and pytest-benchmark
|
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
vlicense LICENSE
|
vlicense LICENSE
|
||||||
|
|
Loading…
Add table
Reference in a new issue