mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-09 00:23:52 +02:00
python3-signedjson: switch from python3-nacl to python3-pynacl
This commit is contained in:
parent
b9f91258b9
commit
fdf6415248
1 changed files with 2 additions and 2 deletions
|
@ -1,13 +1,13 @@
|
||||||
# Template file for 'python3-signedjson'
|
# Template file for 'python3-signedjson'
|
||||||
pkgname=python3-signedjson
|
pkgname=python3-signedjson
|
||||||
version=1.1.0
|
version=1.1.0
|
||||||
revision=1
|
revision=2
|
||||||
archs=noarch
|
archs=noarch
|
||||||
wrksrc="python-signedjson-${version}"
|
wrksrc="python-signedjson-${version}"
|
||||||
build_style=python3-module
|
build_style=python3-module
|
||||||
hostmakedepends="python3-setuptools"
|
hostmakedepends="python3-setuptools"
|
||||||
depends="python3-canonicaljson>=1.0.0 python3-unpaddedbase64>=1.0.1
|
depends="python3-canonicaljson>=1.0.0 python3-unpaddedbase64>=1.0.1
|
||||||
python3-nacl>=0.3.0"
|
python3-pynacl"
|
||||||
short_desc="Sign JSON with Ed25519 signatures"
|
short_desc="Sign JSON with Ed25519 signatures"
|
||||||
maintainer="Orphaned <orphan@voidlinux.org>"
|
maintainer="Orphaned <orphan@voidlinux.org>"
|
||||||
license="Apache-2.0"
|
license="Apache-2.0"
|
||||||
|
|
Loading…
Add table
Reference in a new issue