From 958c3d355979a79fb6aa9cba7182c6889fb76ad4 Mon Sep 17 00:00:00 2001 From: bsiegert Date: Sun, 7 Jul 2019 09:30:52 +0000 Subject: Add a package for py-dbfread-2.0.7. From David Weller-Fahy in PR pkg/54340. DBF is a file format used by databases such 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. --- databases/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'databases/Makefile') diff --git a/databases/Makefile b/databases/Makefile index 2dd6af25700..a9eca9c8668 100644 --- a/databases/Makefile +++ b/databases/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.582 2019/06/28 16:31:31 gdt Exp $ +# $NetBSD: Makefile,v 1.583 2019/07/07 09:30:52 bsiegert Exp $ COMMENT= Databases @@ -344,6 +344,7 @@ SUBDIR+= py-ckanclient SUBDIR+= py-couchdb SUBDIR+= py-cx_Oracle SUBDIR+= py-datapkg +SUBDIR+= py-dbfread SUBDIR+= py-elasticsearch SUBDIR+= py-elixir SUBDIR+= py-gdbm -- cgit v1.2.3