90eeb05910
License hash changed due to notice removal: https://github.com/jaraco/portend/commit/5957d58266e479f124b31f30e4322e798fdf386b Signed-off-by: James Hilliard <james.hilliard1@gmail.com> Signed-off-by: Yann E. MORIN <yann.morin.1998@free.fr>
16 lines
600 B
Makefile
16 lines
600 B
Makefile
################################################################################
|
|
#
|
|
# python-portend
|
|
#
|
|
################################################################################
|
|
|
|
PYTHON_PORTEND_VERSION = 3.2.0
|
|
PYTHON_PORTEND_SOURCE = portend-$(PYTHON_PORTEND_VERSION).tar.gz
|
|
PYTHON_PORTEND_SITE = https://files.pythonhosted.org/packages/8f/fc/bcfc768996b438d6e4bde7a6c8cfd62089847b0f5381a0e0ec2d8ee6b202
|
|
PYTHON_PORTEND_LICENSE = MIT
|
|
PYTHON_PORTEND_LICENSE_FILES = LICENSE
|
|
PYTHON_PORTEND_SETUP_TYPE = setuptools
|
|
PYTHON_PORTEND_DEPENDENCIES = host-python-setuptools-scm
|
|
|
|
$(eval $(python-package))
|