zope-interface: update to 4.4.3, rename to python-zope-interface, add

python3 variant

Renaming the package is needed to allow for a Python 3 variant
(python3-zope-interface). Packages that depend on this (only twisted)
also have their dependencies adjusted.

Signed-off-by: Jeffery To <jeffery.to@gmail.com>
This commit is contained in:
Jeffery To
2018-01-11 06:22:15 +08:00
parent 48e1f18b8b
commit ed1993458f
3 changed files with 82 additions and 56 deletions

View File

@@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk
PKG_NAME:=twisted
PKG_VERSION:=16.4.1
PKG_RELEASE:=1
PKG_RELEASE:=2
PKG_SOURCE:=Twisted-$(PKG_VERSION).tar.bz2
PKG_SOURCE_URL:=https://pypi.python.org/packages/6b/23/8dbe86fc83215015e221fbd861a545c6ec5c9e9cd7514af114d1f64084ab \
@@ -32,7 +32,7 @@ define Package/twisted
CATEGORY:=Languages
TITLE:=Python networking engine
URL:=http://twistedmatrix.com/
DEPENDS:=+python-light +zope-interface
DEPENDS:=+python-light +python-zope-interface
endef
define Package/twisted/description