Alessio Sergi 217e7d31f2 srcpkgs: remove python3.4-* transitional dummy packages
After more than a year the switch to python3 packages, it is time to say
them goodbye. So long, and thanks for all the fish.
2017-12-20 11:29:51 +01:00

27 lines
784 B
Bash

# Template file for 'python-simplegeneric'
pkgname=python-simplegeneric
version=0.8.1
revision=3
noarch=yes
wrksrc="simplegeneric-${version}"
build_style=python-module
hostmakedepends="unzip python-setuptools python3-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-simplegeneric_package() {
noarch=yes
depends="python3"
pycompile_module="simplegeneric.py"
short_desc="${short_desc/Python2/Python3}"
pkg_install() {
vmove usr/lib/python3*
}
}