pkgsrc-WIP-changes archive

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

Add pyXX-agate-excel package



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

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

Log Message:
Add pyXX-agate-excel package

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

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

diffstat:
 Makefile                |  1 +
 py-agate-excel/DESCR    |  7 +++++++
 py-agate-excel/Makefile | 21 +++++++++++++++++++++
 py-agate-excel/PLIST    | 16 ++++++++++++++++
 py-agate-excel/distinfo |  5 +++++
 5 files changed, 50 insertions(+)

diffs:
diff --git a/Makefile b/Makefile
index 1c8821b282..ed85cb8509 100644
--- a/Makefile
+++ b/Makefile
@@ -3204,6 +3204,7 @@ SUBDIR+=	py-aerocalc
 SUBDIR+=	py-affine
 SUBDIR+=	py-agaro
 SUBDIR+=	py-agate
+SUBDIR+=	py-agate-excel
 SUBDIR+=	py-ahoy
 SUBDIR+=	py-aikif
 SUBDIR+=	py-aioconsole
diff --git a/py-agate-excel/DESCR b/py-agate-excel/DESCR
new file mode 100644
index 0000000000..f51ab3c0b3
--- /dev/null
+++ b/py-agate-excel/DESCR
@@ -0,0 +1,7 @@
+agate-excel adds read support for Excel files (xls and xlsx) to agate.
+
+Important links:
+    agate https://agate.rtfd.org
+    Documentation: https://agate-excel.rtfd.org
+    Repository: https://github.com/wireservice/agate-excel
+    Issues: https://github.com/wireservice/agate-excel/issues
diff --git a/py-agate-excel/Makefile b/py-agate-excel/Makefile
new file mode 100644
index 0000000000..0c1c455cd5
--- /dev/null
+++ b/py-agate-excel/Makefile
@@ -0,0 +1,21 @@
+# $NetBSD$
+
+DISTNAME=	agate-excel-0.4.1
+PKGNAME=	${PYPKGPREFIX}-${DISTNAME}
+CATEGORIES=	databases python
+MASTER_SITES=	${MASTER_SITE_PYPI:=a/agate-excel/}
+
+MAINTAINER=	pkgsrc-users%NetBSD.org@localhost
+HOMEPAGE=	https://agate-excel.readthedocs.io/
+COMMENT=	EXCEL read/write support to agate
+LICENSE=	mit
+
+DEPENDS+=	${PYPKGPREFIX}-agate-[0-9]*:../../wip/py-agate
+DEPENDS+=	${PYPKGPREFIX}-xlrd-[0-9]*:../../textproc/py-xlrd
+
+USE_LANGUAGES=	# none
+
+#PYTHON_VERSIONS_INCOMPATIBLE=	27
+
+.include "../../lang/python/wheel.mk"
+.include "../../mk/bsd.pkg.mk"
diff --git a/py-agate-excel/PLIST b/py-agate-excel/PLIST
new file mode 100644
index 0000000000..3c0bf7a3b3
--- /dev/null
+++ b/py-agate-excel/PLIST
@@ -0,0 +1,16 @@
+@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}/agateexcel/__init__.py
+${PYSITELIB}/agateexcel/__init__.pyc
+${PYSITELIB}/agateexcel/__init__.pyo
+${PYSITELIB}/agateexcel/table_xls.py
+${PYSITELIB}/agateexcel/table_xls.pyc
+${PYSITELIB}/agateexcel/table_xls.pyo
+${PYSITELIB}/agateexcel/table_xlsx.py
+${PYSITELIB}/agateexcel/table_xlsx.pyc
+${PYSITELIB}/agateexcel/table_xlsx.pyo
diff --git a/py-agate-excel/distinfo b/py-agate-excel/distinfo
new file mode 100644
index 0000000000..a4f13eac89
--- /dev/null
+++ b/py-agate-excel/distinfo
@@ -0,0 +1,5 @@
+$NetBSD$
+
+BLAKE2s (agate-excel-0.4.1.tar.gz) = d45834f62b807e9bc489c83a72409c09066acf34c9533397a0a2ecd9d90b413d
+SHA512 (agate-excel-0.4.1.tar.gz) = 934e8c0416df2e57b617095454aca14e202df1301779814841934452faf672e27a65628efee344df2873bece3731435fa40a6831321ed59a606810bd472d23b8
+Size (agate-excel-0.4.1.tar.gz) = 271433 bytes


Home | Main Index | Thread Index | Old Index