New package: python3-hawkauthlib-2.0.0
This commit is contained in:
parent
b527fb1fef
commit
219b8c651a
|
@ -0,0 +1,21 @@
|
|||
# Template file for 'python3-hawkauthlib'
|
||||
pkgname=python3-hawkauthlib
|
||||
version=2.0.0
|
||||
revision=1
|
||||
noarch=yes
|
||||
wrksrc="hawkauthlib-${version}"
|
||||
build_style=python3-module
|
||||
pycompile_module="hawkauthlib"
|
||||
hostmakedepends="python3-setuptools"
|
||||
depends="python3-WebOb"
|
||||
checkdepends="python3-requests"
|
||||
short_desc="Hawk Acess Authentication protocol library for Python3"
|
||||
maintainer="maxice8 <thinkabit.ukim@gmail.com>"
|
||||
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
|
||||
}
|
Loading…
Reference in New Issue