Update to version 0.4
This commit is contained in:
@@ -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}
|
||||
|
||||
@@ -1 +1 @@
|
||||
MD5 (csv-0.3.tar.gz) = 64f6e7edf397504c844a43c32718b9c0
|
||||
MD5 (csv-0.4.tar.gz) = 21ba65778262361580d524348108bd95
|
||||
|
||||
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user