File: control

package info (click to toggle)
lazr.uri 1.0.3-2
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd, stretch
  • size: 216 kB
  • ctags: 124
  • sloc: python: 743; makefile: 9
file content (40 lines) | stat: -rw-r--r-- 1,502 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
Source: lazr.uri
Section: python
Priority: optional
Maintainer: Stefano Rivera <stefanor@debian.org>
Uploaders:
 Debian Python Modules Team <python-modules-team@lists.alioth.debian.org>
Build-Depends:
 debhelper (>= 8.1),
 dh-python,
 python-all (>= 2.6.6-14~),
 python-setuptools,
 python3-all,
 python3-setuptools
Standards-Version: 3.9.5
Homepage: https://launchpad.net/lazr.uri
Vcs-Svn: svn://anonscm.debian.org/python-modules/packages/lazr.uri/trunk/
Vcs-Browser: http://anonscm.debian.org/viewvc/python-modules/packages/lazr.uri/trunk/
X-Python-Version: >= 2.4

Package: python-lazr.uri
Architecture: all
Depends: python-pkg-resources, ${misc:Depends}, ${python:Depends}
Description: library for parsing, manipulating, and generating URIs
 A self-contained, easily reusable, Python library for parsing,
 manipulating and generating URIs. With it you can extract parts
 of a URL, compare URIs to see if one contains another, search for
 URIs in text, and many other things.
 .
 This package contains the library for Python 2.x.

Package: python3-lazr.uri
Architecture: all
Depends: python3-pkg-resources, ${misc:Depends}, ${python3:Depends}
Description: library for parsing, manipulating, and generating URIs
 A self-contained, easily reusable, Python library for parsing,
 manipulating and generating URIs. With it you can extract parts
 of a URL, compare URIs to see if one contains another, search for
 URIs in text, and many other things.
 .
 This package contains the library for Python 3.x.