22 lines
645 B
Text
22 lines
645 B
Text
# Template file for 'python-cups'
|
|
pkgname=python-cups
|
|
version=1.9.70
|
|
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>"
|
|
distfiles="${PYPI_SITE}/p/pycups/pycups-${version}.tar.bz2"
|
|
checksum=668860346c69474bbf1f3d728a1b147fdde0aab0197f3a381dda550712d70e5f
|
|
|
|
python3.4-cups_package() {
|
|
short_desc="${short_desc/Python2/Python3.4}"
|
|
pkg_install() {
|
|
vmove usr/lib/python3.4
|
|
}
|
|
}
|