mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-09 08:33:51 +02:00
python3-nacl: remove as duplicate of python3-pynacl
This commit is contained in:
parent
b34245602e
commit
d8c9da1130
3 changed files with 10 additions and 28 deletions
|
@ -1,27 +1,32 @@
|
||||||
# Template file for 'python-pynacl'
|
# Template file for 'python-pynacl'
|
||||||
pkgname=python-pynacl
|
pkgname=python-pynacl
|
||||||
version=1.3.0
|
version=1.3.0
|
||||||
revision=2
|
revision=4
|
||||||
wrksrc="PyNaCl-${version}"
|
wrksrc="PyNaCl-${version}"
|
||||||
build_style=python-module
|
build_style=python-module
|
||||||
pycompile_module="nacl"
|
|
||||||
hostmakedepends="python-setuptools python3-setuptools python-cffi python3-cffi"
|
hostmakedepends="python-setuptools python3-setuptools python-cffi python3-cffi"
|
||||||
makedepends="python-devel python3-devel python-cffi python3-cffi libsodium-devel"
|
makedepends="python-devel python3-devel python-cffi python3-cffi libsodium-devel"
|
||||||
depends="python-cffi python-six"
|
depends="python-cffi python-six"
|
||||||
|
checkdepends="${depends} python-hypothesis python-more-itertools python-parsing"
|
||||||
short_desc="Python2 binding to the Networking and Cryptography (NaCl) library"
|
short_desc="Python2 binding to the Networking and Cryptography (NaCl) library"
|
||||||
maintainer="Alessio Sergi <al3hex@gmail.com>"
|
maintainer="Alessio Sergi <al3hex@gmail.com>"
|
||||||
homepage="https://github.com/pyca/pynacl/"
|
|
||||||
license="Apache-2.0"
|
license="Apache-2.0"
|
||||||
|
homepage="https://github.com/pyca/pynacl/"
|
||||||
distfiles="${PYPI_SITE}/P/PyNaCl/PyNaCl-${version}.tar.gz"
|
distfiles="${PYPI_SITE}/P/PyNaCl/PyNaCl-${version}.tar.gz"
|
||||||
checksum=0c6100edd16fefd1557da078c7a31e7b7d7a52ce39fdca2bec29d4f7b6e7600c
|
checksum=0c6100edd16fefd1557da078c7a31e7b7d7a52ce39fdca2bec29d4f7b6e7600c
|
||||||
|
|
||||||
export SODIUM_INSTALL=system
|
export SODIUM_INSTALL=system
|
||||||
|
|
||||||
python3-pynacl_package() {
|
python3-pynacl_package() {
|
||||||
pycompile_module="nacl"
|
|
||||||
depends="python3-cffi python3-six"
|
depends="python3-cffi python3-six"
|
||||||
short_desc="${short_desc/Python2/Python3}"
|
short_desc="${short_desc/Python2/Python3}"
|
||||||
pkg_install() {
|
pkg_install() {
|
||||||
vmove usr/lib/python3*
|
vmove usr/lib/python3*
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
python3-nacl_package() {
|
||||||
|
build_style=meta
|
||||||
|
depends="python3-pynacl"
|
||||||
|
short_desc="${short_desc/Python2/Python3} - dummy transitional package"
|
||||||
|
}
|
||||||
|
|
1
srcpkgs/python3-nacl
Symbolic link
1
srcpkgs/python3-nacl
Symbolic link
|
@ -0,0 +1 @@
|
||||||
|
python-pynacl
|
|
@ -1,24 +0,0 @@
|
||||||
# Template file for 'python3-nacl'
|
|
||||||
pkgname=python3-nacl
|
|
||||||
version=1.3.0
|
|
||||||
revision=3
|
|
||||||
wrksrc="PyNaCl-${version}"
|
|
||||||
build_style=python3-module
|
|
||||||
pycompile_module="nacl"
|
|
||||||
hostmakedepends="python3-setuptools python3-pycparser python3-cffi"
|
|
||||||
makedepends="libsodium-devel python3-devel libffi-devel"
|
|
||||||
depends="python3-six python3-cffi"
|
|
||||||
short_desc="Python3 bindings for the NaCl library"
|
|
||||||
maintainer="Orphaned <orphan@voidlinux.org>"
|
|
||||||
license="Apache-2.0"
|
|
||||||
homepage="https://github.com/pyca/pynacl/"
|
|
||||||
distfiles="${PYPI_SITE}/P/PyNaCl/PyNaCl-${version}.tar.gz"
|
|
||||||
checksum=0c6100edd16fefd1557da078c7a31e7b7d7a52ce39fdca2bec29d4f7b6e7600c
|
|
||||||
|
|
||||||
pre_build() {
|
|
||||||
export SODIUM_INSTALL=system
|
|
||||||
}
|
|
||||||
|
|
||||||
pre_install() {
|
|
||||||
export SODIUM_INSTALL=system
|
|
||||||
}
|
|
Loading…
Add table
Reference in a new issue