Add py-dbfread 2.0.5, read DBF files, returning data as native Python
objects.
This commit is contained in:
parent
b61c26c04a
commit
f57337c650
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=415333
@ -1223,6 +1223,7 @@
|
||||
SUBDIR += py-cloud_sptheme
|
||||
SUBDIR += py-creole
|
||||
SUBDIR += py-curator
|
||||
SUBDIR += py-dbfread
|
||||
SUBDIR += py-diff-match-patch
|
||||
SUBDIR += py-docutils
|
||||
SUBDIR += py-dsv
|
||||
|
19
textproc/py-dbfread/Makefile
Normal file
19
textproc/py-dbfread/Makefile
Normal file
@ -0,0 +1,19 @@
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= dbfread
|
||||
PORTVERSION= 2.0.5
|
||||
CATEGORIES= textproc python
|
||||
MASTER_SITES= CHEESESHOP
|
||||
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
||||
|
||||
MAINTAINER= matthew@FreeBSD.org
|
||||
COMMENT= Read DBF files, returning data as native Python objects
|
||||
|
||||
LICENSE= MIT
|
||||
|
||||
NO_ARCH= yes
|
||||
|
||||
USES= python
|
||||
USE_PYTHON= autoplist distutils
|
||||
|
||||
.include <bsd.port.mk>
|
3
textproc/py-dbfread/distinfo
Normal file
3
textproc/py-dbfread/distinfo
Normal file
@ -0,0 +1,3 @@
|
||||
TIMESTAMP = 1463409897
|
||||
SHA256 (dbfread-2.0.5.tar.gz) = 23d5d855c017f58a7a6127b24d96b7210bb1599ec9ac53aff29f81ae12eeaa64
|
||||
SIZE (dbfread-2.0.5.tar.gz) = 32491
|
8
textproc/py-dbfread/pkg-descr
Normal file
8
textproc/py-dbfread/pkg-descr
Normal file
@ -0,0 +1,8 @@
|
||||
Read DBF files with Python.
|
||||
|
||||
DBF is a file format used by databases such as dBase, Visual FoxPro
|
||||
and FoxBase+. This library reads DBF files and returns the data as
|
||||
native Python data types for further processing. It is primarily
|
||||
intended for batch jobs and one-off scripts.
|
||||
|
||||
WWW: https://github.com/olemb/dbfread
|
Loading…
Reference in New Issue
Block a user