Fri Nov 14 23:43:16 2008 UTC ()
Remove python24 from accepted versions since x11/py-gtk2 doesn't support it
any more.


(hasso)
diff -r1.8 -r1.9 pkgsrc/graphics/py-matplotlib-gtk2/Makefile

cvs diff -r1.8 -r1.9 pkgsrc/graphics/py-matplotlib-gtk2/Attic/Makefile (expand / switch to unified diff)

--- pkgsrc/graphics/py-matplotlib-gtk2/Attic/Makefile 2008/06/12 02:14:32 1.8
+++ pkgsrc/graphics/py-matplotlib-gtk2/Attic/Makefile 2008/11/14 23:43:16 1.9
@@ -1,31 +1,31 @@ @@ -1,31 +1,31 @@
1# $NetBSD: Makefile,v 1.8 2008/06/12 02:14:32 joerg Exp $ 1# $NetBSD: Makefile,v 1.9 2008/11/14 23:43:16 hasso Exp $
2# 2#
3 3
4DISTNAME= matplotlib-0.87.2 4DISTNAME= matplotlib-0.87.2
5PKGNAME= ${PYPKGPREFIX}-matplotlib-gtk-0.87.2 5PKGNAME= ${PYPKGPREFIX}-matplotlib-gtk-0.87.2
6PKGREVISION= 2 6PKGREVISION= 2
7CATEGORIES= graphics python 7CATEGORIES= graphics python
8MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=matplotlib/} 8MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=matplotlib/}
9 9
10MAINTAINER= pkgsrc-users@NetBSD.org 10MAINTAINER= pkgsrc-users@NetBSD.org
11HOMEPAGE= http://matplotlib.sourceforge.net/ 11HOMEPAGE= http://matplotlib.sourceforge.net/
12COMMENT= GTK frontend for matplotlib 12COMMENT= GTK frontend for matplotlib
13 13
14PKG_DESTDIR_SUPPORT= user-destdir 14PKG_DESTDIR_SUPPORT= user-destdir
15 15
16USE_TOOLS+= pkg-config 16USE_TOOLS+= pkg-config
17PY_PATCHPLIST= yes 17PY_PATCHPLIST= yes
18PYDISTUTILSPKG= yes 18PYDISTUTILSPKG= yes
19USE_LANGUAGES= c c++ 19USE_LANGUAGES= c c++
20 20
21PYTHON_VERSIONS_ACCEPTED= 25 24 21PYTHON_VERSIONS_ACCEPTED= 25
22 22
23.include "../../lang/python/extension.mk" 23.include "../../lang/python/extension.mk"
24.include "../../graphics/py-matplotlib/buildlink3.mk" 24.include "../../graphics/py-matplotlib/buildlink3.mk"
25.include "../../devel/zlib/buildlink3.mk" 25.include "../../devel/zlib/buildlink3.mk"
26.include "../../graphics/freetype2/buildlink3.mk" 26.include "../../graphics/freetype2/buildlink3.mk"
27.include "../../graphics/png/buildlink3.mk" 27.include "../../graphics/png/buildlink3.mk"
28.include "../../math/py-Numeric/buildlink3.mk" 28.include "../../math/py-Numeric/buildlink3.mk"
29.include "../../math/py-numarray/buildlink3.mk" 29.include "../../math/py-numarray/buildlink3.mk"
30.include "../../x11/py-gtk2/buildlink3.mk" 30.include "../../x11/py-gtk2/buildlink3.mk"
31.include "../../mk/bsd.pkg.mk" 31.include "../../mk/bsd.pkg.mk"