1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55
|
Source: pyasn1
Section: python
Priority: optional
Maintainer: Jan Lübbe <jluebbe@debian.org>
Uploaders: Debian Python Modules Team <python-modules-team@lists.alioth.debian.org>,
Deepak Tripathi <apenguinlinux@gmail.com>,
Vincent Bernat <bernat@debian.org>,
Tristan Seligmann <mithrandi@debian.org>
Standards-Version: 3.9.8
Build-Depends: debhelper (>= 9),
dh-python,
pypy,
python-all (>= 2.6.6-3~),
python3-all
Build-Depends-Indep: pypy-setuptools, python-setuptools, python3-setuptools
X-Python-Version: >= 2.4
Homepage: http://pyasn1.sourceforge.net/
Vcs-Git: https://anonscm.debian.org/git/python-modules/packages/pyasn1.git
Vcs-Browser: https://anonscm.debian.org/cgit/python-modules/packages/pyasn1.git
Package: python-pyasn1
Architecture: all
Depends: ${misc:Depends}, ${python:Depends}
Suggests: doc-base
Description: ASN.1 library for Python (Python 2 module)
This is an implementation of ASN.1 types and codecs in Python
programming language. It has been first written to support particular
protocol (SNMP) but then generalized to be suitable for a wide range
of protocols based on ASN.1 specification.
.
This package contains the Python 2 module.
Package: python3-pyasn1
Architecture: all
Depends: ${misc:Depends}, ${python3:Depends}
Suggests: doc-base
Description: ASN.1 library for Python (Python 3 module)
This is an implementation of ASN.1 types and codecs in Python
programming language. It has been first written to support particular
protocol (SNMP) but then generalized to be suitable for a wide range
of protocols based on ASN.1 specification.
.
This package contains the Python 3 module.
Package: pypy-pyasn1
Architecture: all
Depends: ${misc:Depends}, ${pypy:Depends}
Suggests: doc-base
Description: ASN.1 library for Python (PyPy module)
This is an implementation of ASN.1 types and codecs in Python
programming language. It has been first written to support particular
protocol (SNMP) but then generalized to be suitable for a wide range
of protocols based on ASN.1 specification.
.
This package contains the PyPy module.
|