File: control

package info (click to toggle)
bdist-nsi 0.1.5-1
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 420 kB
  • sloc: python: 1,441; makefile: 6
file content (62 lines) | stat: -rw-r--r-- 2,177 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
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
Source: bdist-nsi
Maintainer: Debian Python Modules Team <python-modules-team@lists.alioth.debian.org>
Uploaders:
 Dominik George <nik@naturalnet.de>,
Section: python
Priority: optional
Build-Depends:
 debhelper (>= 10),
 dh-python,
 pypy,
 python-all (>= 2.6.6-3),
 python3-all,
Standards-Version: 3.9.8
Homepage: http://bdist-nsi.sourceforge.net/
Testsuite: autopkgtest-pkg-python
Vcs-Git: https://anonscm.debian.org/git/python-modules/packages/bdist-nsi.git
Vcs-Browser: https://anonscm.debian.org/git/python-modules/packages/bdist-nsi.git

Package: python-bdist-nsi
Architecture: all
Depends:
 ${misc:Depends},
 ${python:Depends},
 nsis
Description: Create NSIS windows installers for Python modules (Python 2)
 The bdist_nsi module extends Python’s distutils module with a bdist_nsi
 setup command to create binary Windows installers for Python modules,
 based on NSIS. Thereby, bdist_nsi brings all the features of NSIS to
 Windows installers for Python modules, such as silent install, modern
 user interface, and internationalization.
 .
 This package contains the Python 2 build.

Package: python3-bdist-nsi
Architecture: all
Depends:
 ${misc:Depends},
 ${python3:Depends},
 nsis
Description: Create NSIS windows installers for Python modules (Python 3)
 The bdist_nsi module extends Python’s distutils module with a bdist_nsi
 setup command to create binary Windows installers for Python modules,
 based on NSIS. Thereby, bdist_nsi brings all the features of NSIS to
 Windows installers for Python modules, such as silent install, modern
 user interface, and internationalization.
 .
 This package contains the Python 3 build.

Package: pypy-bdist-nsi
Architecture: all
Depends:
 ${misc:Depends},
 ${pypy:Depends},
 nsis
Description: Create NSIS windows installers for Python modules (PyPy)
 The bdist_nsi module extends Python’s distutils module with a bdist_nsi
 setup command to create binary Windows installers for Python modules,
 based on NSIS. Thereby, bdist_nsi brings all the features of NSIS to
 Windows installers for Python modules, such as silent install, modern
 user interface, and internationalization.
 .
 This package contains the PyPy build.