18 lines
522 B
Bash
18 lines
522 B
Bash
# Template file for 'python3-macaroons'
|
|
pkgname=python3-macaroons
|
|
version=0.13.0
|
|
revision=7
|
|
build_style=python3-module
|
|
hostmakedepends="python3-setuptools"
|
|
depends="python3-six python3-pynacl"
|
|
short_desc="Python3 Macaroon library"
|
|
maintainer="Orphaned <orphan@voidlinux.org>"
|
|
license="MIT"
|
|
homepage="https://github.com/ecordell/pymacaroons"
|
|
distfiles="${PYPI_SITE}/p/pymacaroons/pymacaroons-${version}.tar.gz"
|
|
checksum=1e6bba42a5f66c245adf38a5a4006a99dcc06a0703786ea636098667d42903b8
|
|
|
|
post_install() {
|
|
vlicense LICENSE
|
|
}
|