kumquat-buildroot/package/python-git/python-git.mk
Adam Duskett 16bae982b0 package/python-git: bump to version 3.1.24
Signed-off-by: Adam Duskett <aduskett@gmail.com>
Signed-off-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be>
2021-10-14 23:12:37 +02:00

14 lines
425 B
Makefile

################################################################################
#
# python-git
#
################################################################################
PYTHON_GIT_VERSION = 3.1.24
PYTHON_GIT_SITE = $(call github,gitpython-developers,GitPython,$(PYTHON_GIT_VERSION))
PYTHON_GIT_LICENSE = BSD-3-Clause
PYTHON_GIT_LICENSE_FILES = LICENSE
PYTHON_GIT_SETUP_TYPE = setuptools
$(eval $(python-package))