summaryrefslogtreecommitdiff
path: root/graphics/py-biggles/Makefile
diff options
context:
space:
mode:
authorwiz <wiz>2014-01-19 13:43:39 +0000
committerwiz <wiz>2014-01-19 13:43:39 +0000
commit910b5fc57aa8d73f5848819d4e416595e8971d1b (patch)
tree5d3bb2bd8b35bd2d1f4ab01d0ade0388a0dd5b32 /graphics/py-biggles/Makefile
parent424563c43062e697115e94e58a50ebe54aee54f1 (diff)
downloadpkgsrc-910b5fc57aa8d73f5848819d4e416595e8971d1b.tar.gz
Update to 1.6.6:
1.6.6 (27 Nov 2008) -------------------- * Fixed issue that caused all images to be 570x570 on some systems, due to a change in the python2.5 C API. * Improved setup.py and Makefiles. * Contours can now be used with PlotKey. * Added Labels component. Similar to Points, but with text labels instead of symbols. 1.6.5 (20 Mar 2007) ------------------- * Replaced Numeric with numpy. 1.6.4 (08 Mar 2004) ------------------- * Phil Kromer contributed the new ColoredPoints and Density components. See example9.py for details. * Todd Fox contributed Makefiles for building with MS Visual C++. * Can now specify the width/height of postscript output, by passing (e.g.) width="5in" or height="10in" to the functions which produce postscript output. Default values are in the [postscript] section of config.ini. The old [printer]/paper option is now [postscript]/paper. * Added UpperLimits, LowerLimits components. These produce symbols with half-arrows indicating the true value is below/above the point. * Added TeX codes \`,\',\^,\",\~ for character accents.
Diffstat (limited to 'graphics/py-biggles/Makefile')
-rw-r--r--graphics/py-biggles/Makefile15
1 files changed, 7 insertions, 8 deletions
diff --git a/graphics/py-biggles/Makefile b/graphics/py-biggles/Makefile
index 8e8d5e969d8..97d9c80cca2 100644
--- a/graphics/py-biggles/Makefile
+++ b/graphics/py-biggles/Makefile
@@ -1,9 +1,7 @@
-# $NetBSD: Makefile,v 1.17 2013/02/16 11:22:23 wiz Exp $
-#
+# $NetBSD: Makefile,v 1.18 2014/01/19 13:43:39 wiz Exp $
-DISTNAME= python-biggles-1.6.3
-PKGNAME= ${PYPKGPREFIX}${DISTNAME:S/python//}
-PKGREVISION= 6
+DISTNAME= python2-biggles-1.6.6
+PKGNAME= ${PYPKGPREFIX}${DISTNAME:S/python2//}
CATEGORIES= graphics python
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=biggles/}
@@ -11,9 +9,10 @@ MAINTAINER= Kai.Puolamaki@iki.fi
HOMEPAGE= http://biggles.sourceforge.net/
COMMENT= Python module for creating 2D scientific plots
-PYDISTUTILSPKG= yes
+EGG_NAME= ${DISTNAME:S/-/_/}
+PYTHON_VERSIONS_INCOMPATIBLE= 33 # not ported yet as of 1.6.6
-.include "../../lang/python/extension.mk"
-.include "../../math/py-Numeric/buildlink3.mk"
+.include "../../lang/python/distutils.mk"
+.include "../../math/py-numpy/buildlink3.mk"
.include "../../graphics/plotutils/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"