File: control

package info (click to toggle)
python-hupper 1.5-1
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 536 kB
  • sloc: python: 2,200; makefile: 149
file content (38 lines) | stat: -rw-r--r-- 1,395 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
Source: python-hupper
Section: python
Priority: optional
Maintainer: Debian Python Modules Team <python-modules-team@lists.alioth.debian.org>
Uploaders: TANIGUCHI Takaki <takaki@debian.org>
Build-Depends: debhelper (>= 12)
	, dh-python
	, python-all
	, python-setuptools
	, python3-all
	, python3-setuptools
	, python-pytest-cov
	, python3-pytest-cov
Standards-Version: 4.3.0
Homepage: https://github.com/Pylons/hupper
Vcs-Git: https://salsa.debian.org/python-team/modules/python-hupper.git
Vcs-Browser: https://salsa.debian.org/python-team/modules/python-hupper
#Testsuite: autopkgtest-pkg-python

Package: python-hupper
Architecture: all
Depends: ${python:Depends}, ${misc:Depends}
Description: Integrated process monitor for developing servers (Python 2)
 hupper is an integrated process monitor that will track changes to any
 imported Python files in sys.modules as well as custom paths. When files
 are changed the process is restarted.
 .
 This package installs the library for Python 2.

Package: python3-hupper
Architecture: all
Depends: ${python3:Depends}, ${misc:Depends}
Description: Integrated process monitor for developing servers. (Python 3)
 hupper is an integrated process monitor that will track changes to any
 imported Python files in sys.modules as well as custom paths. When files
 are changed the process is restarted.
 .
 This package installs the library for Python 3.