File: control

package info (click to toggle)
python-uritemplate 0.6-3
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 92 kB
  • sloc: python: 354; makefile: 27
file content (41 lines) | stat: -rw-r--r-- 1,264 bytes parent folder | download
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
Source: python-uritemplate
Section: python
Priority: optional
Maintainer: PKG Cloud <team+cloud@tracker.debian.org>
Uploaders:
 Jimmy Kaplowitz <jimmy@debian.org>,
 Thomas Goirand <zigo@debian.org>,
Build-Depends:
 debhelper (>= 9),
 dh-python,
 openstack-pkg-tools,
 python-all,
 python-setuptools,
 python3-all,
 python3-setuptools,
Standards-Version: 4.1.3
Vcs-Browser: https://salsa.debian.org/cloud-team/python-uritemplate
Vcs-Git: https://salsa.debian.org/cloud-team/python-uritemplate.git
Homepage: http://github.com/uri-templates/uritemplate-py/

Package: python-uritemplate
Architecture: all
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
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.