contrib/python3-pynacl/Pkgfile

16 lines
483 B
Plaintext
Raw Normal View History

# Description: Python binding to the Networking and Cryptography (NaCl) library
# URL: https://pypi.org/project/PyNaCl/
# Maintainer: Matt Housh, jaeger at crux dot ninja
# Depends on: python3-setuptools
name=python3-pynacl
version=1.3.0
release=1
source=(https://files.pythonhosted.org/packages/61/ab/2ac6dea8489fa713e2b4c6c5b549cc962dd4a842b5998d9e80cf8440b7cd/PyNaCl-$version.tar.gz)
build() {
cd PyNaCl-$version
python3 setup.py build
python3 setup.py install --root=$PKG
}