Skip to content
Snippets Groups Projects
Commit 3aa0db15 authored by Adriaan de Groot's avatar Adriaan de Groot
Browse files

devel/py-gitpython: use the right gitdb dependency

gitdb2 is the "old" gitdb; it is still at version 2.0.
On PyPy it is listed as a mirror of gitdb and has version 4.0,
but gitpython wants gitdb 4.0.7 or later (as stated in its
`requires.txt`). While gitpython **builds** against the
older version, at runtime anything using setuptools to
require gitpython will fall over (because the installed
gitdb2 is way too old).

Switch to the right, modern dependency.

PORTREVISION bumped because of this make-it-actually-work
dependency change.
parent 1cde96d8
No related branches found
No related tags found
No related merge requests found
PORTNAME= gitpython
DISTVERSION= 3.1.15
PORTREVISION= 1
PORTREVISION= 2
CATEGORIES= devel python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
......@@ -13,7 +13,7 @@ LICENSE= BSD3CLAUSE
LICENSE_FILE= ${WRKSRC}/LICENSE
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}ddt>=1.1.1:devel/py-ddt@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}gitdb2>=2.0.0:devel/py-gitdb2@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}gitdb>=4.0.1:devel/py-gitdb@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}typing-extensions>=3.7.4.3:devel/py-typing-extensions@${PY_FLAVOR}
TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}mock>=0:devel/py-mock@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}nose>=0:devel/py-nose@${PY_FLAVOR}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment