void-packages/srcpkgs/python3-pynacl/template

25 lines
863 B
Bash

# Template file for 'python3-pynacl'
pkgname=python3-pynacl
version=1.5.0
revision=4
build_style=python3-module
hostmakedepends="python3-setuptools python3-cffi python3-wheel"
makedepends="python3-devel python3-cffi libsodium-devel"
depends="python3-cffi"
checkdepends="${depends} python3-pytest python3-hypothesis"
short_desc="Python3 binding to the Networking and Cryptography (NaCl) library"
maintainer="Orphaned <orphan@voidlinux.org>"
license="Apache-2.0"
homepage="https://github.com/pyca/pynacl/"
changelog="https://raw.githubusercontent.com/pyca/pynacl/master/CHANGELOG.rst"
distfiles="${PYPI_SITE}/P/PyNaCl/PyNaCl-${version}.tar.gz"
checksum=8ac7448f09ab85811607bdd21ec2464495ac8b7c66d146bf545b0f08fb9220ba
export SODIUM_INSTALL=system
python3-nacl_package() {
build_style=meta
depends="python3-pynacl"
short_desc+=" - dummy transitional package"
}