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 63 64 65 66
|
Source: feature-check
Section: utils
Priority: optional
Maintainer: Peter Pentchev <roam@debian.org>
Build-Depends:
debhelper (>> 13.15.2~),
dh-sequence-python3,
dpkg-build-api (= 1),
cargo,
libjson-xs-perl <!nocheck>,
librust-anyhow-dev,
librust-clap-derive-dev,
librust-clap-dev,
librust-nom-dev,
librust-serde-derive-dev,
librust-serde-dev,
librust-serde-json-dev,
librust-thiserror-dev,
libtest-command-perl <!nocheck>,
perl <!nocheck>,
pybuild-plugin-pyproject,
python3-all,
python3-click <!nocheck>,
python3-hatch-requirements-txt,
python3-hatchling,
python3-pyparsing,
python3-pytest <!nocheck>,
Standards-Version: 4.7.0
X-DH-Compat: 14
Vcs-Git: https://salsa.debian.org/roam/feature-check.git
Vcs-Browser: https://salsa.debian.org/roam/feature-check/
Homepage: https://devel.ringlet.net/misc/feature-check/
X-Style: black
Package: feature-check
Architecture: any
Multi-Arch: foreign
Description: tool to query a program for supported features
The feature-check tool obtains the list of supported features from
a program via various methods (e.g. running it with the --features
command-line option) and allows other programs to check for
the presence and, possibly, versions of specific features.
.
This package contains the command-line tool for use by any program.
Package: python3-feature-check
Section: python
Architecture: all
Multi-Arch: foreign
Depends:
python3-click,
python3-pyparsing,
${python3:Depends},
Recommends:
${python3:Recommends},
Suggests:
${python3:Suggests},
Provides:
${python3:Provides},
Description: query a program for supported features - Python 3.x library
The feature-check tool obtains the list of supported features from
a program via various methods (e.g. running it with the --features
command-line option) and allows other programs to check for
the presence and, possibly, versions of specific features.
.
This package contains the Python 3.x library.
|