mirror of
https://github.com/MiyooCFW/buildroot.git
synced 2025-09-27 22:24:19 +03:00
Merge from bittboy/buildroot@db180c0
This commit is contained in:
@@ -0,0 +1,12 @@
|
||||
config BR2_PACKAGE_PYTHON_ZOPE_INTERFACE
|
||||
bool "python-zope-interface"
|
||||
select BR2_PACKAGE_PYTHON_SETUPTOOLS # runtime
|
||||
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,5 @@
|
||||
# md5, sha256 from https://pypi.org/pypi/zope-interface/json
|
||||
md5 a3b24f9d079bae5e13dd7a88aa512112 zope.interface-4.6.0.tar.gz
|
||||
sha256 1b3d0dcabc7c90b470e59e38a9acaa361be43b3a6ea644c0063951964717f0e5 zope.interface-4.6.0.tar.gz
|
||||
# Locally computed sha256 checksums
|
||||
sha256 3e671db11df687516cc1db5b3d65e4aa383eaca3c20cea3faf53a0f7335d0a3c LICENSE.txt
|
||||
@@ -0,0 +1,14 @@
|
||||
################################################################################
|
||||
#
|
||||
# python-zope-interface
|
||||
#
|
||||
################################################################################
|
||||
|
||||
PYTHON_ZOPE_INTERFACE_VERSION = 4.6.0
|
||||
PYTHON_ZOPE_INTERFACE_SOURCE = zope.interface-$(PYTHON_ZOPE_INTERFACE_VERSION).tar.gz
|
||||
PYTHON_ZOPE_INTERFACE_SITE = https://files.pythonhosted.org/packages/4e/d0/c9d16bd5b38de44a20c6dc5d5ed80a49626fafcb3db9f9efdc2a19026db6
|
||||
PYTHON_ZOPE_INTERFACE_SETUP_TYPE = setuptools
|
||||
PYTHON_ZOPE_INTERFACE_LICENSE = ZPL-2.1
|
||||
PYTHON_ZOPE_INTERFACE_LICENSE_FILES = LICENSE.txt
|
||||
|
||||
$(eval $(python-package))
|
||||
Reference in New Issue
Block a user