summaryrefslogtreecommitdiff
path: root/debian/control
diff options
context:
space:
mode:
Diffstat (limited to 'debian/control')
-rw-r--r--debian/control32
1 files changed, 32 insertions, 0 deletions
diff --git a/debian/control b/debian/control
new file mode 100644
index 0000000..bbe2f32
--- /dev/null
+++ b/debian/control
@@ -0,0 +1,32 @@
+Source: python-zeroconf
+Section: python
+Priority: optional
+Maintainer: Debian Python Modules Team <python-modules-team@lists.alioth.debian.org>
+Uploaders: Ruben Undheim <ruben.undheim@gmail.com>
+Build-Depends: debhelper-compat (= 12),
+ dh-python,
+ python3-all,
+ python3-setuptools
+Build-Depends-Indep:
+ python3-ifaddr,
+ python3-nose,
+Standards-Version: 4.4.0
+X-Python-Version: all
+Homepage: https://github.com/jstasiak/python-zeroconf
+Vcs-Browser: https://salsa.debian.org/python-team/modules/python-zeroconf
+Vcs-Git: https://salsa.debian.org/python-team/modules/python-zeroconf.git
+
+Package: python3-zeroconf
+Architecture: all
+Depends: ${python3:Depends}, ${misc:Depends}, python3-ifaddr
+Description: Pure Python implementation of multicast DNS service discovery (Python3)
+ This is an implementation of the multicast DNS Service Discover Library
+ zeroconf in pure Python.
+ .
+ Compared to some other Zeroconf/Bonjour/Avahi Python packages:
+ .
+ - isn't tied to Bonjour or Avahi
+ - doesn't use D-Bus
+ - doesn't force you to use particular event loop or Twisted
+ .
+ This is the Python3 version of the library.