New package: python-lazy-object-proxy-1.2.1

This commit is contained in:
Alessio Sergi 2015-12-01 17:21:21 +01:00
parent 151c2668df
commit a670ad34af
2 changed files with 31 additions and 0 deletions

View File

@ -0,0 +1,30 @@
# Template file for 'python-lazy-object-proxy'
pkgname=python-lazy-object-proxy
version=1.2.1
revision=1
wrksrc="lazy-object-proxy-${version}"
build_style=python-module
python_versions="2.7 3.4"
hostmakedepends="python-setuptools python3.4-setuptools"
makedepends="python-devel python3.4-devel"
pycompile_module="lazy_object_proxy"
short_desc="Fast and thorough lazy object proxy (Python2)"
maintainer="Alessio Sergi <al3hex@gmail.com>"
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=22ed751a2c63c6cf718674fd7461b1dfc45215bab4751ca32b6c9b8cb2734cb3
post_install() {
vlicense LICENSE
}
python3.4-lazy-object-proxy_package() {
pycompile_version="3.4"
pycompile_module="lazy_object_proxy"
short_desc="${short_desc/Python2/Python3.4}"
pkg_install() {
vmove usr/lib/python3.4
vlicense LICENSE
}
}

View File

@ -0,0 +1 @@
python-lazy-object-proxy