d78cb0d201
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
20 lines
627 B
Bash
20 lines
627 B
Bash
# 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="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
|
|
}
|