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 67 68 69
|
Source: nvchecker
Section: utils
Priority: optional
Maintainer: Afif Elghraoui <afif@debian.org>
Build-Depends:
debhelper-compat (=13),
dh-sequence-python3,
pybuild-plugin-pyproject,
python3-all,
python3-platformdirs,
python3-pycurl,
python3-setuptools,
python3-structlog,
python3-tornado,
python3-sphinx,
python3-sphinx-rtd-theme,
Rules-Requires-Root: no
Standards-Version: 4.3.0
Homepage: https://nvchecker.readthedocs.io/en/latest/
Vcs-Browser: https://salsa.debian.org/debian/nvchecker
Vcs-Git: https://salsa.debian.org/debian/nvchecker.git
X-Style: black
Package: nvchecker
Architecture: all
Depends:
python3-nvchecker (= ${binary:Version}),
python3-lxml,
${misc:Depends},
${python3:Depends},
Breaks:
python3-nvchecker (<< 2.18),
Replaces:
python3-nvchecker (<< 2.18),
Description: new-version checker for software releases
nvchecker (short for new version checker) is for checking if a new
version of some software has been released.
Package: python3-nvchecker
Architecture: all
Section: python
Depends:
${misc:Depends},
${python3:Depends},
python3-zstandard,
Suggests:
python-nvchecker-doc,
Breaks:
nvchecker (<< 2.18),
Replaces:
nvchecker (<< 2.18),
Description: new-version checker for software releases (Python 3)
nvchecker (short for new version checker) is for checking if a new
version of some software has been released.
.
This package contains the Python 3 module.
Package: python-nvchecker-doc
Architecture: all
Multi-Arch: foreign
Section: doc
Depends:
${misc:Depends},
${sphinxdoc:Depends},
Description: new-version checker for software releases (documentation)
nvchecker (short for new version checker) is for checking if a new
version of some software has been released.
.
This package contains the documentation in HTML format.
|