pkgsrc-Changes archive

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

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



Module Name:    pkgsrc
Committed By:   joerg
Date:           Sat Jul  7 21:17:02 UTC 2018

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

Log Message:
Also mask Python 3.7.


To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 pkgsrc/devel/py-hg-evolve/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-evolve/Makefile
diff -u pkgsrc/devel/py-hg-evolve/Makefile:1.1 pkgsrc/devel/py-hg-evolve/Makefile:1.2
--- pkgsrc/devel/py-hg-evolve/Makefile:1.1      Sat Jul  7 08:15:41 2018
+++ pkgsrc/devel/py-hg-evolve/Makefile  Sat Jul  7 21:17:02 2018
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1 2018/07/07 08:15:41 joerg Exp $
+# $NetBSD: Makefile,v 1.2 2018/07/07 21:17:02 joerg Exp $
 
 DISTNAME=      hg-evolve-8.0.1
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
@@ -12,7 +12,7 @@ LICENSE=      gnu-gpl-v2
 
 DEPENDS+=      ${PYPKGPREFIX}-mercurial>=4.3.1:../../devel/py-mercurial
 
-PYTHON_VERSIONS_INCOMPATIBLE=  34 35 36 # See Mercurial itself.
+PYTHON_VERSIONS_INCOMPATIBLE=  34 35 36 37 # See Mercurial itself.
 PYDISTUTILSPKG=        YES
 
 post-install:



Home | Main Index | Thread Index | Old Index