void-packages/srcpkgs/python-cups/template
Alessio Sergi b661e38074 python-cups: update to 1.9.68; add python3.4 subpkg
pycups is now python3 compatible.
2014-11-05 21:06:48 +01:00

24 lines
667 B
Plaintext

# Template file for 'python-cups'
pkgname=python-cups
version=1.9.68
revision=1
wrksrc="pycups-${version}"
build_style=python-module
python_versions="2.7 3.4"
hostmakedepends="python-devel python3.4-devel"
makedepends="${hostmakedepends} cups-devel"
short_desc="Python2 CUPS bindings"
homepage="https://pypi.python.org/pypi/pycups"
license="GPL-2"
maintainer="Juan RP <xtraeme@gmail.com>"
update_pkgname=pycups
distfiles="${PYPI_SITE}/p/pycups/pycups-${version}.tar.bz2"
checksum=44346cbd9d6d1785e5cb5d76b661aff2039e920283bd6af251b72a1e668237c4
python3.4-cups_package() {
short_desc="${short_desc/Python2/Python3.4}"
pkg_install() {
vmove usr/lib/python3.4
}
}