pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/databases/py-dbf databases/py-dbf: import py-dbf-0.99.1



details:   https://anonhg.NetBSD.org/pkgsrc/rev/35a1e917fd49
branches:  trunk
changeset: 770057:35a1e917fd49
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Wed Nov 24 09:51:28 2021 +0000

description:
databases/py-dbf: import py-dbf-0.99.1

Currently supports dBase III, Clipper, FoxPro, and Visual FoxPro
tables. Text is returned as unicode, and codepage settings in tables
are honored. Memos and Null fields are supported. Documentation
needs work, but author is very responsive to e-mails.

Not supported: index files (but can create tempory non-file indexes),
auto-incrementing fields, and Varchar fields.

diffstat:

 databases/py-dbf/DESCR    |   7 +++++++
 databases/py-dbf/Makefile |  18 ++++++++++++++++++
 databases/py-dbf/PLIST    |  16 ++++++++++++++++
 databases/py-dbf/distinfo |   5 +++++
 4 files changed, 46 insertions(+), 0 deletions(-)

diffs (62 lines):

diff -r 84ed496ffe1f -r 35a1e917fd49 databases/py-dbf/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/databases/py-dbf/DESCR    Wed Nov 24 09:51:28 2021 +0000
@@ -0,0 +1,7 @@
+Currently supports dBase III, Clipper, FoxPro, and Visual FoxPro
+tables. Text is returned as unicode, and codepage settings in tables
+are honored. Memos and Null fields are supported. Documentation
+needs work, but author is very responsive to e-mails.
+
+Not supported: index files (but can create tempory non-file indexes),
+auto-incrementing fields, and Varchar fields.
diff -r 84ed496ffe1f -r 35a1e917fd49 databases/py-dbf/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/databases/py-dbf/Makefile Wed Nov 24 09:51:28 2021 +0000
@@ -0,0 +1,18 @@
+# $NetBSD: Makefile,v 1.1 2021/11/24 09:51:28 wiz Exp $
+
+DISTNAME=      dbf-0.99.1
+PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
+CATEGORIES=    databases python
+MASTER_SITES=  ${MASTER_SITE_PYPI:=d/dbf/}
+
+MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
+HOMEPAGE=      https://github.com/ethanfurman/dbf
+COMMENT=       Pure python package for reading/writing dBase, FoxPro, and Visual FoxPro .dbf files
+LICENSE=       modified-bsd
+
+DEPENDS+=      ${PYPKGPREFIX}-aenum-[0-9]*:../../devel/py-aenum
+
+USE_LANGUAGES= # none
+
+.include "../../lang/python/egg.mk"
+.include "../../mk/bsd.pkg.mk"
diff -r 84ed496ffe1f -r 35a1e917fd49 databases/py-dbf/PLIST
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/databases/py-dbf/PLIST    Wed Nov 24 09:51:28 2021 +0000
@@ -0,0 +1,16 @@
+@comment $NetBSD: PLIST,v 1.1 2021/11/24 09:51:28 wiz Exp $
+${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
+${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
+${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt
+${PYSITELIB}/${EGG_INFODIR}/requires.txt
+${PYSITELIB}/${EGG_INFODIR}/top_level.txt
+${PYSITELIB}/dbf/LICENSE
+${PYSITELIB}/dbf/README.md
+${PYSITELIB}/dbf/WHATSNEW
+${PYSITELIB}/dbf/__init__.py
+${PYSITELIB}/dbf/__init__.pyc
+${PYSITELIB}/dbf/__init__.pyo
+${PYSITELIB}/dbf/_index.py
+${PYSITELIB}/dbf/test.py
+${PYSITELIB}/dbf/test.pyc
+${PYSITELIB}/dbf/test.pyo
diff -r 84ed496ffe1f -r 35a1e917fd49 databases/py-dbf/distinfo
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/databases/py-dbf/distinfo Wed Nov 24 09:51:28 2021 +0000
@@ -0,0 +1,5 @@
+$NetBSD: distinfo,v 1.1 2021/11/24 09:51:28 wiz Exp $
+
+BLAKE2s (dbf-0.99.1.tar.gz) = 727d82a0012f0646a2b9a67da7ba08bd1a21c3eb2528ee6a511815f26c53ce44
+SHA512 (dbf-0.99.1.tar.gz) = 15e255dc887b6c6ded1e4e626483d4368e4de01e064a2345ac37e93103787ced3647592302aacdc55fc5925038a857c5f61e830692be6655b5ab2cd2aeb15a92
+Size (dbf-0.99.1.tar.gz) = 104251 bytes



Home | Main Index | Thread Index | Old Index