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
|
Source: astropy-helpers
Maintainer: Debian Astro Team <debian-astro-maintainers@lists.alioth.debian.org>
Uploaders: Ole Streicher <olebole@debian.org>
Section: python
Priority: optional
Build-Depends: debhelper-compat (= 13),
dh-python,
python3-all (>= 3.5),
python3-pytest,
python3-setuptools,
python3-sphinx,
python3-sphinx-astropy
Standards-Version: 4.5.0
Vcs-Browser: https://salsa.debian.org/debian-astro-team/astropy-helpers
Vcs-Git: https://salsa.debian.org/debian-astro-team/astropy-helpers.git
Homepage: https://astropy.org
Package: python3-astropy-helpers
Architecture: all
Depends: python3-sphinx-astropy,
${misc:Depends},
${python3:Depends}
Description: Utilities to install Astropy affiliated packages
This project provides a Python package, astropy_helpers, which
includes many build, installation, and documentation-related tools
used by the Astropy project, but packaged separately for use by
other projects that wish to leverage this work. The motivation
behind this package and details of its implementation are in the
accepted Astropy Proposal for Enhancement (APE) 4.
|