Signed-off-by: James Hilliard <james.hilliard1@gmail.com> Signed-off-by: Julien Olivain <ju.o@free.fr>
15 lines
535 B
Makefile
15 lines
535 B
Makefile
################################################################################
|
|
#
|
|
# python-wrapt
|
|
#
|
|
################################################################################
|
|
|
|
PYTHON_WRAPT_VERSION = 1.17.2
|
|
PYTHON_WRAPT_SOURCE = wrapt-$(PYTHON_WRAPT_VERSION).tar.gz
|
|
PYTHON_WRAPT_SITE = https://files.pythonhosted.org/packages/c3/fc/e91cc220803d7bc4db93fb02facd8461c37364151b8494762cc88b0fbcef
|
|
PYTHON_WRAPT_SETUP_TYPE = setuptools
|
|
PYTHON_WRAPT_LICENSE = BSD-2-Clause
|
|
PYTHON_WRAPT_LICENSE_FILES = LICENSE
|
|
|
|
$(eval $(python-package))
|