void-packages/srcpkgs/python3-hawkauthlib/template
Lugubris d78cb0d201 Drop maintainership of orphaned packages
some packages were dropped but their maintainer= was not updated in template.
this will help new maintainers adopt these packages.

-> https://github.com/void-linux/void-packages/pull/13930#issuecomment-524610652
2019-08-25 21:16:43 +02:00

22 lines
684 B
Bash

# Template file for 'python3-hawkauthlib'
pkgname=python3-hawkauthlib
version=2.0.0
revision=2
archs=noarch
wrksrc="hawkauthlib-${version}"
build_style=python3-module
pycompile_module="hawkauthlib"
hostmakedepends="python3-setuptools"
depends="python3-WebOb"
checkdepends="python3-WebOb python3-requests"
short_desc="Low-level library for implementing Hawk Access Authentication"
maintainer="Orphaned <orphan@voidlinux.org>"
license="MPL-2.0"
homepage="https://github.com/mozilla-services/hawkauthlib"
distfiles="${PYPI_SITE}/h/hawkauthlib/hawkauthlib-${version}.tar.gz"
checksum=effd64a2572e3c0d9090b55ad2180b36ad50e7760bea225cb6ce2248f421510d
do_check() {
python3 setup.py test
}