mirror of
https://gitlab.com/buildroot.org/buildroot.git
synced 2026-08-01 21:23:51 -09:00
https://github.com/zopefoundation/zope.interface/blob/8.4/CHANGES.rst Signed-off-by: Bernd Kuhls <bernd@kuhls.net> Signed-off-by: Julien Olivain <ju.o@free.fr>
16 lines
671 B
Makefile
16 lines
671 B
Makefile
################################################################################
|
|
#
|
|
# python-zope-interface
|
|
#
|
|
################################################################################
|
|
|
|
PYTHON_ZOPE_INTERFACE_VERSION = 8.4
|
|
PYTHON_ZOPE_INTERFACE_SOURCE = zope_interface-$(PYTHON_ZOPE_INTERFACE_VERSION).tar.gz
|
|
PYTHON_ZOPE_INTERFACE_SITE = https://files.pythonhosted.org/packages/9f/65/34a6e6e4dfa260c4c55ee02bb2fc53625e126ff0181485286cf0c9d453d6
|
|
PYTHON_ZOPE_INTERFACE_SETUP_TYPE = setuptools
|
|
PYTHON_ZOPE_INTERFACE_LICENSE = ZPL-2.1
|
|
PYTHON_ZOPE_INTERFACE_LICENSE_FILES = LICENSE.txt
|
|
PYTHON_ZOPE_INTERFACE_BUILD_OPTS = --skip-dependency-check
|
|
|
|
$(eval $(python-package))
|