File: control

package info (click to toggle)
bdist-nsi 0.1.5-2
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 404 kB
  • sloc: python: 1,441; makefile: 6
file content (30 lines) | stat: -rw-r--r-- 1,042 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: 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-compat (= 12),
 dh-python,
 python3-all,
Standards-Version: 4.4.0
Homepage: http://bdist-nsi.sourceforge.net/
Testsuite: autopkgtest-pkg-python
Vcs-Git: https://salsa.debian.org/python-team/modules/bdist-nsi.git
Vcs-Browser: https://salsa.debian.org/python-team/modules/bdist-nsi

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.