pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/py-gitdb



Module Name:    pkgsrc
Committed By:   adam
Date:           Fri Apr  2 08:44:46 UTC 2021

Modified Files:
        pkgsrc/devel/py-gitdb: Makefile distinfo

Log Message:
py-gitdb: updated to 4.0.7

4.0.7
Updated upper bound for smmap requirement in setup.py

4.0.6
Bumped upper bound for smmap requirement


To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.4 pkgsrc/devel/py-gitdb/Makefile
cvs rdiff -u -r1.1 -r1.2 pkgsrc/devel/py-gitdb/distinfo

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

Modified files:

Index: pkgsrc/devel/py-gitdb/Makefile
diff -u pkgsrc/devel/py-gitdb/Makefile:1.3 pkgsrc/devel/py-gitdb/Makefile:1.4
--- pkgsrc/devel/py-gitdb/Makefile:1.3  Mon Mar 22 11:03:27 2021
+++ pkgsrc/devel/py-gitdb/Makefile      Fri Apr  2 08:44:46 2021
@@ -1,8 +1,7 @@
-# $NetBSD: Makefile,v 1.3 2021/03/22 11:03:27 markd Exp $
+# $NetBSD: Makefile,v 1.4 2021/04/02 08:44:46 adam Exp $
 
-DISTNAME=      gitdb-4.0.5
+DISTNAME=      gitdb-4.0.7
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
-PKGREVISION=   1
 CATEGORIES=    devel python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=g/gitdb/}
 
@@ -11,13 +10,7 @@ HOMEPAGE=    https://github.com/gitpython-d
 COMMENT=       Git Object Database
 LICENSE=       modified-bsd
 
-DEPENDS+=      ${PYPKGPREFIX}-smmap-[0-9]*:../../devel/py-smmap
-
-# No reason to restrict this to smmap<4 (no significant changes in API).
-SUBST_CLASSES+=                deps
-SUBST_FILES.deps=      ${DESTDIR}${PREFIX}/${PYSITELIB}/${EGG_INFODIR}/requires.txt
-SUBST_SED.deps=                -e 's:smmap<4,:smmap:'
-SUBST_STAGE.deps=      post-install
+DEPENDS+=      ${PYPKGPREFIX}-smmap>=3.0.1:../../devel/py-smmap
 
 USE_LANGUAGES= # none
 

Index: pkgsrc/devel/py-gitdb/distinfo
diff -u pkgsrc/devel/py-gitdb/distinfo:1.1 pkgsrc/devel/py-gitdb/distinfo:1.2
--- pkgsrc/devel/py-gitdb/distinfo:1.1  Thu Sep 10 15:02:35 2020
+++ pkgsrc/devel/py-gitdb/distinfo      Fri Apr  2 08:44:46 2021
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.1 2020/09/10 15:02:35 taca Exp $
+$NetBSD: distinfo,v 1.2 2021/04/02 08:44:46 adam Exp $
 
-SHA1 (gitdb-4.0.5.tar.gz) = bba8b145f65c06f49f1c1977fb316a5c8077a405
-RMD160 (gitdb-4.0.5.tar.gz) = 87500f584a7ccd7064cf3bd599f2945896f227ae
-SHA512 (gitdb-4.0.5.tar.gz) = a3f562928a863121c4051663a0674aa94937527b2fc40a7f392d2913d4d1443bda278e2f7cf362d499389691d24a2d965ab89a6533d42a157db3ab629a377e83
-Size (gitdb-4.0.5.tar.gz) = 392815 bytes
+SHA1 (gitdb-4.0.7.tar.gz) = 10b3328036951bc3d49daee078a3d1a32201cd02
+RMD160 (gitdb-4.0.7.tar.gz) = 7710dc3e1ba0ff7998629af1fe3ae2370ce31450
+SHA512 (gitdb-4.0.7.tar.gz) = db63a613ee59249a3fccbd09fc0eca5747b166180bb5885737f849e339e81dfacd04f65e438fef241cf013cde33fe8c99a569c1599b2b5defd37b50e87dbdb0a
+Size (gitdb-4.0.7.tar.gz) = 394664 bytes



Home | Main Index | Thread Index | Old Index