contrib/python3-pymacaroons/Pkgfile

19 lines
531 B
Plaintext
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# Description: Python implementation of Macaroons. Theyre better than cookies!
# URL: https://github.com/ecordell/pymacaroons
# Maintainer: Tim Biermann, tbier at posteo dot de
# Depends on: python3-pynacl python3-six
name=python3-pymacaroons
version=0.13.0
release=1
source=(https://github.com/ecordell/pymacaroons/archive/v$version/$name-$version.tar.gz)
build() {
cd pymacaroons-$version
/usr/bin/python3 setup.py build
/usr/bin/python3 setup.py install --prefix=/usr \
--root=$PKG \
-O1 \
--skip-build
}