File: control

package info (click to toggle)
devpi-common 3.2.2-1
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 248 kB
  • sloc: python: 1,552; makefile: 4
file content (39 lines) | stat: -rw-r--r-- 1,336 bytes parent folder | download | duplicates (2)
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
Source: devpi-common
Maintainer: Debian Python Modules Team <python-modules-team@lists.alioth.debian.org>
Uploaders: Nicolas Dandrimont <olasd@debian.org>
Section: python
Priority: optional
Build-Depends: debhelper (>= 11~),
               dh-python (>= 2~),
               mercurial,
               python3-all,
               python3-pip,
               python3-pkg-resources,
               python3-pytest,
               python3-requests,
               python3-setuptools,
               python3-wheel
Standards-Version: 4.1.4
Homepage: https://www.devpi.net/
Vcs-Git: https://salsa.debian.org/python-team/modules/devpi-common
Vcs-Browser: https://salsa.debian.org/python-team/modules/devpi-common

Package: python3-devpi-common
Architecture: all
Depends: ${misc:Depends}, ${python3:Depends}
Description: PyPI server and packaging/testing/release tool - Common modules
 devpi provides a powerful PyPI-compatible server and complementary
 command-line tool to drive packaging, testing and release activities with
 Python.
 .
 Its main features are:
  - fast PyPI mirror
  - uploading, testing and staging with private indexes
  - index inheritance
  - web interface and search
  - replication
  - import/export
  - Jenkins integration
 .
 This package provides the base modules common to both devpi's server
 and client components.