update buildroot to 2017.02.11
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
config BR2_PACKAGE_PYTHON_ZOPE_INTERFACE
|
||||
bool "python-zope-interface"
|
||||
help
|
||||
This package provides an implementation of "object interfaces" for
|
||||
Python. Interfaces are a mechanism for labeling objects as conforming
|
||||
to a given API or contract. So, this package can be considered as
|
||||
implementation of the Design By Contract methodology support in Python.
|
||||
|
||||
http://docs.zope.org/zope.interface/
|
||||
@@ -0,0 +1,3 @@
|
||||
# md5 from https://pypi.python.org/pypi/zope-interface/json, sha256 locally computed
|
||||
md5 ba3f32eacaea66094b7e2ae2788cec89 zope.interface-4.3.3.tar.gz
|
||||
sha256 8780ef68ca8c3fe1abb30c058a59015129d6e04a6b02c2e56b9c7de6078dfa88 zope.interface-4.3.3.tar.gz
|
||||
@@ -0,0 +1,14 @@
|
||||
################################################################################
|
||||
#
|
||||
# python-zope-interface
|
||||
#
|
||||
################################################################################
|
||||
|
||||
PYTHON_ZOPE_INTERFACE_VERSION = 4.3.3
|
||||
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_SETUP_TYPE = setuptools
|
||||
PYTHON_ZOPE_INTERFACE_LICENSE = ZPLv2.1
|
||||
PYTHON_ZOPE_INTERFACE_LICENSE_FILES = LICENSE.txt
|
||||
|
||||
$(eval $(python-package))
|
||||
Reference in New Issue
Block a user