Merge pull request #8253 from jefferyto/python-cffi-update
python-cffi: Update to 1.12.1
This commit is contained in:
commit
cbe3ad3ac9
1 changed files with 10 additions and 7 deletions
|
@ -8,12 +8,12 @@
|
||||||
include $(TOPDIR)/rules.mk
|
include $(TOPDIR)/rules.mk
|
||||||
|
|
||||||
PKG_NAME:=python-cffi
|
PKG_NAME:=python-cffi
|
||||||
PKG_VERSION:=1.11.5
|
PKG_VERSION:=1.12.1
|
||||||
PKG_RELEASE:=1
|
PKG_RELEASE:=1
|
||||||
|
|
||||||
PKG_SOURCE:=cffi-$(PKG_VERSION).tar.gz
|
PKG_SOURCE:=cffi-$(PKG_VERSION).tar.gz
|
||||||
PKG_SOURCE_URL:=https://pypi.io/packages/source/c/cffi
|
PKG_SOURCE_URL:=https://files.pythonhosted.org/packages/source/c/cffi
|
||||||
PKG_HASH:=e90f17980e6ab0f3c2f3730e56d1fe9bcba1891eeea58966e89d352492cc74f4
|
PKG_HASH:=9b6f7ba4e78c52c1a291d0c0c0bd745d19adde1a9e1c03cb899f0c6efd6f8033
|
||||||
|
|
||||||
PKG_BUILD_DIR:=$(BUILD_DIR)/$(BUILD_VARIANT)-cffi-$(PKG_VERSION)
|
PKG_BUILD_DIR:=$(BUILD_DIR)/$(BUILD_VARIANT)-cffi-$(PKG_VERSION)
|
||||||
|
|
||||||
|
@ -36,21 +36,24 @@ define Package/python-cffi/Default
|
||||||
SECTION:=lang
|
SECTION:=lang
|
||||||
CATEGORY:=Languages
|
CATEGORY:=Languages
|
||||||
SUBMENU:=Python
|
SUBMENU:=Python
|
||||||
|
TITLE:=C Foreign Function Interface
|
||||||
URL:=http://cffi.readthedocs.org/
|
URL:=http://cffi.readthedocs.org/
|
||||||
DEPENDS:=+libffi
|
DEPENDS:=+libffi
|
||||||
endef
|
endef
|
||||||
|
|
||||||
define Package/python-cffi
|
define Package/python-cffi
|
||||||
$(call Package/python-cffi/Default)
|
$(call Package/python-cffi/Default)
|
||||||
TITLE:=python-cffi
|
DEPENDS+= \
|
||||||
DEPENDS+=+PACKAGE_python-cffi:python-light +PACKAGE_python-cffi:python-pycparser
|
+PACKAGE_python-cffi:python-light \
|
||||||
|
+PACKAGE_python-cffi:python-pycparser
|
||||||
VARIANT:=python
|
VARIANT:=python
|
||||||
endef
|
endef
|
||||||
|
|
||||||
define Package/python3-cffi
|
define Package/python3-cffi
|
||||||
$(call Package/python-cffi/Default)
|
$(call Package/python-cffi/Default)
|
||||||
TITLE:=python3-cffi
|
DEPENDS+= \
|
||||||
DEPENDS+=+PACKAGE_python3-cffi:python3-light +PACKAGE_python3-cffi:python3-pycparser
|
+PACKAGE_python3-cffi:python3-light \
|
||||||
|
+PACKAGE_python3-cffi:python3-pycparser
|
||||||
VARIANT:=python3
|
VARIANT:=python3
|
||||||
endef
|
endef
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue