Skip to content
GitLab
Explore
Sign in
Register
Commits on Source (2)
Drop Python 2 support.
· 49e250c5
Bas Couwenberg
authored
Jul 21, 2019
49e250c5
Set distribution to unstable.
· 79461d7f
Bas Couwenberg
authored
Jul 21, 2019
79461d7f
Show whitespace changes
Inline
Side-by-side
debian/changelog
View file @
79461d7f
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
201
8
2
3:06:27
+0
1
00
-- Bas Couwenberg <sebastic@debian.org>
Sun, 21 Jul
201
9
2
0:58:32
+0
2
00
python-cligj (0.5.0-1) unstable; urgency=medium
...
...
debian/control
View file @
79461d7f
...
...
@@ -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},
...
...
debian/rules
View file @
79461d7f
...
...
@@ -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
\
...
...