mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-07 23:53:51 +02:00
python3-pynacl: update to 1.4.0.
This commit is contained in:
parent
be78450602
commit
e574acd2fd
1 changed files with 5 additions and 5 deletions
|
@ -1,10 +1,10 @@
|
||||||
# Template file for 'python3-pynacl'
|
# Template file for 'python3-pynacl'
|
||||||
pkgname=python3-pynacl
|
pkgname=python3-pynacl
|
||||||
version=1.3.0
|
version=1.4.0
|
||||||
revision=5
|
revision=1
|
||||||
wrksrc="PyNaCl-${version}"
|
wrksrc="PyNaCl-${version}"
|
||||||
build_style=python3-module
|
build_style=python3-module
|
||||||
hostmakedepends="python3-setuptools python3-cffi"
|
hostmakedepends="python3-setuptools python3-cffi python3-wheel"
|
||||||
makedepends="python3-devel python3-cffi libsodium-devel"
|
makedepends="python3-devel python3-cffi libsodium-devel"
|
||||||
depends="python3-cffi python3-six"
|
depends="python3-cffi python3-six"
|
||||||
checkdepends="${depends}"
|
checkdepends="${depends}"
|
||||||
|
@ -12,12 +12,12 @@ short_desc="Python3 binding to the Networking and Cryptography (NaCl) library"
|
||||||
maintainer="Orphaned <orphan@voidlinux.org>"
|
maintainer="Orphaned <orphan@voidlinux.org>"
|
||||||
license="Apache-2.0"
|
license="Apache-2.0"
|
||||||
homepage="https://github.com/pyca/pynacl/"
|
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"
|
distfiles="${PYPI_SITE}/P/PyNaCl/PyNaCl-${version}.tar.gz"
|
||||||
checksum=0c6100edd16fefd1557da078c7a31e7b7d7a52ce39fdca2bec29d4f7b6e7600c
|
checksum=54e9a2c849c742006516ad56a88f5c74bf2ce92c9f67435187c3c5953b346505
|
||||||
|
|
||||||
export SODIUM_INSTALL=system
|
export SODIUM_INSTALL=system
|
||||||
|
|
||||||
|
|
||||||
python3-nacl_package() {
|
python3-nacl_package() {
|
||||||
build_style=meta
|
build_style=meta
|
||||||
depends="python3-pynacl"
|
depends="python3-pynacl"
|
||||||
|
|
Loading…
Add table
Reference in a new issue