pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/devel/py-hgview Workaround: this imports python module...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/290b56e003ac
branches:  trunk
changeset: 632212:290b56e003ac
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Wed Mar 19 21:05:14 2014 +0000

description:
Workaround: this imports python modules from mercurial, so it has to
be the same version as mercurial itself, which is, however, not a versioned
package. So disallow 26 for now, since the pkgsrc default is 27 and that
is the version mercurial will be built against.

diffstat:

 devel/py-hgview/Makefile |  3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diffs (17 lines):

diff -r f188d3591821 -r 290b56e003ac devel/py-hgview/Makefile
--- a/devel/py-hgview/Makefile  Wed Mar 19 18:09:16 2014 +0000
+++ b/devel/py-hgview/Makefile  Wed Mar 19 21:05:14 2014 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.3 2014/03/19 15:11:52 wiz Exp $
+# $NetBSD: Makefile,v 1.4 2014/03/19 21:05:14 wiz Exp $
 
 DISTNAME=      hgview-1.8.0
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
@@ -16,6 +16,7 @@
 
 REPLACE_PYTHON= *.py
 PYTHON_VERSIONS_INCOMPATIBLE=  33 # not yet ported as of 1.8.0
+PYTHON_VERSIONS_INCOMPATIBLE+= 26 # imports modules from mercurial, so needs to be the same version
 
 USE_TOOLS+=    gmake
 



Home | Main Index | Thread Index | Old Index