aboutsummaryrefslogtreecommitdiff
path: root/srcpkgs/python3-pynacl/template
blob: 387a34e121a58eb45bb2b99f8f306e3b6638e7b3 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
# Template file for 'python3-pynacl'
pkgname=python3-pynacl
version=1.4.0
revision=1
wrksrc="PyNaCl-${version}"
build_style=python3-module
hostmakedepends="python3-setuptools python3-cffi python3-wheel"
makedepends="python3-devel python3-cffi libsodium-devel"
depends="python3-cffi python3-six"
checkdepends="${depends}"
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=54e9a2c849c742006516ad56a88f5c74bf2ce92c9f67435187c3c5953b346505

export SODIUM_INSTALL=system

python3-nacl_package() {
	build_style=meta
	depends="python3-pynacl"
	short_desc+=" - dummy transitional package"
}