29 lines
844 B
Text
29 lines
844 B
Text
|
# Template file for 'python-simplegeneric'
|
||
|
pkgname=python-simplegeneric
|
||
|
version=0.8.1
|
||
|
revision=1
|
||
|
noarch=yes
|
||
|
wrksrc="simplegeneric-${version}"
|
||
|
build_style=python-module
|
||
|
python_versions="2.7 3.4"
|
||
|
hostmakedepends="unzip python-setuptools python3.4-setuptools"
|
||
|
depends="python"
|
||
|
pycompile_module="simplegeneric.py"
|
||
|
short_desc="Simple generic functions for Python2"
|
||
|
maintainer="Alessio Sergi <al3hex@gmail.com>"
|
||
|
homepage="https://pypi.python.org/pypi/simplegeneric"
|
||
|
license="ZPL"
|
||
|
distfiles="${PYPI_SITE}/s/simplegeneric/simplegeneric-${version}.zip"
|
||
|
checksum=dc972e06094b9af5b855b3df4a646395e43d1c9d0d39ed345b7393560d0b9173
|
||
|
|
||
|
python3.4-simplegeneric_package() {
|
||
|
noarch=yes
|
||
|
depends="python3.4"
|
||
|
pycompile_version="3.4"
|
||
|
pycompile_module="simplegeneric.py"
|
||
|
short_desc="${short_desc/Python2/Python3.4}"
|
||
|
pkg_install() {
|
||
|
vmove usr/lib/python3.4
|
||
|
}
|
||
|
}
|