summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorwiz <wiz@pkgsrc.org>2014-04-21 13:37:41 +0000
committerwiz <wiz@pkgsrc.org>2014-04-21 13:37:41 +0000
commit3d59a0ab3307350241134fafd48532393e2bcd3b (patch)
tree52822ed294618747874f20cfa735315d208ccc13
parent9530ce885c1370cb06ac8c23c7e9dbeb754f99cb (diff)
downloadpkgsrc-3d59a0ab3307350241134fafd48532393e2bcd3b.tar.gz
Depend on py-mercurial. Bump PKGREVISION.
-rw-r--r--devel/py-hgview/Makefile11
1 files changed, 4 insertions, 7 deletions
diff --git a/devel/py-hgview/Makefile b/devel/py-hgview/Makefile
index ae9b27477bd..45576edf498 100644
--- a/devel/py-hgview/Makefile
+++ b/devel/py-hgview/Makefile
@@ -1,7 +1,8 @@
-# $NetBSD: Makefile,v 1.4 2014/03/19 21:05:14 wiz Exp $
+# $NetBSD: Makefile,v 1.5 2014/04/21 13:37:41 wiz Exp $
DISTNAME= hgview-1.8.0
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
+PKGREVISION= 1
CATEGORIES= devel python
MASTER_SITES= http://download.logilab.org/pub/hgview/
@@ -10,20 +11,16 @@ HOMEPAGE= http://download.logilab.org/pub/hgview/
COMMENT= Visually navigate in a Mercurial repository history
LICENSE= gnu-gpl-v2
-DEPENDS+= mercurial>=1.6:../../devel/mercurial
+DEPENDS+= ${PYPKGPREFIX}-mercurial>=1.6:../../devel/py-mercurial
+DEPENDS+= ${PYPKGPREFIX}-urwid-[0-9]*:../../devel/py-urwid
BUILD_DEPENDS+= asciidoc-[0-9]*:../../textproc/asciidoc
BUILD_DEPENDS+= xmlto-[0-9]*:../../textproc/xmlto
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
-.include "../../lang/python/pyversion.mk"
-
-DEPENDS+= ${PYPKGPREFIX}-urwid-[0-9]*:../../devel/py-urwid
-
.include "../../lang/python/application.mk"
.include "../../lang/python/distutils.mk"
.include "../../x11/py-qt4/buildlink3.mk"