Initial import of: py-cvs

A CSV reading module for Python.
This commit is contained in:
Marc Recht 2003-03-26 09:08:13 +00:00
parent 5aed802ffe
commit a71e3c1d80
4 changed files with 27 additions and 0 deletions

2
py-csv/DESCR Normal file
View File

@ -0,0 +1,2 @@
CSV module developed by Dave Cole. It provides a fast CSV
reading module for Python.

19
py-csv/Makefile Normal file
View File

@ -0,0 +1,19 @@
# $NetBSD: Makefile,v 1.1.1.1 2003/03/26 09:08:13 marc Exp $
#
DISTNAME= csv-1.0
PKGNAME= ${PYPKGPREFIX}-csv-1.0
CATEGORIES= textproc
MASTER_SITES= http://www.object-craft.com.au/projects/csv/download/
MAINTAINER= marc@informatik.uni-bremen.de
HOMEPAGE= http://www.object-craft.com.au/projects/csv/
COMMENT= CSV reading module for Python
USE_BUILDLINK2= YES
PYDISTUTILSPKG= yes
PYBINMODULE= yes
.include "../../lang/python/extension.mk"
.include "../../mk/bsd.pkg.mk"

2
py-csv/PLIST Normal file
View File

@ -0,0 +1,2 @@
@comment $NetBSD: PLIST,v 1.1.1.1 2003/03/26 09:08:13 marc Exp $
${PYSITELIB}/csv.so

4
py-csv/distinfo Normal file
View File

@ -0,0 +1,4 @@
$NetBSD: distinfo,v 1.1.1.1 2003/03/26 09:08:13 marc Exp $
SHA1 (csv-1.0.tar.gz) = c0586a665606b24ddffb700d23f50978a539d027
Size (csv-1.0.tar.gz) = 11417 bytes