pkgsrc-Changes archive

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

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



Module Name:    pkgsrc
Committed By:   wiz
Date:           Wed May 31 22:15:35 UTC 2023

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

Log Message:
git-remote-hg: not for Python 2


To generate a diff of this commit:
cvs rdiff -u -r1.6 -r1.7 pkgsrc/devel/git-remote-hg/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/git-remote-hg/Makefile
diff -u pkgsrc/devel/git-remote-hg/Makefile:1.6 pkgsrc/devel/git-remote-hg/Makefile:1.7
--- pkgsrc/devel/git-remote-hg/Makefile:1.6     Wed May 31 22:13:51 2023
+++ pkgsrc/devel/git-remote-hg/Makefile Wed May 31 22:15:35 2023
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.6 2023/05/31 22:13:51 wiz Exp $
+# $NetBSD: Makefile,v 1.7 2023/05/31 22:15:35 wiz Exp $
 
 DISTNAME=      git-remote-hg-0.6
 CATEGORIES=    devel scm
@@ -19,6 +19,8 @@ MAKE_FLAGS+=  prefix=${PREFIX}
 MAKE_FLAGS+=   mandir=${PREFIX}/${PKGMANDIR}/man1
 REPLACE_PYTHON=        git-remote-hg
 
+PYTHON_VERSIONS_INCOMPATIBLE=  27
+
 INSTALL_TARGET=        install install-doc
 
 post-extract:



Home | Main Index | Thread Index | Old Index