Initial import of: py-cvs
A CSV reading module for Python.
This commit is contained in:
parent
5aed802ffe
commit
a71e3c1d80
4 changed files with 27 additions and 0 deletions
2
py-csv/DESCR
Normal file
2
py-csv/DESCR
Normal 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
19
py-csv/Makefile
Normal 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
2
py-csv/PLIST
Normal 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
4
py-csv/distinfo
Normal 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
|
Loading…
Reference in a new issue