debian: stop building python2 package

This commit is contained in:
Frédéric Péters 2021-12-12 13:53:25 +01:00
parent 3150e2b8d8
commit faed957292
2 changed files with 3 additions and 26 deletions

23
debian/control vendored
View File

@ -5,13 +5,6 @@ Priority: optional
Build-Depends: debhelper (>= 9),
dh-python,
flake8,
python-all,
python-coverage,
python-cryptography,
python-flake8,
python-mock,
python-nose,
python-setuptools,
python3-all,
python3-coverage,
python3-cryptography,
@ -22,22 +15,6 @@ Build-Depends: debhelper (>= 9),
Standards-Version: 3.9.6
Homepage: https://github.com/mozilla-services/vapid
Package: python-py-vapid
Architecture: all
Depends: ${misc:Depends}, ${python:Depends}
Description: Simple VAPID header generation library - Python 2
This minimal library contains the minimal set of functions you need to
generate a VAPID key set and get the headers you'll need to sign a
WebPush subscription update.
.
VAPID is a voluntary standard for WebPush subscription providers (sites
that send WebPush updates to remote customers) to self-identify to Push
Servers (the servers that convey the push notifications).
.
The VAPID "claims" are a set of JSON keys and values. There are two
required fields, one semi-optional and several optional additional
fields.
Package: python3-py-vapid
Architecture: all
Depends: ${misc:Depends}, ${python:Depends}

6
debian/rules vendored
View File

@ -1,10 +1,10 @@
#!/usr/bin/make -f
# This file was automatically generated by stdeb 0.8.5 at
# Sun, 04 Nov 2018 15:04:54 +0100
export PYBUILD_NAME=py-vapid
export PYBUILD_DISABLE=test
%:
dh $@ --with python2,python3 --buildsystem=pybuild
dh $@ --with python3 --buildsystem=pybuild
override_dh_auto_install:
dh_auto_install