diff options
author | wiz <wiz@pkgsrc.org> | 2014-01-25 09:02:06 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2014-01-25 09:02:06 +0000 |
commit | 4cecfa01dd5d87b1475c5468c5d345b1e7288698 (patch) | |
tree | baeee8cf5b37466fd4f5f7c1a71e6bf3778558e5 /graphics/py-gdchart/Makefile | |
parent | c367c908280d3e57bf9cef90b573ad5217eaf3b9 (diff) | |
download | pkgsrc-4cecfa01dd5d87b1475c5468c5d345b1e7288698.tar.gz |
Update HOMEPAGE. Mark as not ready for python-3.x.
Diffstat (limited to 'graphics/py-gdchart/Makefile')
-rw-r--r-- | graphics/py-gdchart/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/graphics/py-gdchart/Makefile b/graphics/py-gdchart/Makefile index f0c98ba1a68..dd2e2dc2ff9 100644 --- a/graphics/py-gdchart/Makefile +++ b/graphics/py-gdchart/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.36 2013/09/04 12:31:25 obache Exp $ +# $NetBSD: Makefile,v 1.37 2014/01/25 09:02:06 wiz Exp $ DISTNAME= gdchart-py-0.6 PKGNAME= ${PYPKGPREFIX}-gdchart-0.6 @@ -7,7 +7,7 @@ CATEGORIES= graphics python MASTER_SITES= http://www.nullcube.com/software/pygdchart.html MAINTAINER= pkgsrc-users@NetBSD.org -HOMEPAGE= http://athani.pair.com/msteed/software/gdchart/ +HOMEPAGE= http://users.fred.net/brv/chart/ COMMENT= Python interface to GDChart USE_TOOLS+= gmake @@ -21,6 +21,7 @@ MODULE_FILES= chart.py gdchart.so EXAMPLE_FILES= test.html test.py CHANGES EXAMPLE_DIR= ${PREFIX}/share/examples/${PYPKGPREFIX}-gdchart PY_PATCHPLIST= yes +PYTHON_VERSIONS_INCOMPATIBLE= 33 # not yet ported as of 0.6 INSTALLATION_DIRS= ${PYSITELIB:S/^${PREFIX}\///} |