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
|
Source: python-uritemplate
Section: python
Priority: optional
Maintainer: PKG Cloud <cloud-packages@lists.alioth.debian.org>
Uploaders: Jimmy Kaplowitz <jimmy@debian.org>, Thomas Goirand <zigo@debian.org>
Build-Depends: debhelper (>= 9),
openstack-pkg-tools,
python-all (>= 2.6.6-3~),
python-setuptools,
python3-all (>= 3.2),
python3-setuptools
Standards-Version: 3.9.5
Vcs-Browser: http://anonscm.debian.org/gitweb/?p=cloud/python-uritemplate.git
Vcs-Git: git://anonscm.debian.org/cloud/python-uritemplate.git
Homepage: http://github.com/uri-templates/uritemplate-py/
Package: python-uritemplate
Architecture: all
Pre-Depends: dpkg (>= 1.15.6~)
Depends: ${misc:Depends}, ${python:Depends}
Description: implementation of RFC6570 - Python 2.x
python-uritemplate implements RFC6570. URI Template can expand templates up to
and including Level 4 in that specification. It exposes one method, "expand".
.
This package provides the Python 2.x module.
Package: python3-uritemplate
Architecture: all
Pre-Depends: dpkg (>= 1.15.6~)
Depends: ${misc:Depends}, ${python3:Depends}
Description: implementation of RFC6570 - Python 3.x
python-uritemplate implements RFC6570. URI Template can expand templates up to
and including Level 4 in that specification. It exposes one method, "expand".
.
This package provides the Python 3.x module.
|