mirror of
https://github.com/void-linux/void-packages.git
synced 2025-08-01 10:22:56 +02:00
New package: python3-macaroons-0.13.0
This commit is contained in:
parent
0309709bbf
commit
ea818327ab
1 changed files with 20 additions and 0 deletions
20
srcpkgs/python3-macaroons/template
Normal file
20
srcpkgs/python3-macaroons/template
Normal 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
|
||||||
|
}
|
Loading…
Add table
Reference in a new issue