diff options
author | wiz <wiz@pkgsrc.org> | 2007-02-22 19:26:05 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2007-02-22 19:26:05 +0000 |
commit | 840ce94382a2b453f8e23aaa7f4b47e17540cf78 (patch) | |
tree | fae33b1f36c87708a527346fcfbac7913893ed98 /net/py-google | |
parent | 6ec0551db2bce57c311ad995aa1d22786cfe926d (diff) | |
download | pkgsrc-840ce94382a2b453f8e23aaa7f4b47e17540cf78.tar.gz |
Whitespace cleanup, courtesy of pkglint.
Patch provided by Sergey Svishchev in private mail.
Diffstat (limited to 'net/py-google')
-rw-r--r-- | net/py-google/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net/py-google/Makefile b/net/py-google/Makefile index cefb5889281..4ca205c489d 100644 --- a/net/py-google/Makefile +++ b/net/py-google/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.26 2006/06/07 16:56:08 joerg Exp $ +# $NetBSD: Makefile,v 1.27 2007/02/22 19:26:59 wiz Exp $ # DISTNAME= pygoogle-0.6 @@ -13,7 +13,7 @@ COMMENT= Call the Google web API from Python PYDISTUTILSPKG= yes -PYTHON_VERSIONS_ACCEPTED= 24 23 22 +PYTHON_VERSIONS_ACCEPTED= 24 23 22 .include "../../lang/python/extension.mk" .include "../../net/py-soappy/buildlink3.mk" |