7133276bdf
- Update indentation in hash file (two spaces) - Update URL in Config.in as current URL returns 404 Not Found https://github.com/zopefoundation/zope.interface/blob/5.3.0/CHANGES.rst Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com> Signed-off-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be>
15 lines
614 B
Makefile
15 lines
614 B
Makefile
################################################################################
|
|
#
|
|
# python-zope-interface
|
|
#
|
|
################################################################################
|
|
|
|
PYTHON_ZOPE_INTERFACE_VERSION = 5.3.0
|
|
PYTHON_ZOPE_INTERFACE_SOURCE = zope.interface-$(PYTHON_ZOPE_INTERFACE_VERSION).tar.gz
|
|
PYTHON_ZOPE_INTERFACE_SITE = https://files.pythonhosted.org/packages/b1/f8/aa59109d5345ece4820e8e7a05a97203ef21a0ac2c0460c6c929ea5be889
|
|
PYTHON_ZOPE_INTERFACE_SETUP_TYPE = setuptools
|
|
PYTHON_ZOPE_INTERFACE_LICENSE = ZPL-2.1
|
|
PYTHON_ZOPE_INTERFACE_LICENSE_FILES = LICENSE.txt
|
|
|
|
$(eval $(python-package))
|