Source: pysubnettree
Section: python
Priority: optional
Maintainer: Scott Kitterman <scott@kitterman.com>
Uploaders: Debian Python Modules Team <python-modules-team@lists.alioth.debian.org>,
           Raúl Benencia <rul@kalgan.cc>
Build-Depends: debhelper (>= 9),
               dh-python,
               python-all-dev (>= 2.6.5-2~),
               python-setuptools,
               python3-all-dev (>= 3.1.2-12~),
               python3-setuptools,
               swig
X-Python-Version: >= 2.4
Standards-Version: 4.1.3
Homepage: https://www.bro.org/sphinx/components/pysubnettree/README.html
Vcs-Git: https://anonscm.debian.org/git/python-modules/packages/pysubnettree.git
Vcs-Browser: https://anonscm.debian.org/cgit/python-modules/packages/pysubnettree.git

Package: python-subnettree
Architecture: any
Depends: ${misc:Depends}, ${python:Depends}, ${shlibs:Depends}
Description: Python Module for CIDR Lookups
 The PySubnetTree package provides a Python data structure SubnetTree which
 maps subnets given in CIDR (Classless Inter-Domain Routing) notation to
 Python objects. Lookups are performed by longest-prefix matching. It supports
 IPv6 addresses.

Package: python3-subnettree
Architecture: any
Depends: ${misc:Depends}, ${python3:Depends}, ${shlibs:Depends}
Description: Python 3 Module for CIDR Lookups
 The PySubnetTree package provides a Python data structure SubnetTree which
 maps subnets given in CIDR (Classless Inter-Domain Routing) notation to
 Python 3 objects. Lookups are performed by longest-prefix matching. It
 supports IPv6 addresses.
