Ravenports generated: 05 Feb 2021 18:34
[ravenports.git] / bucket_8B / python-pycups
1 # Buildsheet autogenerated by ravenadm tool -- Do not edit.
2
3 NAMEBASE=               python-pycups
4 VERSION=                2.0.1
5 KEYWORDS=               python
6 VARIANTS=               py38 py39
7 SDESC[py38]=            Python bindings for libcups (PY38)
8 SDESC[py39]=            Python bindings for libcups (PY39)
9 HOMEPAGE=               https://github.com/zdohnal/pycups
10 CONTACT=                Python_Automaton[python@ironwolf.systems]
11
12 DOWNLOAD_GROUPS=        main
13 SITES[main]=            PYPI/p/pycups
14 DISTFILE[1]=            pycups-2.0.1.tar.gz:main
15 DF_INDEX=               1
16 SPKGS[py38]=            single
17 SPKGS[py39]=            single
18
19 OPTIONS_AVAILABLE=      PY38 PY39
20 OPTIONS_STANDARD=       none
21 VOPTS[py38]=            PY38=ON PY39=OFF
22 VOPTS[py39]=            PY38=OFF PY39=ON
23
24 BUILDRUN_DEPENDS=       cups:primary:standard
25
26 DISTNAME=               pycups-2.0.1
27
28 GENERATED=              yes
29
30 [PY38].USES_ON=                         python:py38,sutools
31
32 [PY39].USES_ON=                         python:py39,sutools
33
34 [FILE:481:descriptions/desc.single]
35 This is a set of Python bindings for the libcups library from the
36 CUPS project.
37
38 >>> # Example of getting a list of printers
39 >>> import cups
40 >>> conn = cups.Connection ()
41 >>> printers = conn.getPrinters ()
42 >>> for printer in printers:
43 ...     print printer, printers[printer]["device-uri"]
44 ...
45 HP ipp://192.168.1.1:631/printers/HP
46 duplex ipp://192.168.1.1:631/printers/duplex
47 HP-LaserJet-6MP ipp://192.168.1.1:631/printers/HP-LaserJet-6MP
48 EPSON-Stylus-D78 usb://EPSON/Stylus%20D78
49
50
51 [FILE:98:distinfo]
52 57434ce5f62548eb12949ca8217f066f4eeb21a5d6ab8b13471dce350e380c90        62968 pycups-2.0.1.tar.gz
53