pkgsrc-Changes archive

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

CVS commit: pkgsrc/databases/py-dbf



Module Name:    pkgsrc
Committed By:   wiz
Date:           Wed Nov 24 09:51:28 UTC 2021

Added Files:
        pkgsrc/databases/py-dbf: DESCR Makefile PLIST distinfo

Log Message:
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.


To generate a diff of this commit:
cvs rdiff -u -r0 -r1.1 pkgsrc/databases/py-dbf/DESCR \
    pkgsrc/databases/py-dbf/Makefile pkgsrc/databases/py-dbf/PLIST \
    pkgsrc/databases/py-dbf/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Added files:

Index: pkgsrc/databases/py-dbf/DESCR
diff -u /dev/null pkgsrc/databases/py-dbf/DESCR:1.1
--- /dev/null   Wed Nov 24 09:51:28 2021
+++ pkgsrc/databases/py-dbf/DESCR       Wed Nov 24 09:51:28 2021
@@ -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.
Index: pkgsrc/databases/py-dbf/Makefile
diff -u /dev/null pkgsrc/databases/py-dbf/Makefile:1.1
--- /dev/null   Wed Nov 24 09:51:28 2021
+++ pkgsrc/databases/py-dbf/Makefile    Wed Nov 24 09:51:28 2021
@@ -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"
Index: pkgsrc/databases/py-dbf/PLIST
diff -u /dev/null pkgsrc/databases/py-dbf/PLIST:1.1
--- /dev/null   Wed Nov 24 09:51:28 2021
+++ pkgsrc/databases/py-dbf/PLIST       Wed Nov 24 09:51:28 2021
@@ -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
Index: pkgsrc/databases/py-dbf/distinfo
diff -u /dev/null pkgsrc/databases/py-dbf/distinfo:1.1
--- /dev/null   Wed Nov 24 09:51:28 2021
+++ pkgsrc/databases/py-dbf/distinfo    Wed Nov 24 09:51:28 2021
@@ -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