python-cups: rebuild for Python 3.5

Switch to python3-* pkgs.
Convert python3.4-* pkg into dummy pkg.
This commit is contained in:
Alessio Sergi 2016-10-16 18:55:36 +02:00
parent 53b481bf04
commit 69d57d9022
2 changed files with 12 additions and 6 deletions

View File

@ -1,11 +1,10 @@
# Template file for 'python-cups'
pkgname=python-cups
version=1.9.73
revision=1
revision=2
wrksrc="pycups-${version}"
build_style=python-module
python_versions="2.7 3.4"
hostmakedepends="python-devel python3.4-devel"
hostmakedepends="python-devel python3-devel"
makedepends="${hostmakedepends} cups-devel"
short_desc="Python2 CUPS bindings"
homepage="https://pypi.python.org/pypi/pycups"
@ -14,9 +13,15 @@ maintainer="Juan RP <xtraeme@voidlinux.eu>"
distfiles="${PYPI_SITE}/p/pycups/pycups-${version}.tar.bz2"
checksum=c381be011889ca6f728598578c89c8ac9f7ab1e95b614474df9f2fa831ae5335
python3.4-cups_package() {
short_desc="${short_desc/Python2/Python3.4}"
python3-cups_package() {
replaces="python3.4-cups>=0"
short_desc="${short_desc/Python2/Python3}"
pkg_install() {
vmove usr/lib/python3.4
vmove usr/lib/python3*
}
}
python3.4-cups_package() {
build_style=meta
short_desc="${short_desc/Python2/Python3.4} (transitional dummy package)"
depends="python3-cups>=${version}_${revision}"
}

1
srcpkgs/python3-cups Symbolic link
View File

@ -0,0 +1 @@
python-cups