8bd4d7ed63
Drop no longer required python-typing-extensions dependency.
Switch to pypi based source download.
License hash changed due to formatting tweaks:
e1af18377f
Signed-off-by: James Hilliard <james.hilliard1@gmail.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
15 lines
523 B
Makefile
15 lines
523 B
Makefile
################################################################################
|
|
#
|
|
# python-git
|
|
#
|
|
################################################################################
|
|
|
|
PYTHON_GIT_VERSION = 3.1.40
|
|
PYTHON_GIT_SOURCE = GitPython-$(PYTHON_GIT_VERSION).tar.gz
|
|
PYTHON_GIT_SITE = https://files.pythonhosted.org/packages/0d/b2/37265877ae607a2cbf9a471f4581dbf5ed13a501b90cb4c773f9ccfff3ea
|
|
PYTHON_GIT_LICENSE = BSD-3-Clause
|
|
PYTHON_GIT_LICENSE_FILES = LICENSE
|
|
PYTHON_GIT_SETUP_TYPE = setuptools
|
|
|
|
$(eval $(python-package))
|