aboutsummaryrefslogtreecommitdiff
path: root/srcpkgs/python3-hawkauthlib/template
blob: f222602af95e3f970302ee92d8c709d20854048c (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
# Template file for 'python3-hawkauthlib'
pkgname=python3-hawkauthlib
version=2.0.0
revision=8
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
}