void-packages/srcpkgs/python-wrapt/template
2016-04-01 10:51:39 +02:00

30 lines
841 B
Bash

# Template file for 'python-wrapt'
pkgname=python-wrapt
version=1.10.7
revision=1
wrksrc="wrapt-${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="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=fee76adb6a0b18d42e902cd1ab3b9a0612726d1bf04ffa2f9508897b00f4e311
post_install() {
vlicense LICENSE
}
python3.4-wrapt_package() {
pycompile_version="3.4"
pycompile_module="wrapt"
short_desc="${short_desc/Python2/Python3.4}"
pkg_install() {
vmove usr/lib/python3.4
vlicense LICENSE
}
}