Move buildroot to bsp directory.
This commit is contained in:
9
bsp/buildroot/package/python-zope-interface/Config.in
Normal file
9
bsp/buildroot/package/python-zope-interface/Config.in
Normal file
@@ -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?:action=show_md5&digest=9ae3d24c0c7415deb249dd1a132f0f79, sha256 locally computed
|
||||
md5 9ae3d24c0c7415deb249dd1a132f0f79 zope.interface-4.1.3.tar.gz
|
||||
sha256 2e221a9eec7ccc58889a278ea13dcfed5ef939d80b07819a9a8b3cb1c681484f zope.interface-4.1.3.tar.gz
|
||||
@@ -0,0 +1,14 @@
|
||||
################################################################################
|
||||
#
|
||||
# python-zope-interface
|
||||
#
|
||||
################################################################################
|
||||
|
||||
PYTHON_ZOPE_INTERFACE_VERSION = 4.1.3
|
||||
PYTHON_ZOPE_INTERFACE_SOURCE = zope.interface-$(PYTHON_ZOPE_INTERFACE_VERSION).tar.gz
|
||||
PYTHON_ZOPE_INTERFACE_SITE = https://pypi.python.org/packages/source/z/zope.interface
|
||||
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