pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/py-hg-git



Module Name:    pkgsrc
Committed By:   maya
Date:           Sat Jan 16 20:26:56 UTC 2021

Modified Files:
        pkgsrc/devel/py-hg-git: Makefile

Log Message:
py-hg-git: bump PKGREVISION for being python3-only because of py-dulwich.

Appease pkglint by not setting PKGVERSION.


To generate a diff of this commit:
cvs rdiff -u -r1.16 -r1.17 pkgsrc/devel/py-hg-git/Makefile

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-hg-git/Makefile
diff -u pkgsrc/devel/py-hg-git/Makefile:1.16 pkgsrc/devel/py-hg-git/Makefile:1.17
--- pkgsrc/devel/py-hg-git/Makefile:1.16        Sat Jan 16 20:21:40 2021
+++ pkgsrc/devel/py-hg-git/Makefile     Sat Jan 16 20:26:56 2021
@@ -1,10 +1,11 @@
-# $NetBSD: Makefile,v 1.16 2021/01/16 20:21:40 maya Exp $
+# $NetBSD: Makefile,v 1.17 2021/01/16 20:26:56 maya Exp $
 
-PKGVERSION=    0.9.0
-DISTNAME=      hg-git-${PKGVERSION}
+VERS=          0.9.0
+PKGREVISION=   1
+DISTNAME=      hg-git-${VERS}
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
 CATEGORIES=    devel scm
-MASTER_SITES=  https://foss.heptapod.net/mercurial/hg-git/-/archive/${PKGVERSION}/
+MASTER_SITES=  https://foss.heptapod.net/mercurial/hg-git/-/archive/${VERS}/
 EXTRACT_SUFX=  .tar.bz2
 
 MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
@@ -16,6 +17,7 @@ DEPENDS+=     ${PYPKGPREFIX}-dulwich>=0.9.7:
 
 USE_LANGUAGES= # none
 
+# py-dulwich
 PYTHON_VERSIONS_INCOMPATIBLE=  27
 
 EGG_NAME=      hg_git-${DISTNAME}



Home | Main Index | Thread Index | Old Index