File: control

package info (click to toggle)
python-wadllib 2.0.0-3
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 568 kB
  • sloc: xml: 3,484; python: 833; makefile: 17
file content (30 lines) | stat: -rw-r--r-- 1,050 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
Source: python-wadllib
Section: python
Priority: optional
Maintainer: Stefano Rivera <stefanor@debian.org>
Uploaders: Debian Python Team <team+python@tracker.debian.org>
Build-Depends:
 debhelper-compat (= 13),
 dh-python,
 pybuild-plugin-pyproject,
 python3-all,
 python3-lazr.uri <!nocheck>,
 python3-multipart (>= 0.1),
 python3-pytest,
 python3-setuptools
Standards-Version: 4.6.2
Homepage: https://launchpad.net/wadllib
Vcs-Git: https://salsa.debian.org/python-team/packages/python-wadllib.git
Vcs-Browser: https://salsa.debian.org/python-team/packages/python-wadllib
Rules-Requires-Root: no
Testsuite: autopkgtest-pkg-pybuild

Package: python3-wadllib
Architecture: all
Depends: ${misc:Depends}, ${python3:Depends}
Description: Python 3 library for navigating WADL files
 The Web Application Description Language (WADL) is an XML vocabulary for
 describing the capabilities of HTTP resources. wadllib can be used in
 conjunction with an HTTP library to navigate and manipulate those resources.
 .
 This package provides wadllib for Python 3.x.