Skip to content
GitLab
Explore
Sign in
Register
Commits on Source (2)
Drop Python 2 support.
· 22ce4d68
Bas Couwenberg
authored
Aug 23, 2019
22ce4d68
Set distribution to unstable.
· ccce4363
Bas Couwenberg
authored
Aug 23, 2019
ccce4363
Hide whitespace changes
Inline
Side-by-side
debian/changelog
View file @
ccce4363
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
...
...
debian/control
View file @
ccce4363
...
...
@@ -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},
...
...
debian/rules
View file @
ccce4363
...
...
@@ -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