|
| 1 | +Source: python-snap7 |
| 2 | +Section: python |
| 3 | +Priority: optional |
| 4 | +Maintainer: Lukas Wunner <lukas@wunner.de> |
| 5 | +Build-Depends: debhelper (>= 9), dh-python, python-all, python3-all, |
| 6 | + python3-sphinx |
| 7 | +Standards-Version: 3.9.8 |
| 8 | +X-Python-Version: >= 2.7 |
| 9 | +X-Python3-Version: >= 3.4 |
| 10 | +Homepage: https://github.com/gijzelaerr/python-snap7 |
| 11 | +Vcs-Git: https://github.com/gijzelaerr/python-snap7 |
| 12 | +Vcs-Browser: https://github.com/gijzelaerr/python-snap7 |
| 13 | + |
| 14 | +Package: python-snap7 |
| 15 | +Architecture: all |
| 16 | +Depends: libsnap71, ${python:Depends}, ${misc:Depends} |
| 17 | +Suggests: python3-snap7-doc |
| 18 | +Description: Python wrapper for snap7 |
| 19 | + Snap7 is an open source, 32/64 bit, multi-platform Ethernet communication |
| 20 | + suite for interfacing natively with Siemens S7 PLCs. |
| 21 | + |
| 22 | +Package: python3-snap7 |
| 23 | +Architecture: all |
| 24 | +Depends: libsnap71, ${python3:Depends}, ${misc:Depends} |
| 25 | +Suggests: python3-snap7-doc |
| 26 | +Description: Python wrapper for snap7 |
| 27 | + Snap7 is an open source, 32/64 bit, multi-platform Ethernet communication |
| 28 | + suite for interfacing natively with Siemens S7 PLCs. |
| 29 | + |
| 30 | +Package: python3-snap7-doc |
| 31 | +Architecture: all |
| 32 | +Section: doc |
| 33 | +Depends: ${misc:Depends}, ${sphinxdoc:Depends} |
| 34 | +Recommends: python3-snap7 |
| 35 | +Description: Python wrapper for snap7 (doc) |
| 36 | + Snap7 is an open source, 32/64 bit, multi-platform Ethernet communication |
| 37 | + suite for interfacing natively with Siemens S7 PLCs. |
0 commit comments