debian: stop building python 2 package

This commit is contained in:
Frédéric Péters 2022-04-03 11:12:29 +02:00
parent 45b7c9ee20
commit bb330b69c6
2 changed files with 2 additions and 14 deletions

14
debian/control vendored
View File

@ -2,22 +2,10 @@ Source: xstatic-jquery-ui
Maintainer: Frederic Peters <fpeters@debian.org>
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: http://jqueryui.com/
Package: python-xstatic-jquery-ui
Architecture: all
Depends: ${misc:Depends}, ${python:Depends}
Description: jquery-ui (XStatic packaging standard)
jquery-ui 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.
Package: python3-xstatic-jquery-ui
Architecture: all
Depends: ${misc:Depends}, ${python3:Depends}

2
debian/rules vendored
View File

@ -3,5 +3,5 @@
export PYBUILD_NAME=xstatic-jquery-ui
%:
dh $@ --with python2,python3 --buildsystem=pybuild
dh $@ --with python3 --buildsystem=pybuild