mirror of
https://github.com/motioneye-project/motioneyeos.git
synced 2025-07-30 14:46:31 +00:00
python-zope-interface: bump to version 4.4.2
Add setuptools as a runtime dependency because zope-interface uses pkg_resources during initialization. Signed-off-by: Yegor Yefremov <yegorslists@googlemail.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
This commit is contained in:
parent
fae7573fca
commit
14645274a4
@ -1,5 +1,6 @@
|
|||||||
config BR2_PACKAGE_PYTHON_ZOPE_INTERFACE
|
config BR2_PACKAGE_PYTHON_ZOPE_INTERFACE
|
||||||
bool "python-zope-interface"
|
bool "python-zope-interface"
|
||||||
|
select BR2_PACKAGE_PYTHON_SETUPTOOLS # runtime
|
||||||
help
|
help
|
||||||
This package provides an implementation of "object interfaces" for
|
This package provides an implementation of "object interfaces" for
|
||||||
Python. Interfaces are a mechanism for labeling objects as conforming
|
Python. Interfaces are a mechanism for labeling objects as conforming
|
||||||
|
@ -1,3 +1,3 @@
|
|||||||
# md5 from https://pypi.python.org/pypi/zope-interface/json, sha256 locally computed
|
# md5 from https://pypi.python.org/pypi/zope-interface/json, sha256 locally computed
|
||||||
md5 ba3f32eacaea66094b7e2ae2788cec89 zope.interface-4.3.3.tar.gz
|
md5 d69131352ef06753388c3da09cd8c8aa zope.interface-4.4.2.tar.gz
|
||||||
sha256 8780ef68ca8c3fe1abb30c058a59015129d6e04a6b02c2e56b9c7de6078dfa88 zope.interface-4.3.3.tar.gz
|
sha256 4e59e427200201f69ef82956ddf9e527891becf5b7cde8ec3ce39e1d0e262eb0 zope.interface-4.4.2.tar.gz
|
||||||
|
@ -4,9 +4,9 @@
|
|||||||
#
|
#
|
||||||
################################################################################
|
################################################################################
|
||||||
|
|
||||||
PYTHON_ZOPE_INTERFACE_VERSION = 4.3.3
|
PYTHON_ZOPE_INTERFACE_VERSION = 4.4.2
|
||||||
PYTHON_ZOPE_INTERFACE_SOURCE = zope.interface-$(PYTHON_ZOPE_INTERFACE_VERSION).tar.gz
|
PYTHON_ZOPE_INTERFACE_SOURCE = zope.interface-$(PYTHON_ZOPE_INTERFACE_VERSION).tar.gz
|
||||||
PYTHON_ZOPE_INTERFACE_SITE = https://pypi.python.org/packages/44/af/cea1e18bc0d3be0e0824762d3236f0e61088eeed75287e7b854d65ec9916
|
PYTHON_ZOPE_INTERFACE_SITE = https://pypi.python.org/packages/c5/88/93373971f893714f0dc15e09696ec4886ee8b4e561ce5ae45612c2c516c4
|
||||||
PYTHON_ZOPE_INTERFACE_SETUP_TYPE = setuptools
|
PYTHON_ZOPE_INTERFACE_SETUP_TYPE = setuptools
|
||||||
PYTHON_ZOPE_INTERFACE_LICENSE = ZPL-2.1
|
PYTHON_ZOPE_INTERFACE_LICENSE = ZPL-2.1
|
||||||
PYTHON_ZOPE_INTERFACE_LICENSE_FILES = LICENSE.txt
|
PYTHON_ZOPE_INTERFACE_LICENSE_FILES = LICENSE.txt
|
||||||
|
Loading…
x
Reference in New Issue
Block a user