17 lines
622 B
Bash
17 lines
622 B
Bash
# Template file for 'python3-cups'
|
|
pkgname=python3-cups
|
|
version=2.0.4
|
|
revision=1
|
|
build_style=python3-module
|
|
hostmakedepends="python3-setuptools"
|
|
makedepends="python3-devel cups-devel"
|
|
depends="python3"
|
|
short_desc="Python3 CUPS bindings"
|
|
maintainer="Orphaned <orphan@voidlinux.org>"
|
|
license="GPL-2.0-or-later"
|
|
homepage="https://pypi.org/project/pycups/"
|
|
changelog="https://raw.githubusercontent.com/OpenPrinting/pycups/master/NEWS"
|
|
distfiles="${PYPI_SITE}/p/pycups/pycups-${version}.tar.gz"
|
|
checksum=843e385c1dbf694996ca84ef02a7f30c28376035588f5fbeacd6bae005cf7c8d
|
|
make_check=no # needs to connect to a running cups server
|