summaryrefslogtreecommitdiff
path: root/x11/py-Pmw
diff options
context:
space:
mode:
authorwiz <wiz>2014-01-18 19:49:56 +0000
committerwiz <wiz>2014-01-18 19:49:56 +0000
commit441a2a3b29cd09e65f058305dc272a4668636ec8 (patch)
tree9932a0407a05bd3a1e878357eec1b2baf5100752 /x11/py-Pmw
parent036b6b18050bd7511176f7cd8a2fae3316735537 (diff)
downloadpkgsrc-441a2a3b29cd09e65f058305dc272a4668636ec8.tar.gz
Mark as python-2.x version.
Diffstat (limited to 'x11/py-Pmw')
-rw-r--r--x11/py-Pmw/DESCR2
-rw-r--r--x11/py-Pmw/Makefile6
2 files changed, 5 insertions, 3 deletions
diff --git a/x11/py-Pmw/DESCR b/x11/py-Pmw/DESCR
index 72fdf5969b6..0a4350d350b 100644
--- a/x11/py-Pmw/DESCR
+++ b/x11/py-Pmw/DESCR
@@ -5,3 +5,5 @@ It consists of a set of base classes and a library of flexible and
extensible megawidgets built on this foundation. These megawidgets
include notebooks, comboboxes, selection widgets, paned widgets,
scrolled widgets and dialog windows.
+
+This is the python-2.x version of the module.
diff --git a/x11/py-Pmw/Makefile b/x11/py-Pmw/Makefile
index f819580b5b8..8e3001e9077 100644
--- a/x11/py-Pmw/Makefile
+++ b/x11/py-Pmw/Makefile
@@ -1,5 +1,4 @@
-# $NetBSD: Makefile,v 1.29 2012/10/29 05:06:43 asau Exp $
-#
+# $NetBSD: Makefile,v 1.30 2014/01/18 19:49:56 wiz Exp $
DISTNAME= Pmw.1.3.2
EGG_NAME= ${DISTNAME:S/./-/}
@@ -9,7 +8,7 @@ MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=pmw/}
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://pmw.sourceforge.net/
-COMMENT= Python meta widgets
+COMMENT= Python meta widgets (python-2.x version)
LICENSE= mit
DEPENDS+= ${PYPKGPREFIX}-Tk-[0-9]*:../../x11/py-Tk
@@ -18,6 +17,7 @@ DEPENDS+= blt>=2.4i:../../x11/blt
USE_LANGUAGES= # empty
PYSETUPSUBDIR= src
+PYTHON_VERSIONS_INCOMPATIBLE= 33
.include "../../lang/python/distutils.mk"
.include "../../mk/bsd.pkg.mk"