control 1.0 KB

12345678910111213141516171819202122232425262728293031323334353637383940
  1. Source: pyprofibus
  2. Maintainer: Michael Buesch <m@bues.ch>
  3. Section: python
  4. Priority: optional
  5. Build-Depends: dh-python,
  6. python3-all-dev (>= 3.7),
  7. python3-setuptools,
  8. debhelper (>= 10)
  9. Standards-Version: 4.5.1
  10. X-Python3-Version: >= 3.7
  11. Vcs-Git: git://git.bues.ch/pyprofibus.git
  12. Vcs-Browser: https://bues.ch/gitweb?p=pyprofibus.git
  13. Homepage: https://bues.ch/a/profibus
  14. Package: python3-pyprofibus
  15. Architecture: any
  16. Depends: ${misc:Depends},
  17. ${python3:Depends}
  18. Description: PROFIBUS-DP stack (Python 3)
  19. pyprofibus is a PROFIBUS-DP stack written in Python.
  20. Package: profisniff
  21. Architecture: any
  22. Depends: python3-pyprofibus,
  23. ${misc:Depends},
  24. ${python3:Depends}
  25. Description: PROFIBUS-DP telegram sniffer (Python 3)
  26. PROFIBUS-DP telegram sniffer based on pyprofibus.
  27. Package: gsdparser
  28. Architecture: any
  29. Depends: python3-pyprofibus,
  30. ${misc:Depends},
  31. ${python3:Depends}
  32. Description: PROFIBUS-DP GSD file parser (Python 3)
  33. PROFIBUS-DP GSD file parser based on pyprofibus.