pkgsrc-WIP-changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

*: Use py-gitpython instead of py-git



Module Name:	pkgsrc-wip
Committed By:	Leonardo Taccari <leot%NetBSD.org@localhost>
Pushed By:	leot
Date:		Thu Oct 14 02:13:42 2021 +0200
Changeset:	4b3fee5b43fe0d3224480f4ff9323d123f002b63

Modified Files:
	gitless/Makefile
	py-django-gitrevision/Makefile
	py-hopic/Makefile

Log Message:
*: Use py-gitpython instead of py-git

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=4b3fee5b43fe0d3224480f4ff9323d123f002b63

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

diffstat:
 gitless/Makefile               | 2 +-
 py-django-gitrevision/Makefile | 2 +-
 py-hopic/Makefile              | 2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

diffs:
diff --git a/gitless/Makefile b/gitless/Makefile
index 9a3da4e852..30a5cd3627 100644
--- a/gitless/Makefile
+++ b/gitless/Makefile
@@ -12,7 +12,7 @@ LICENSE=	gnu-gpl-v2
 
 DEPENDS+=	${PYPKGPREFIX}-clint>=0.3.6:../../devel/py-clint
 DEPENDS+=	${PYPKGPREFIX}-pygit2>=0.23.0:../../devel/py-pygit2
-DEPENDS+=	${PYPKGPREFIX}-git-[0-9]*:../../wip/py-git
+DEPENDS+=	${PYPKGPREFIX}-gitpython-[0-9]*:../../devel/py-gitpython
 DEPENDS+=	${PYPKGPREFIX}-sh>=1.11:../../sysutils/py-sh
 
 USE_LANGUAGES=	# none
diff --git a/py-django-gitrevision/Makefile b/py-django-gitrevision/Makefile
index 612f195868..6b904199bf 100644
--- a/py-django-gitrevision/Makefile
+++ b/py-django-gitrevision/Makefile
@@ -12,7 +12,7 @@ COMMENT=	Django git revision
 LICENSE=	gnu-lgpl-v2.1
 
 DEPENDS+=	${PYPKGPREFIX}-django-[0-9]*:../../www/py-django
-DEPENDS+=	${PYPKGPREFIX}-git-[0-9]*:../../wip/py-git
+DEPENDS+=	${PYPKGPREFIX}-gitpython-[0-9]*:../../devel/py-gitpython
 
 USE_LANGUAGES=	# none
 
diff --git a/py-hopic/Makefile b/py-hopic/Makefile
index aa2107d485..528353f110 100644
--- a/py-hopic/Makefile
+++ b/py-hopic/Makefile
@@ -15,7 +15,7 @@ BUILD_DEPENDS+=	${PYPKGPREFIX}-setuptools_scm_git_archive:../../devel/py-setupto
 DEPENDS+=	${PYPKGPREFIX}-click>=7.0<8.0:../../devel/py-click
 DEPENDS+=	${PYPKGPREFIX}-click-log:../../devel/py-click-log
 DEPENDS+=	${PYPKGPREFIX}-commisery>=0.5<1:../../wip/py-commisery
-DEPENDS+=	${PYPKGPREFIX}-git>=3<4:../../wip/py-git
+DEPENDS+=	${PYPKGPREFIX}-gitpython>=3<4:../../devel/py-gitpython
 DEPENDS+=	${PYPKGPREFIX}-importlib-metadata<3.8:../../devel/py-importlib-metadata
 DEPENDS+=	${PYPKGPREFIX}-dateutil:../../time/py-dateutil
 DEPENDS+=	${PYPKGPREFIX}-yaml:../../textproc/py-yaml


Home | Main Index | Thread Index | Old Index