Skip to content
GitLab
Explore
Sign in
Register
Commits on Source (2)
Drop Python 2 support.
· 1dc815b8
Bas Couwenberg
authored
Aug 21, 2019
1dc815b8
Set distribution to unstable.
· 66a36c88
Bas Couwenberg
authored
Aug 21, 2019
66a36c88
Hide whitespace changes
Inline
Side-by-side
debian/changelog
View file @
66a36c88
python-geojson (2.5.0-2) unstable; urgency=medium
* Team upload.
* Drop Python 2 support.
-- Bas Couwenberg <sebastic@debian.org> Wed, 21 Aug 2019 14:40:12 +0200
python-geojson (2.5.0-1) unstable; urgency=medium
* Team upload.
...
...
debian/control
View file @
66a36c88
...
...
@@ -5,28 +5,13 @@ Section: python
Priority: optional
Build-Depends: debhelper (>= 9),
dh-python,
python-setuptools,
python-all,
python3-setuptools,
python3-all,
python3-setuptools
Standards-Version: 4.4.0
Vcs-Browser: https://salsa.debian.org/debian-gis-team/python-geojson
Vcs-Git: https://salsa.debian.org/debian-gis-team/python-geojson.git
Homepage: https://github.com/frewsxcv/python-geojson
Package: python-geojson
Architecture: all
Depends: ${python:Depends},
${misc:Depends},
Description: Python 2 bindings and utilities for GeoJSON
This library contains:
.
* Functions for encoding and decoding GeoJSON formatted data
* Classes for all GeoJSON Objects
* An implementation of the Python geo_interface Specification
.
This is the Python 2 version of the library
Package: python3-geojson
Architecture: all
Depends: ${python3:Depends},
...
...
debian/rules
View file @
66a36c88
...
...
@@ -5,7 +5,6 @@ export LC_ALL=C.UTF-8
export
LANG
=
C.UTF-8
export
PYBUILD_NAME
=
geojson
#export PYBUILD_DISABLE_python3.4=test
%
:
dh
$@
--with
python2,
python3
--buildsystem
pybuild
dh
$@
--with
python3
--buildsystem
pybuild