Skip to content
Commits on Source (2)
python-cligj (0.5.0-2) UNRELEASED; urgency=medium
python-cligj (0.5.0-2) unstable; urgency=medium
* Team upload.
* Bump Standards-Version to 4.4.0, no changes.
* Update gbp.conf to use --source-only-changes by default.
* Drop Python 2 support.
-- Bas Couwenberg <sebastic@debian.org> Tue, 25 Dec 2018 23:06:27 +0100
-- Bas Couwenberg <sebastic@debian.org> Sun, 21 Jul 2019 20:58:32 +0200
python-cligj (0.5.0-1) unstable; urgency=medium
......
......@@ -5,9 +5,6 @@ Section: python
Priority: optional
Build-Depends: debhelper (>= 9),
dh-python,
python-setuptools,
python-click,
python-all,
python3-setuptools,
python3-click,
python3-all,
......@@ -16,16 +13,6 @@ Vcs-Browser: https://salsa.debian.org/debian-gis-team/python-cligj
Vcs-Git: https://salsa.debian.org/debian-gis-team/python-cligj.git
Homepage: https://github.com/mapbox/cligj
Package: python-cligj
Architecture: all
Depends: ${python:Depends},
${misc:Depends}
Description: Python 2 library for processing GeoJSON commands
Cligj is a small library which can be used to standardise processing
of geoJSON in Python command line programs.
.
This package provides the Python 2 version of the library.
Package: python3-cligj
Architecture: all
Depends: ${python3:Depends},
......
......@@ -4,7 +4,7 @@
export PYBUILD_NAME=cligj
%:
dh $@ --with python2,python3 --buildsystem pybuild
dh $@ --with python3 --buildsystem pybuild
override_dh_auto_test:
PYBUILD_SYSTEM=custom \
......