python-cups: drop package
This commit is contained in:
parent
d8d3eb644c
commit
6f747b5406
3 changed files with 7 additions and 15 deletions
|
@ -1 +0,0 @@
|
|||
python-cups
|
|
@ -1,21 +1,14 @@
|
|||
# Template file for 'python-cups'
|
||||
pkgname=python-cups
|
||||
# Template file for 'python3-cups'
|
||||
pkgname=python3-cups
|
||||
version=1.9.74
|
||||
revision=3
|
||||
revision=4
|
||||
wrksrc="pycups-${version}"
|
||||
build_style=python-module
|
||||
hostmakedepends="python-devel python3-devel"
|
||||
build_style=python3-module
|
||||
hostmakedepends="python3-devel"
|
||||
makedepends="${hostmakedepends} cups-devel"
|
||||
short_desc="Python2 CUPS bindings"
|
||||
short_desc="Python3 CUPS bindings"
|
||||
homepage="https://pypi.org/project/pycups/"
|
||||
license="GPL-2"
|
||||
license="GPL-2.0-or-later"
|
||||
maintainer="Orphaned <orphan@voidlinux.org>"
|
||||
distfiles="${PYPI_SITE}/p/pycups/pycups-${version}.tar.bz2"
|
||||
checksum=86090f259a7c5d0d5caa3407a0e57c9e134027620cbc8f90bf4e37c8b53ed7b9
|
||||
|
||||
python3-cups_package() {
|
||||
short_desc="${short_desc/Python2/Python3}"
|
||||
pkg_install() {
|
||||
vmove usr/lib/python3*
|
||||
}
|
||||
}
|
Loading…
Add table
Reference in a new issue