debian-py-vapid/debian/control

56 lines
2.0 KiB
Plaintext

Source: py-vapid
Maintainer: Frederic Peters <fpeters@entrouvert.com>
Section: python
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,
python3-flake8,
python3-mock,
python3-nose,
python3-setuptools
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}
Description: Simple VAPID header generation library - Python 3
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.