1
1
mirror of https://github.com/OpenVoiceOS/OpenVoiceOS synced 2025-06-05 22:19:21 +02:00

MycroftOS: Switch and make use of python-gitdb

This commit is contained in:
j1nx
2020-05-17 14:23:36 +02:00
parent 701615d3ee
commit c6c43e67ab
5 changed files with 24 additions and 1 deletions

View File

@ -0,0 +1,6 @@
config BR2_PACKAGE_PYTHON_GITDB
bool "python-gitdb"
help
GitDB is a pure-Python git object database
https://github.com/gitpython-developers/gitdb

View File

@ -0,0 +1,2 @@
sha256 c9e1f2d0db7ddb9a704c2a0217be31214e91a4fe1dea1efad19ae42ba0c285c9 gitdb-4.0.5.tar.gz

View File

@ -0,0 +1,14 @@
################################################################################
#
# python-gitdb
#
################################################################################
PYTHON_GITDB_VERSION = 4.0.5
PYTHON_GITDB_SOURCE = gitdb-$(PYTHON_GITDB_VERSION).tar.gz
PYTHON_GITDB_SITE = https://files.pythonhosted.org/packages/d1/05/eaf2ac564344030d8b3ce870b116d7bb559020163e80d9aa4a3d75f3e820
PYTHON_GITDB_SETUP_TYPE = setuptools
PYTHON_GITDB_LICENSE = BSD-3-Clause
PYTHON_GITDB_LICENSE_FILES = LICENSE
$(eval $(python-package))