mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-06 23:23:51 +02:00
python3-cups: use setuptools
This commit is contained in:
parent
4f68f60557
commit
96b9ea54ce
1 changed files with 4 additions and 3 deletions
|
@ -1,10 +1,10 @@
|
||||||
# Template file for 'python3-cups'
|
# Template file for 'python3-cups'
|
||||||
pkgname=python3-cups
|
pkgname=python3-cups
|
||||||
version=2.0.1
|
version=2.0.1
|
||||||
revision=4
|
revision=5
|
||||||
build_style=python3-module
|
build_style=python3-module
|
||||||
hostmakedepends="python3-devel"
|
hostmakedepends="python3-setuptools"
|
||||||
makedepends="${hostmakedepends} cups-devel"
|
makedepends="python3-devel cups-devel"
|
||||||
depends="python3"
|
depends="python3"
|
||||||
short_desc="Python3 CUPS bindings"
|
short_desc="Python3 CUPS bindings"
|
||||||
maintainer="Orphaned <orphan@voidlinux.org>"
|
maintainer="Orphaned <orphan@voidlinux.org>"
|
||||||
|
@ -13,3 +13,4 @@ homepage="https://pypi.org/project/pycups/"
|
||||||
changelog="https://raw.githubusercontent.com/OpenPrinting/pycups/master/NEWS"
|
changelog="https://raw.githubusercontent.com/OpenPrinting/pycups/master/NEWS"
|
||||||
distfiles="${PYPI_SITE}/p/pycups/pycups-${version}.tar.gz"
|
distfiles="${PYPI_SITE}/p/pycups/pycups-${version}.tar.gz"
|
||||||
checksum=57434ce5f62548eb12949ca8217f066f4eeb21a5d6ab8b13471dce350e380c90
|
checksum=57434ce5f62548eb12949ca8217f066f4eeb21a5d6ab8b13471dce350e380c90
|
||||||
|
make_check=no # needs to connect to a running cups server
|
||||||
|
|
Loading…
Add table
Reference in a new issue