void-packages/srcpkgs/python-wrapt/template
2017-03-16 15:44:52 +01:00

35 lines
985 B
Bash

# Template file for 'python-wrapt'
pkgname=python-wrapt
version=1.10.10
revision=1
wrksrc="wrapt-${version}"
build_style=python-module
hostmakedepends="python-setuptools python3-setuptools"
makedepends="python-devel python3-devel"
pycompile_module="wrapt"
short_desc="Python2 module for decorators, wrappers and monkey patching"
maintainer="Alessio Sergi <al3hex@gmail.com>"
homepage="https://github.com/GrahamDumpleton/wrapt"
license="2-clause-BSD"
distfiles="${PYPI_SITE}/w/wrapt/wrapt-${version}.tar.gz"
checksum=42160c91b77f1bc64a955890038e02f2f72986c01d462d53cb6cb039b995cdd9
post_install() {
vlicense LICENSE
}
python3-wrapt_package() {
pycompile_module="wrapt"
replaces="python3.4-wrapt>=0"
short_desc="${short_desc/Python2/Python3}"
pkg_install() {
vmove usr/lib/python3*
vlicense LICENSE
}
}
python3.4-wrapt_package() {
build_style=meta
short_desc="${short_desc/Python2/Python3.4} (transitional dummy package)"
depends="python3-wrapt>=${version}_${revision}"
}