Update to version 0.4

This commit is contained in:
Johann Visagie
2001-07-12 15:01:51 +00:00
parent 01e5f869a2
commit e6dff4dff5
3 changed files with 5 additions and 5 deletions

View File

@@ -6,7 +6,7 @@
#
PORTNAME= csv
PORTVERSION= 0.3
PORTVERSION= 0.4
CATEGORIES= textproc python
MASTER_SITES= http://object-craft.com.au/projects/csv/
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}

View File

@@ -1 +1 @@
MD5 (csv-0.3.tar.gz) = 64f6e7edf397504c844a43c32718b9c0
MD5 (csv-0.4.tar.gz) = 21ba65778262361580d524348108bd95

View File

@@ -1,5 +1,5 @@
A small, fast Python extension module - written in C - to parse or write
files in comma-separated value (CSV) format. It allows for the use of
A small, (very!) fast Python extension module - written in C - to parse or
write files in comma-separated value (CSV) format. It allows for the use of
alternative field separator characters (besides commas).
This module is documented only on its web site.
@@ -7,4 +7,4 @@ This module is documented only on its web site.
Author: Dave Cole <djc@object-craft.com.au>
WWW: http://object-craft.com.au/projects/csv/
-- Johann Visagie <johann@egenetics.com>
-- Johann Visagie <wjv@FreeBSD.org>