Source: python-spoon
Section: python
Priority: optional
Maintainer: Hugo Lefeuvre <hle@debian.org>
Build-Depends: debhelper (>= 10),
               dh-python,
               python-all,
               python-setuptools,
               python3-all,
               python3-setuptools
Standards-Version: 4.1.0
Homepage: https://github.com/SpamExperts/spoon
X-Python-Version: >= 2.6
X-Python3-Version: >= 3.2
Vcs-Browser: https://anonscm.debian.org/cgit/collab-maint/python-spoon.git
Vcs-Git: https://anonscm.debian.org/git/collab-maint/python-spoon.git

Package: python-spoon
Architecture: all
Depends: ${misc:Depends},
         ${python:Depends}
Description: Simple to use pre-forking server interface (Python 2)
 Spoon is an easy to use pre-forking server interface. It provides
 interfaces for UDP/TCP servers that can handle requests and can be stopped
 or reloaded, as well as interfaces for daemonizing tools.
 .
 This package installs the library for Python 2.

Package: python3-spoon
Architecture: all
Depends: ${misc:Depends},
         ${python3:Depends}
Description: Simple to use pre-forking server interface (Python 3)
 Spoon is an easy to use pre-forking server interface. It provides
 interfaces for UDP/TCP servers that can handle requests and can be stopped
 or reloaded, as well as interfaces for daemonizing tools.
 .
 This package installs the library for Python 3.
