pkgsrc-WIP-changes archive

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

Add pyXX-agate-dbf package



Module Name:	pkgsrc-wip
Committed By:	Aleksey Cheusov <vle%gmx.net@localhost>
Pushed By:	cheusov
Date:		Wed May 8 00:52:50 2024 +0400
Changeset:	157738c403e3c680311570944bd920b66ec32808

Modified Files:
	Makefile
Added Files:
	py-agate-dbf/DESCR
	py-agate-dbf/Makefile
	py-agate-dbf/PLIST
	py-agate-dbf/distinfo

Log Message:
Add pyXX-agate-dbf package

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=157738c403e3c680311570944bd920b66ec32808

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

diffstat:
 Makefile              |  1 +
 py-agate-dbf/DESCR    |  7 +++++++
 py-agate-dbf/Makefile | 21 +++++++++++++++++++++
 py-agate-dbf/PLIST    | 13 +++++++++++++
 py-agate-dbf/distinfo |  5 +++++
 5 files changed, 47 insertions(+)

diffs:
diff --git a/Makefile b/Makefile
index 8a4a529496..011b30b8fa 100644
--- a/Makefile
+++ b/Makefile
@@ -3204,6 +3204,7 @@ SUBDIR+=	py-aerocalc
 SUBDIR+=	py-affine
 SUBDIR+=	py-agaro
 SUBDIR+=	py-agate
+SUBDIR+=	py-agate-dbf
 SUBDIR+=	py-agate-excel
 SUBDIR+=	py-agate-sql
 SUBDIR+=	py-ahoy
diff --git a/py-agate-dbf/DESCR b/py-agate-dbf/DESCR
new file mode 100644
index 0000000000..6cf046029d
--- /dev/null
+++ b/py-agate-dbf/DESCR
@@ -0,0 +1,7 @@
+agate-dbf adds read support for dbf files to agate.
+
+Important links:
+    agate https://agate.rtfd.org
+    Documentation: https://agate-dbf.rtfd.org
+    Repository: https://github.com/wireservice/agate-dbf
+    Issues: https://github.com/wireservice/agate-dbf/issues
diff --git a/py-agate-dbf/Makefile b/py-agate-dbf/Makefile
new file mode 100644
index 0000000000..e8690990d6
--- /dev/null
+++ b/py-agate-dbf/Makefile
@@ -0,0 +1,21 @@
+# $NetBSD$
+
+DISTNAME=	agate-dbf-0.2.3
+PKGNAME=	${PYPKGPREFIX}-${DISTNAME}
+CATEGORIES=	databases python
+MASTER_SITES=	${MASTER_SITE_PYPI:=a/agate-dbf/}
+
+MAINTAINER=	pkgsrc-users%NetBSD.org@localhost
+HOMEPAGE=	https://agate-dbf.readthedocs.io/en/latest/
+COMMENT=	DBF read/write support to agate
+LICENSE=	mit
+
+DEPENDS+=	${PYPKGPREFIX}-agate-[0-9]*:../../wip/py-agate
+DEPENDS+=	${PYPKGPREFIX}-dbfread-[0-9]*:../../databases/py-dbfread
+
+USE_LANGUAGES=	# none
+
+#PYTHON_VERSIONS_INCOMPATIBLE=	27
+
+.include "../../lang/python/wheel.mk"
+.include "../../mk/bsd.pkg.mk"
diff --git a/py-agate-dbf/PLIST b/py-agate-dbf/PLIST
new file mode 100644
index 0000000000..e020a1780c
--- /dev/null
+++ b/py-agate-dbf/PLIST
@@ -0,0 +1,13 @@
+@comment $NetBSD$
+${PYSITELIB}/${WHEEL_INFODIR}/AUTHORS.rst
+${PYSITELIB}/${WHEEL_INFODIR}/COPYING
+${PYSITELIB}/${WHEEL_INFODIR}/METADATA
+${PYSITELIB}/${WHEEL_INFODIR}/RECORD
+${PYSITELIB}/${WHEEL_INFODIR}/WHEEL
+${PYSITELIB}/${WHEEL_INFODIR}/top_level.txt
+${PYSITELIB}/agatedbf/__init__.py
+${PYSITELIB}/agatedbf/__init__.pyc
+${PYSITELIB}/agatedbf/__init__.pyo
+${PYSITELIB}/agatedbf/table.py
+${PYSITELIB}/agatedbf/table.pyc
+${PYSITELIB}/agatedbf/table.pyo
diff --git a/py-agate-dbf/distinfo b/py-agate-dbf/distinfo
new file mode 100644
index 0000000000..7a42750204
--- /dev/null
+++ b/py-agate-dbf/distinfo
@@ -0,0 +1,5 @@
+$NetBSD$
+
+BLAKE2s (agate-dbf-0.2.3.tar.gz) = a72adc68d87b0772cdb37577efdd1cce4d1998ae5c5b714784d414140579f835
+SHA512 (agate-dbf-0.2.3.tar.gz) = c77df50b5d38c4f8b92414d6ed793b13b9c54c02235cba5793865c1f6a60dac5af99933763db7cdb807687bbc1a4efd123037c2ab6f402e850d5d57f0eab2190
+Size (agate-dbf-0.2.3.tar.gz) = 7440 bytes


Home | Main Index | Thread Index | Old Index