mirror of
https://github.com/openwrt/packages.git
synced 2025-12-22 01:44:32 +04:00
python-pynacl: upgrade to version 1.6.1
Drop 'six' requirement (no longer needed). python-setuptools/host needed for build. Signed-off-by: Alexandru Ardelean <alex@shruggie.ro>
This commit is contained in:
committed by
Alexandru Ardelean
parent
909b2ee5a0
commit
1f70e73e5b
@@ -1,17 +1,17 @@
|
|||||||
include $(TOPDIR)/rules.mk
|
include $(TOPDIR)/rules.mk
|
||||||
|
|
||||||
PKG_NAME:=python-pynacl
|
PKG_NAME:=python-pynacl
|
||||||
PKG_VERSION:=1.5.0
|
PKG_VERSION:=1.6.1
|
||||||
PKG_RELEASE:=3
|
PKG_RELEASE:=1
|
||||||
|
|
||||||
PYPI_NAME:=PyNaCl
|
PYPI_NAME:=pynacl
|
||||||
PKG_HASH:=8ac7448f09ab85811607bdd21ec2464495ac8b7c66d146bf545b0f08fb9220ba
|
PKG_HASH:=8d361dac0309f2b6ad33b349a56cd163c98430d409fa503b10b70b3ad66eaa1d
|
||||||
|
|
||||||
PKG_MAINTAINER:=Javier Marcet <javier@marcet.info>
|
PKG_MAINTAINER:=Javier Marcet <javier@marcet.info>
|
||||||
PKG_LICENSE:=Apache-2.0
|
PKG_LICENSE:=Apache-2.0
|
||||||
PKG_LICENSE_FILES:=LICENSE
|
PKG_LICENSE_FILES:=LICENSE
|
||||||
|
|
||||||
PKG_BUILD_DEPENDS:=libffi/host python-cffi/host # cffi>=1.4.1
|
PKG_BUILD_DEPENDS:=python3-setuptools/host libffi/host python-cffi/host # cffi>=1.4.1
|
||||||
|
|
||||||
PYTHON3_PKG_BUILD_VARS:=SODIUM_INSTALL=system
|
PYTHON3_PKG_BUILD_VARS:=SODIUM_INSTALL=system
|
||||||
|
|
||||||
@@ -25,7 +25,7 @@ define Package/python3-pynacl
|
|||||||
SUBMENU:=Python
|
SUBMENU:=Python
|
||||||
TITLE:=Python binding to the libsodium library
|
TITLE:=Python binding to the libsodium library
|
||||||
URL:=https://github.com/pyca/pynacl/
|
URL:=https://github.com/pyca/pynacl/
|
||||||
DEPENDS:=+libsodium +python3-light +python3-cffi +python3-six
|
DEPENDS:=+libsodium +python3-light +python3-cffi
|
||||||
endef
|
endef
|
||||||
|
|
||||||
define Package/python3-pynacl/description
|
define Package/python3-pynacl/description
|
||||||
|
|||||||
Reference in New Issue
Block a user