pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/devel/py-hg-evolve Also mask Python 3.7.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/d3f589df8f3d
branches:  trunk
changeset: 382614:d3f589df8f3d
user:      joerg <joerg%pkgsrc.org@localhost>
date:      Sat Jul 07 21:17:02 2018 +0000

description:
Also mask Python 3.7.

diffstat:

 devel/py-hg-evolve/Makefile |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r 950258c5bda1 -r d3f589df8f3d devel/py-hg-evolve/Makefile
--- a/devel/py-hg-evolve/Makefile       Sat Jul 07 16:03:01 2018 +0000
+++ b/devel/py-hg-evolve/Makefile       Sat Jul 07 21:17:02 2018 +0000
@@ -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 @@
 
 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