python-lazy-object-proxy: update to 1.4.3.
This commit is contained in:
parent
8cce782d41
commit
4ffcee4ad9
1 changed files with 5 additions and 5 deletions
|
@ -1,18 +1,18 @@
|
|||
# Template file for 'python-lazy-object-proxy'
|
||||
pkgname=python-lazy-object-proxy
|
||||
version=1.3.1
|
||||
revision=3
|
||||
version=1.4.3
|
||||
revision=1
|
||||
wrksrc="lazy-object-proxy-${version}"
|
||||
build_style=python-module
|
||||
pycompile_module="lazy_object_proxy"
|
||||
hostmakedepends="python-setuptools python3-setuptools"
|
||||
makedepends="python-devel python3-devel"
|
||||
pycompile_module="lazy_object_proxy"
|
||||
short_desc="Fast and thorough lazy object proxy (Python2)"
|
||||
maintainer="Alessio Sergi <al3hex@gmail.com>"
|
||||
license="BSD-2-Clause"
|
||||
homepage="https://github.com/ionelmc/python-lazy-object-proxy"
|
||||
license="2-clause-BSD"
|
||||
distfiles="${PYPI_SITE}/l/lazy-object-proxy/lazy-object-proxy-${version}.tar.gz"
|
||||
checksum=eb91be369f945f10d3a49f5f9be8b3d0b93a4c2be8f8a5b83b0571b8123e0a7a
|
||||
checksum=f3900e8a5de27447acbf900b4750b0ddfd7ec1ea7fbaf11dfa911141bc522af0
|
||||
|
||||
post_install() {
|
||||
vlicense LICENSE
|
||||
|
|
Loading…
Reference in a new issue