New package: python3-macaroons-0.13.0

This commit is contained in:
maxice8 2019-04-14 15:19:06 -03:00 committed by maxice8
parent 0309709bbf
commit ea818327ab

View file

@ -0,0 +1,20 @@
# Template file for 'python3-macaroons'
pkgname=python3-macaroons
version=0.13.0
revision=1
archs=noarch
wrksrc="pymacaroons-${version}"
build_style=python3-module
pycompile_module="pymacaroons"
hostmakedepends="python3-setuptools"
depends="python3-six>=1.8.0 python3-nacl>=1.1.2 python3-nacl<2.0"
short_desc="Python3 Macaroon library"
maintainer="maxice8 <thinkabit.ukim@gmail.com>"
license="MIT"
homepage="https://github.com/ecordell/pymacaroons"
distfiles="${PYPI_SITE}/p/pymacaroons/pymacaroons-${version}.tar.gz"
checksum=1e6bba42a5f66c245adf38a5a4006a99dcc06a0703786ea636098667d42903b8
post_install() {
vlicense LICENSE
}