summaryrefslogtreecommitdiff
path: root/geography/py-proj
diff options
context:
space:
mode:
authorrillig <rillig>2006-09-06 09:54:39 +0000
committerrillig <rillig>2006-09-06 09:54:39 +0000
commit44dfd2a68d6d26056e161023fedb90969bc00a11 (patch)
tree76b599ff570d4ea2b86c83edf1b1c6fdca4cb5da /geography/py-proj
parent2223b80e1ea613330ae6fc98cb1225351e43f488 (diff)
downloadpkgsrc-44dfd2a68d6d26056e161023fedb90969bc00a11.tar.gz
Fixed pkglint warnings.
Diffstat (limited to 'geography/py-proj')
-rw-r--r--geography/py-proj/DESCR4
-rw-r--r--geography/py-proj/Makefile4
2 files changed, 4 insertions, 4 deletions
diff --git a/geography/py-proj/DESCR b/geography/py-proj/DESCR
index 1d78df27664..7979e882ec7 100644
--- a/geography/py-proj/DESCR
+++ b/geography/py-proj/DESCR
@@ -1,3 +1,3 @@
This package provides a Pyrex wrapper to provide python interfaces to
-PROJ.4 (http://proj.maptools.org) functions for coordinate transformation.
-
+PROJ.4 (http://proj.maptools.org) functions for coordinate
+transformation.
diff --git a/geography/py-proj/Makefile b/geography/py-proj/Makefile
index f9c60b25b1e..a14c443c908 100644
--- a/geography/py-proj/Makefile
+++ b/geography/py-proj/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.3 2006/08/23 11:18:50 joerg Exp $
+# $NetBSD: Makefile,v 1.4 2006/09/06 09:54:39 rillig Exp $
#
DISTNAME= pyproj-1.7.2
@@ -8,7 +8,7 @@ MASTER_SITES= http://www.cdc.noaa.gov/people/jeffrey.s.whitaker/python/
MAINTAINER= gdt@NetBSD.org
HOMEPAGE= http://www.cdc.noaa.gov/people/jeffrey.s.whitaker/python/
-COMMENT= python wrapper for proj
+COMMENT= Python wrapper for proj
PYDISTUTILSPKG= true
PYTHON_VERSIONS_ACCEPTED= 23 24