pkgsrc-WIP-changes archive

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

py-fastparquet: Packaging changes



Module Name:	pkgsrc-wip
Committed By:	Matthew Danielson <matthewd%fastmail.us@localhost>
Pushed By:	matthewd
Date:		Sun Oct 23 18:44:50 2022 -0700
Changeset:	4743a276f3df909ae269d837d036240e62727bf0

Modified Files:
	py-fastparquet/Makefile
	py-fastparquet/PLIST

Log Message:
py-fastparquet:  Packaging changes

* build using egg.mk, to take advantage of testing infrastructure.

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

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

diffstat:
 py-fastparquet/Makefile |  2 +-
 py-fastparquet/PLIST    | 27 +++++++++++++++++++--------
 2 files changed, 20 insertions(+), 9 deletions(-)

diffs:
diff --git a/py-fastparquet/Makefile b/py-fastparquet/Makefile
index 1bb007622e..b45a720251 100644
--- a/py-fastparquet/Makefile
+++ b/py-fastparquet/Makefile
@@ -24,7 +24,7 @@ TEST_DEPENDS+=	${PYPKGPREFIX}-test-[0-9]*:../../devel/py-test
 TEST_DEPENDS+=	${PYPKGPREFIX}-test-runner-[0-9]*:../../devel/py-test-runner
 
 
-.include "../../lang/python/wheel.mk"
+.include "../../lang/python/egg.mk"
 .include "../../math/py-numpy/buildlink3.mk"
 .include "../../devel/py-cython/buildlink3.mk"
 .include "../../mk/bsd.pkg.mk"
diff --git a/py-fastparquet/PLIST b/py-fastparquet/PLIST
index e840ff49c2..643e6f8f13 100644
--- a/py-fastparquet/PLIST
+++ b/py-fastparquet/PLIST
@@ -1,43 +1,54 @@
 @comment $NetBSD$
-${PYSITELIB}/${WHEEL_INFODIR}/INSTALLER
-${PYSITELIB}/${WHEEL_INFODIR}/LICENSE
-${PYSITELIB}/${WHEEL_INFODIR}/METADATA
-${PYSITELIB}/${WHEEL_INFODIR}/RECORD
-${PYSITELIB}/${WHEEL_INFODIR}/REQUESTED
-${PYSITELIB}/${WHEEL_INFODIR}/WHEEL
-${PYSITELIB}/${WHEEL_INFODIR}/direct_url.json
-${PYSITELIB}/${WHEEL_INFODIR}/top_level.txt
+${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}/fastparquet/__init__.py
 ${PYSITELIB}/fastparquet/__init__.pyc
+${PYSITELIB}/fastparquet/__init__.pyo
 ${PYSITELIB}/fastparquet/api.py
 ${PYSITELIB}/fastparquet/api.pyc
+${PYSITELIB}/fastparquet/api.pyo
 ${PYSITELIB}/fastparquet/cencoding.c
 ${PYSITELIB}/fastparquet/cencoding.pyx
 ${PYSITELIB}/fastparquet/cencoding.so
 ${PYSITELIB}/fastparquet/compression.py
 ${PYSITELIB}/fastparquet/compression.pyc
+${PYSITELIB}/fastparquet/compression.pyo
 ${PYSITELIB}/fastparquet/converted_types.py
 ${PYSITELIB}/fastparquet/converted_types.pyc
+${PYSITELIB}/fastparquet/converted_types.pyo
 ${PYSITELIB}/fastparquet/core.py
 ${PYSITELIB}/fastparquet/core.pyc
+${PYSITELIB}/fastparquet/core.pyo
 ${PYSITELIB}/fastparquet/dataframe.py
 ${PYSITELIB}/fastparquet/dataframe.pyc
+${PYSITELIB}/fastparquet/dataframe.pyo
 ${PYSITELIB}/fastparquet/encoding.py
 ${PYSITELIB}/fastparquet/encoding.pyc
+${PYSITELIB}/fastparquet/encoding.pyo
 ${PYSITELIB}/fastparquet/parquet_thrift/__init__.py
 ${PYSITELIB}/fastparquet/parquet_thrift/__init__.pyc
+${PYSITELIB}/fastparquet/parquet_thrift/__init__.pyo
 ${PYSITELIB}/fastparquet/parquet_thrift/parquet/__init__.py
 ${PYSITELIB}/fastparquet/parquet_thrift/parquet/__init__.pyc
+${PYSITELIB}/fastparquet/parquet_thrift/parquet/__init__.pyo
 ${PYSITELIB}/fastparquet/parquet_thrift/parquet/ttypes.py
 ${PYSITELIB}/fastparquet/parquet_thrift/parquet/ttypes.pyc
+${PYSITELIB}/fastparquet/parquet_thrift/parquet/ttypes.pyo
 ${PYSITELIB}/fastparquet/schema.py
 ${PYSITELIB}/fastparquet/schema.pyc
+${PYSITELIB}/fastparquet/schema.pyo
 ${PYSITELIB}/fastparquet/speedups.c
 ${PYSITELIB}/fastparquet/speedups.pyx
 ${PYSITELIB}/fastparquet/speedups.so
 ${PYSITELIB}/fastparquet/thrift_structures.py
 ${PYSITELIB}/fastparquet/thrift_structures.pyc
+${PYSITELIB}/fastparquet/thrift_structures.pyo
 ${PYSITELIB}/fastparquet/util.py
 ${PYSITELIB}/fastparquet/util.pyc
+${PYSITELIB}/fastparquet/util.pyo
 ${PYSITELIB}/fastparquet/writer.py
 ${PYSITELIB}/fastparquet/writer.pyc
+${PYSITELIB}/fastparquet/writer.pyo


Home | Main Index | Thread Index | Old Index