summaryrefslogtreecommitdiff
path: root/time/py-goocalendar
diff options
context:
space:
mode:
authorwiz <wiz@pkgsrc.org>2014-01-31 19:32:04 +0000
committerwiz <wiz@pkgsrc.org>2014-01-31 19:32:04 +0000
commit5e9fa03d714785fb35f70c1059a33f203bd0bc2e (patch)
tree9509fb5abc39afa3e156bbd0bb4502c58b04f54a /time/py-goocalendar
parentb7a4e7c35064ae1aaa0f00f21da0966006f28481 (diff)
downloadpkgsrc-5e9fa03d714785fb35f70c1059a33f203bd0bc2e.tar.gz
Mark some stuff not available for python and use versioned_dependencies.mk,
so that pbulk can finish a scan again.
Diffstat (limited to 'time/py-goocalendar')
-rw-r--r--time/py-goocalendar/Makefile7
1 files changed, 4 insertions, 3 deletions
diff --git a/time/py-goocalendar/Makefile b/time/py-goocalendar/Makefile
index 022553d5f73..5e141a04ade 100644
--- a/time/py-goocalendar/Makefile
+++ b/time/py-goocalendar/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1 2014/01/30 03:36:35 rodent Exp $
+# $NetBSD: Makefile,v 1.2 2014/01/31 19:32:04 wiz Exp $
DISTNAME= GooCalendar-0.1
PKGNAME= ${PYPKGPREFIX}-${DISTNAME:tl}
@@ -10,10 +10,11 @@ HOMEPAGE= http://code.google.com/p/goocalendar/
COMMENT= Calendar widget using GooCanvas
LICENSE= gnu-gpl-v2
+DEPENDS+= ${PYPKGPREFIX}-goocanvas-[0-9]*:../../graphics/py-goocanvas
+
USE_LANGUAGES= # none
-PYTHON_VERSIONS_INCLUDE_3X= no
+PYTHON_VERSIONS_INCOMPATIBLE= 33 # py-gtk2 via py-goocanvas
-DEPENDS+= ${PYPKGPREFIX}-goocanvas-[0-9]*:../../graphics/py-goocanvas
.include "../../lang/python/egg.mk"
.include "../../mk/bsd.pkg.mk"