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
|
Source: changelog-chug
Maintainer: Ben Finney <bignose@debian.org>
Section: devel
Priority: optional
# Until Debian bug#1081140 is resolved, we use the older ‘semver’ library.
Build-Depends-Indep:
python3-docutils (>= 0.21),
python3-semver (>= 2.10),
python3-setuptools,
python3-testscenarios,
python3-testtools,
python3-all
Build-Depends:
pybuild-plugin-pyproject,
dh-python,
debhelper-compat (= 13)
Standards-Version: 4.7.0
Homepage: https://git.sr.ht/~bignose/changelog-chug/
VCS-Git: https://salsa.debian.org/debian/pkg-changelog-chug.git
VCS-Browser: https://salsa.debian.org/debian/pkg-changelog-chug/
Rules-Requires-Root: no
Package: python3-changelog-chug
Architecture: all
Depends:
${python3:Depends},
${misc:Depends}
Description: parser library for project Change Log documents — Python 3
changelog-chug is a parser for project Change Log documents.
.
Given a standard project Change Log document, the ‘chug’ library provides
features to parse the document into a sequence of Change Log entries as Python
data.
.
This package installs the Python version 3 ‘chug’ library.
|