mirror of
https://github.com/godotengine/buildroot.git
synced 2026-01-22 12:51:25 +03:00
package/python-git: new package
The files added by this commit are associated both to Nicolas Carrier and myself in the DEVELOPERS, as this commit is based on initial work from Nicolas. Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com> Signed-off-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be>
This commit is contained in:
committed by
Arnout Vandecappelle (Essensium/Mind)
parent
e6ee07f41a
commit
0132f4748c
13
package/python-git/Config.in
Normal file
13
package/python-git/Config.in
Normal file
@@ -0,0 +1,13 @@
|
||||
config BR2_PACKAGE_PYTHON_GIT
|
||||
bool "python-git"
|
||||
depends on BR2_PACKAGE_PYTHON3
|
||||
depends on BR2_USE_MMU # git
|
||||
select BR2_PACKAGE_GIT # runtime
|
||||
select BR2_PACKAGE_PYTHON_GITDB2 # runtime
|
||||
select BR2_PACKAGE_PYTHON_TYPING_EXTENSIONS # runtime
|
||||
help
|
||||
GitPython is a python library used to interact with git
|
||||
repositories, high-level like git-porcelain, or low-level
|
||||
like git-plumbing.
|
||||
|
||||
https://github.com/gitpython-developers/GitPython
|
||||
3
package/python-git/python-git.hash
Normal file
3
package/python-git/python-git.hash
Normal file
@@ -0,0 +1,3 @@
|
||||
# locally computed hashes
|
||||
sha256 78baf9fc223536e38a6e0d9241536fedaecf79bc000b3a05962257d83571fc5d python-git-3.1.20.tar.gz
|
||||
sha256 fd657ffc2cef63d25c78cab7808d414dd03a282e63893491fd11c32f98be67fb LICENSE
|
||||
13
package/python-git/python-git.mk
Normal file
13
package/python-git/python-git.mk
Normal file
@@ -0,0 +1,13 @@
|
||||
################################################################################
|
||||
#
|
||||
# python-git
|
||||
#
|
||||
################################################################################
|
||||
|
||||
PYTHON_GIT_VERSION = 3.1.20
|
||||
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))
|
||||
Reference in New Issue
Block a user