head 1.2; access; symbols pkgsrc-2013Q4:1.1.0.40 pkgsrc-2013Q4-base:1.1 pkgsrc-2013Q3:1.1.0.38 pkgsrc-2013Q3-base:1.1 pkgsrc-2013Q2:1.1.0.36 pkgsrc-2013Q2-base:1.1 pkgsrc-2013Q1:1.1.0.34 pkgsrc-2013Q1-base:1.1 pkgsrc-2012Q4:1.1.0.32 pkgsrc-2012Q4-base:1.1 pkgsrc-2012Q3:1.1.0.30 pkgsrc-2012Q3-base:1.1 pkgsrc-2012Q2:1.1.0.28 pkgsrc-2012Q2-base:1.1 pkgsrc-2012Q1:1.1.0.26 pkgsrc-2012Q1-base:1.1 pkgsrc-2011Q4:1.1.0.24 pkgsrc-2011Q4-base:1.1 pkgsrc-2011Q3:1.1.0.22 pkgsrc-2011Q3-base:1.1 pkgsrc-2011Q2:1.1.0.20 pkgsrc-2011Q2-base:1.1 pkgsrc-2011Q1:1.1.0.18 pkgsrc-2011Q1-base:1.1 pkgsrc-2010Q4:1.1.0.16 pkgsrc-2010Q4-base:1.1 pkgsrc-2010Q3:1.1.0.14 pkgsrc-2010Q3-base:1.1 pkgsrc-2010Q2:1.1.0.12 pkgsrc-2010Q2-base:1.1 pkgsrc-2010Q1:1.1.0.10 pkgsrc-2010Q1-base:1.1 pkgsrc-2009Q4:1.1.0.8 pkgsrc-2009Q4-base:1.1 pkgsrc-2009Q3:1.1.0.6 pkgsrc-2009Q3-base:1.1 pkgsrc-2009Q2:1.1.0.4 pkgsrc-2009Q2-base:1.1 pkgsrc-2009Q1:1.1.0.2 pkgsrc-2009Q1-base:1.1; locks; strict; comment @# @; 1.2 date 2014.01.19.13.43.39; author wiz; state dead; branches; next 1.1; commitid diguw3XxIATJoJlx; 1.1 date 2009.02.16.16.49.16; author joerg; state Exp; branches; next ; desc @@ 1.2 log @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. @ text @$NetBSD: patch-aa,v 1.1 2009/02/16 16:49:16 joerg Exp $ --- setup.py.orig 2009-02-16 17:43:32.000000000 +0100 +++ setup.py @@@@ -1,2 +1,3 @@@@ #!/usr/bin/env python +# -*- coding: latin-1 # @ 1.1 log @Fix build with Python 2.5 due to missing source encoding. @ text @d1 1 a1 1 $NetBSD$ @