2014-06-24 16:24:24 +02:00
|
|
|
# Template file for 'python-cups'
|
|
|
|
pkgname=python-cups
|
2015-02-12 19:59:00 +01:00
|
|
|
version=1.9.72
|
2014-06-24 16:24:24 +02:00
|
|
|
revision=1
|
|
|
|
wrksrc="pycups-${version}"
|
|
|
|
build_style=python-module
|
2014-11-05 21:01:56 +01:00
|
|
|
python_versions="2.7 3.4"
|
|
|
|
hostmakedepends="python-devel python3.4-devel"
|
|
|
|
makedepends="${hostmakedepends} cups-devel"
|
2014-06-24 16:24:24 +02:00
|
|
|
short_desc="Python2 CUPS bindings"
|
2014-11-05 21:01:56 +01:00
|
|
|
homepage="https://pypi.python.org/pypi/pycups"
|
2014-06-24 16:24:24 +02:00
|
|
|
license="GPL-2"
|
|
|
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
2014-11-05 21:01:56 +01:00
|
|
|
distfiles="${PYPI_SITE}/p/pycups/pycups-${version}.tar.bz2"
|
2015-02-12 19:59:00 +01:00
|
|
|
checksum=7f635cb95149e2fab6693ee0261a4491f3f9521549652a9fdcc9654978037ca7
|
2014-11-05 21:01:56 +01:00
|
|
|
|
|
|
|
python3.4-cups_package() {
|
|
|
|
short_desc="${short_desc/Python2/Python3.4}"
|
|
|
|
pkg_install() {
|
|
|
|
vmove usr/lib/python3.4
|
|
|
|
}
|
|
|
|
}
|