Skip to content
Snippets Groups Projects

Compare revisions

Changes are shown as if the source revision was being merged into the target revision. Learn more about comparing revisions.

Source

Select target project
No results found

Target

Select target project
  • debian-gis-team/python-click-plugins
1 result
Show changes
Commits on Source (2)
python-click-plugins (1.1.1-2) UNRELEASED; urgency=medium
python-click-plugins (1.1.1-2) unstable; urgency=medium
* Team upload.
* Bump Standards-Version to 4.4.0, no changes.
* Drop Python 2 support.
-- Bas Couwenberg <sebastic@debian.org> Wed, 10 Jul 2019 19:04:38 +0200
-- Bas Couwenberg <sebastic@debian.org> Fri, 23 Aug 2019 20:53:07 +0200
python-click-plugins (1.1.1-1) unstable; urgency=medium
......
......@@ -5,30 +5,15 @@ Section: python
Priority: optional
Build-Depends: debhelper (>= 9),
dh-python,
python-all,
python3-all,
python-setuptools,
python3-setuptools,
python-click,
python3-click,
python-pytest,
python3-pytest,
python3-setuptools
Standards-Version: 4.4.0
Vcs-Browser: https://salsa.debian.org/debian-gis-team/python-click-plugins/
Vcs-Git: https://salsa.debian.org/debian-gis-team/python-click-plugins.git
Homepage: https://github.com/click-contrib/click-plugins
Package: python-click-plugins
Architecture: all
Depends: ${python:Depends},
${misc:Depends}
Description: Click extension to register external CLI commands (Python 2)
Click plugins allows developers of Click commandline applications to add a
plugin mechanism to their tools. This allows the creation of subcommands
registered by those plugins.
.
This is the Python 2 version of the package.
Package: python3-click-plugins
Architecture: all
Depends: ${python3:Depends},
......
......@@ -10,4 +10,4 @@ export PYBUILD_AFTER_TEST=rm -rf {build_dir}/tests
export PYBUILD_NAME=click-plugins
%:
dh $@ --with python2,python3 --buildsystem pybuild
dh $@ --with python3 --buildsystem pybuild