mirror of
https://github.com/openwrt/packages.git
synced 2025-12-21 10:01:20 +00:00
Merge pull request #8322 from jefferyto/python-cryptography-update
python-cryptography: Update to latest version
This commit is contained in:
@@ -8,12 +8,12 @@
|
|||||||
include $(TOPDIR)/rules.mk
|
include $(TOPDIR)/rules.mk
|
||||||
|
|
||||||
PKG_NAME:=python-cryptography
|
PKG_NAME:=python-cryptography
|
||||||
PKG_VERSION:=2.5
|
PKG_VERSION:=2.6.1
|
||||||
PKG_RELEASE:=1
|
PKG_RELEASE:=1
|
||||||
|
|
||||||
PKG_SOURCE:=cryptography-$(PKG_VERSION).tar.gz
|
PKG_SOURCE:=cryptography-$(PKG_VERSION).tar.gz
|
||||||
PKG_SOURCE_URL:= https://files.pythonhosted.org/packages/source/c/cryptography
|
PKG_SOURCE_URL:=https://files.pythonhosted.org/packages/source/c/cryptography
|
||||||
PKG_HASH:=4946b67235b9d2ea7d31307be9d5ad5959d6c4a8f98f900157b47abddf698401
|
PKG_HASH:=26c821cbeb683facb966045e2064303029d572a87ee69ca5a1bf54bf55f93ca6
|
||||||
|
|
||||||
PKG_LICENSE:=Apache-2.0 BSD-3-Clause
|
PKG_LICENSE:=Apache-2.0 BSD-3-Clause
|
||||||
PKG_LICENSE_FILES:=LICENSE.APACHE LICENSE.BSD
|
PKG_LICENSE_FILES:=LICENSE.APACHE LICENSE.BSD
|
||||||
@@ -31,18 +31,17 @@ define Package/python-cryptography/Default
|
|||||||
SECTION:=lang
|
SECTION:=lang
|
||||||
CATEGORY:=Languages
|
CATEGORY:=Languages
|
||||||
SUBMENU:=Python
|
SUBMENU:=Python
|
||||||
|
TITLE:=Cryptographic recipes and primitives
|
||||||
URL:=https://github.com/pyca/cryptography
|
URL:=https://github.com/pyca/cryptography
|
||||||
DEPENDS:=+libopenssl
|
DEPENDS:=+libopenssl
|
||||||
endef
|
endef
|
||||||
|
|
||||||
define Package/python-cryptography
|
define Package/python-cryptography
|
||||||
$(call Package/python-cryptography/Default)
|
$(call Package/python-cryptography/Default)
|
||||||
TITLE:=python-cryptography
|
|
||||||
DEPENDS+= \
|
DEPENDS+= \
|
||||||
+PACKAGE_python-cryptography:python \
|
+PACKAGE_python-cryptography:python \
|
||||||
+PACKAGE_python-cryptography:python-cffi \
|
+PACKAGE_python-cryptography:python-cffi \
|
||||||
+PACKAGE_python-cryptography:python-enum34 \
|
+PACKAGE_python-cryptography:python-enum34 \
|
||||||
+PACKAGE_python-cryptography:python-idna \
|
|
||||||
+PACKAGE_python-cryptography:python-ipaddress \
|
+PACKAGE_python-cryptography:python-ipaddress \
|
||||||
+PACKAGE_python-cryptography:python-asn1crypto \
|
+PACKAGE_python-cryptography:python-asn1crypto \
|
||||||
+PACKAGE_python-cryptography:python-six
|
+PACKAGE_python-cryptography:python-six
|
||||||
@@ -51,11 +50,9 @@ endef
|
|||||||
|
|
||||||
define Package/python3-cryptography
|
define Package/python3-cryptography
|
||||||
$(call Package/python-cryptography/Default)
|
$(call Package/python-cryptography/Default)
|
||||||
TITLE:=python3-cryptography
|
|
||||||
DEPENDS+= \
|
DEPENDS+= \
|
||||||
+PACKAGE_python3-cryptography:python3 \
|
+PACKAGE_python3-cryptography:python3 \
|
||||||
+PACKAGE_python3-cryptography:python3-cffi \
|
+PACKAGE_python3-cryptography:python3-cffi \
|
||||||
+PACKAGE_python3-cryptography:python3-idna \
|
|
||||||
+PACKAGE_python3-cryptography:python3-asn1crypto \
|
+PACKAGE_python3-cryptography:python3-asn1crypto \
|
||||||
+PACKAGE_python3-cryptography:python3-six
|
+PACKAGE_python3-cryptography:python3-six
|
||||||
VARIANT:=python3
|
VARIANT:=python3
|
||||||
|
|||||||
Reference in New Issue
Block a user