File: control

package info (click to toggle)
stsci.distutils 0.3.7-5
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 364 kB
  • sloc: python: 1,835; makefile: 132; ansic: 23
file content (23 lines) | stat: -rw-r--r-- 1,096 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
Source: stsci.distutils
Section: python
Priority: optional
Maintainer: Debian Python Modules Team <python-modules-team@lists.alioth.debian.org>
Uploaders: Aurelien Jarno <aurel32@debian.org>
Build-Depends: debhelper-compat (= 12), dh-python, python3-all (>= 3.1.2-6~), python3-setuptools, python3-d2to1 (>= 0.2.9~)
Standards-Version: 4.4.0
Homepage: https://pypi.python.org/pypi/stsci.distutils
Vcs-Git: https://salsa.debian.org/python-team/modules/stsci.distutils.git
Vcs-Browser: https://salsa.debian.org/python-team/modules/stsci.distutils
Testsuite: autopkgtest-pkg-python

Package: python3-stsci.distutils
Architecture: all
Depends: ${misc:Depends}, ${python3:Depends}
Description: Python3 packaging utilities for STScI's packages
 This package contains utilities used to package some of STScI's Python
 projects; specifically those projects that comprise stsci_python_ and
 Astrolib_. It currently consists mostly of some setup_hook scripts meant
 for use with distutils2 and/or d2to1, and a customized easy_install
 command meant for use with distribute.
 .
 This is the Python 3 version.