debian: remove python 2 packaging

This commit is contained in:
Frédéric Péters 2021-10-03 12:21:25 +02:00
parent 55f8a2c195
commit 6c38118064
2 changed files with 2 additions and 16 deletions

16
debian/control vendored
View File

@ -2,24 +2,10 @@ Source: xstatic-leaflet-gesturehandling
Maintainer: Frederic Peters <fpeters@entrouvert.com>
Section: python
Priority: optional
Build-Depends: dh-python, python-setuptools (>= 0.6b3), python-all (>= 2.6.6-3), python3-setuptools, python3-all, debhelper (>= 9)
Build-Depends: dh-python, python3-setuptools, python3-all, debhelper (>= 9)
Standards-Version: 3.9.6
Homepage: https://github.com/elmarquis/Leaflet.GestureHandling
Package: python-xstatic-leaflet-gesturehandling
Architecture: all
Depends: ${misc:Depends}, ${python:Depends}
Description: Leaflet-GestureHandling (XStatic packaging standard)
jquery-leaflet.gesturehandling javascript library packaged for setuptools (easy_install) / pip.
.
This package is intended to be used by **any** project that needs these files.
.
It intentionally does **not** provide any extra code except some metadata
**nor** has any extra requirements. You MAY use some minimal support code from
the XStatic base package, if you like.
.
You can find more info about the xstatic packaging way in the package `XStatic`.
Package: python3-xstatic-leaflet-gesturehandling
Architecture: all
Depends: ${misc:Depends}, ${python3:Depends}

2
debian/rules vendored
View File

@ -3,4 +3,4 @@
export PYBUILD_NAME=xstatic-leaflet-gesturehandling
%:
dh $@ --with python2,python3 --buildsystem=pybuild
dh $@ --with python3 --buildsystem=pybuild