mirror of
https://github.com/outbackdingo/ports.git
synced 2026-01-27 10:20:12 +00:00
15 lines
390 B
Plaintext
15 lines
390 B
Plaintext
# description : Python bindings for libcups
|
|
# homepage : https://github.com/OpenPrinting/pycups
|
|
# depends : cups python3-setuptools
|
|
|
|
name=python3-pycups
|
|
version=2.0.1
|
|
release=1
|
|
source="$name-$version.tar.gz::https://pypi.python.org/packages/source/p/pycups/pycups-$version.tar.gz"
|
|
|
|
build() {
|
|
cd pycups-$version
|
|
python3 setup.py build
|
|
python3 setup.py install --skip-build --root=$PKG
|
|
}
|