pkgsrc-WIP-changes archive

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

py-hkdf, py-tables: removed; already in base



Module Name:	pkgsrc-wip
Committed By:	Adam Ciarciński <aciarcinski%teonite.com@localhost>
Pushed By:	adam
Date:		Thu Dec 26 22:13:36 2024 +0100
Changeset:	7a7891e867311e4d1c6f4030c14ed3ee715452a9

Modified Files:
	Makefile
Removed Files:
	py-hkdf/DESCR
	py-hkdf/Makefile
	py-hkdf/PLIST
	py-hkdf/distinfo
	py-tables/ALTERNATIVES
	py-tables/DESCR
	py-tables/Makefile
	py-tables/PLIST
	py-tables/distinfo
	py-tables/patches/patch-setup.py

Log Message:
py-hkdf, py-tables: removed; already in base

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

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

diffstat:
 Makefile                         |   2 -
 py-hkdf/DESCR                    |   7 -
 py-hkdf/Makefile                 |  18 ---
 py-hkdf/PLIST                    |   8 -
 py-hkdf/distinfo                 |   5 -
 py-tables/ALTERNATIVES           |   4 -
 py-tables/DESCR                  |   7 -
 py-tables/Makefile               |  46 ------
 py-tables/PLIST                  | 320 ---------------------------------------
 py-tables/distinfo               |   6 -
 py-tables/patches/patch-setup.py |  54 -------
 11 files changed, 477 deletions(-)

diffs:
diff --git a/Makefile b/Makefile
index 167b0453b1..685d50ba5b 100644
--- a/Makefile
+++ b/Makefile
@@ -3900,7 +3900,6 @@ SUBDIR+=	py-hidapi-git
 SUBDIR+=	py-hieroglyph
 SUBDIR+=	py-hiphive
 SUBDIR+=	py-hiredis
-SUBDIR+=	py-hkdf
 SUBDIR+=	py-hmf
 SUBDIR+=	py-hmmlearn
 SUBDIR+=	py-holoviews
@@ -4740,7 +4739,6 @@ SUBDIR+=	py-sympy-to-c
 SUBDIR+=	py-sympy2c
 SUBDIR+=	py-sympycore
 SUBDIR+=	py-t3m
-SUBDIR+=	py-tables
 SUBDIR+=	py-tablib-garetjax
 SUBDIR+=	py-tagger
 SUBDIR+=	py-taglib
diff --git a/py-hkdf/DESCR b/py-hkdf/DESCR
deleted file mode 100644
index ed0ec8abbf..0000000000
--- a/py-hkdf/DESCR
+++ /dev/null
@@ -1,7 +0,0 @@
-This module implements the HMAC Key Derivation function, defined at
-
-    http://tools.ietf.org/html/draft-krawczyk-hkdf-01
-
-There are two interfaces: a functional interface, with separate extract
-and expand functions as defined in the draft RFC, and a wrapper class
-for these functions.
diff --git a/py-hkdf/Makefile b/py-hkdf/Makefile
deleted file mode 100644
index d474485ac0..0000000000
--- a/py-hkdf/Makefile
+++ /dev/null
@@ -1,18 +0,0 @@
-# $NetBSD$
-
-DISTNAME=	hkdf-0.0.3
-PKGNAME=	${PYPKGPREFIX}-${DISTNAME}
-CATEGORIES=	security python
-MASTER_SITES=	${MASTER_SITE_PYPI:=h/hkdf/}
-
-MAINTAINER=	pkgsrc-users%NetBSD.org@localhost
-HOMEPAGE=	https://github.com/casebeer/python-hkdf
-COMMENT=	HMAC-based Extract-and-Expand Key Derivation Function (HKDF; RFC 5869)
-LICENSE=	2-clause-bsd
-
-# This package does not have any tests.
-do-test:
-	${DO_NADA}
-
-.include "../../lang/python/egg.mk"
-.include "../../mk/bsd.pkg.mk"
diff --git a/py-hkdf/PLIST b/py-hkdf/PLIST
deleted file mode 100644
index ce2169340e..0000000000
--- a/py-hkdf/PLIST
+++ /dev/null
@@ -1,8 +0,0 @@
-@comment $NetBSD$
-${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
-${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
-${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt
-${PYSITELIB}/${EGG_INFODIR}/top_level.txt
-${PYSITELIB}/hkdf.py
-${PYSITELIB}/hkdf.pyc
-${PYSITELIB}/hkdf.pyo
diff --git a/py-hkdf/distinfo b/py-hkdf/distinfo
deleted file mode 100644
index 7063debddd..0000000000
--- a/py-hkdf/distinfo
+++ /dev/null
@@ -1,5 +0,0 @@
-$NetBSD$
-
-RMD160 (hkdf-0.0.3.tar.gz) = 655173ded611e8c58a3d05225bc18aa2c6896bd7
-SHA512 (hkdf-0.0.3.tar.gz) = c58f9310c151f8d710998d019221713ec71ac8083c42300f5e77326c7b35be341263c40fb485402937c381a6435cbd9899c8d32846a50d1d1e6a4d3e61f58c7d
-Size (hkdf-0.0.3.tar.gz) = 3959 bytes
diff --git a/py-tables/ALTERNATIVES b/py-tables/ALTERNATIVES
deleted file mode 100644
index 387614891f..0000000000
--- a/py-tables/ALTERNATIVES
+++ /dev/null
@@ -1,4 +0,0 @@
-bin/pt2to3 @PREFIX@/bin/pt2to3-@PYVERSSUFFIX@
-bin/ptdump @PREFIX@/bin/ptdump-@PYVERSSUFFIX@
-bin/ptrepack @PREFIX@/bin/ptrepack-@PYVERSSUFFIX@
-bin/pttree @PREFIX@/bin/pttree-@PYVERSSUFFIX@
diff --git a/py-tables/DESCR b/py-tables/DESCR
deleted file mode 100644
index 2c7ac9b573..0000000000
--- a/py-tables/DESCR
+++ /dev/null
@@ -1,7 +0,0 @@
-PyTables is a hierarchical database package designed to efficiently
-manage very large amounts of data. PyTables is built on top of the
-HDF5 library and the numarray package. It features an object-oriented
-interface that, combined with natural naming and C-code generated from
-Pyrex sources, makes it a fast, yet extremely easy-to-use tool for
-interactively saving and retrieving very large amounts of data.  It also
-provides flexible indexed access on disk to anywhere in the data.
diff --git a/py-tables/Makefile b/py-tables/Makefile
deleted file mode 100644
index bfd6365bf2..0000000000
--- a/py-tables/Makefile
+++ /dev/null
@@ -1,46 +0,0 @@
-# $NetBSD: Makefile,v 1.21 2024/11/11 07:28:43 wiz Exp $
-
-DISTNAME=	tables-3.10.1
-PKGNAME=	${PYPKGPREFIX}-${DISTNAME}
-CATEGORIES=	math python
-MASTER_SITES=	${MASTER_SITE_PYPI:=t/tables/}
-
-MAINTAINER=	pkgsrc-users%NetBSD.org@localhost
-HOMEPAGE=	https://www.pytables.org/
-COMMENT=	Database package for large amounts of data
-LICENSE=	modified-bsd
-
-TOOL_DEPENDS+=	${PYPKGPREFIX}-cython>=0.29.32:../../devel/py-cython
-TOOL_DEPENDS+=	${PYPKGPREFIX}-setuptools>=61.0.0:../../devel/py-setuptools
-DEPENDS+=	${PYPKGPREFIX}-cpuinfo-[0-9]*:../../sysutils/py-cpuinfo
-DEPENDS+=	${PYPKGPREFIX}-packaging-[0-9]*:../../devel/py-packaging
-DEPENDS+=	${PYPKGPREFIX}-numexpr>=2.6.2:../../math/py-numexpr
-DEPENDS+=	${PYPKGPREFIX}-typing-extensions>=4.4.0:../../devel/py-typing-extensions
-
-USE_LANGUAGES=	c c++
-
-post-install:
-	cd ${DESTDIR}${PREFIX}/bin && \
-	${MV} pt2to3 pt2to3-${PYVERSSUFFIX} && \
-	${MV} ptdump ptdump-${PYVERSSUFFIX} && \
-	${MV} ptrepack ptrepack-${PYVERSSUFFIX} && \
-	${MV} pttree pttree-${PYVERSSUFFIX} || ${TRUE}
-
-# needs to be installed first
-# as of 3.10.1
-# FAILED (errors=314, skipped=59)
-# many with
-# FileNotFoundError: [Errno 2] No such file or directory: '/home/pbulk/.pytables-cpuinfo.json'
-do-test:
-	${PYTHONBIN} -m tables.tests.test_all
-
-.include "../../archivers/bzip2/buildlink3.mk"
-.include "../../archivers/lzo/buildlink3.mk"
-.include "../../devel/blosc/buildlink3.mk"
-.include "../../devel/blosc2/buildlink3.mk"
-.include "../../devel/hdf5/buildlink3.mk"
-.include "../../devel/zlib/buildlink3.mk"
-BUILDLINK_API_DEPENDS.py-numpy+=	${PYPKGPREFIX}-numpy>=2.0
-.include "../../math/py-numpy/buildlink3.mk"
-.include "../../lang/python/wheel.mk"
-.include "../../mk/bsd.pkg.mk"
diff --git a/py-tables/PLIST b/py-tables/PLIST
deleted file mode 100644
index 41add40a0b..0000000000
--- a/py-tables/PLIST
+++ /dev/null
@@ -1,320 +0,0 @@
-@comment $NetBSD: PLIST,v 1.6 2024/10/23 22:55:52 wiz Exp $
-bin/pt2to3-${PYVERSSUFFIX}
-bin/ptdump-${PYVERSSUFFIX}
-bin/ptrepack-${PYVERSSUFFIX}
-bin/pttree-${PYVERSSUFFIX}
-${PYSITELIB}/${WHEEL_INFODIR}/LICENSE.txt
-${PYSITELIB}/${WHEEL_INFODIR}/METADATA
-${PYSITELIB}/${WHEEL_INFODIR}/RECORD
-${PYSITELIB}/${WHEEL_INFODIR}/WHEEL
-${PYSITELIB}/${WHEEL_INFODIR}/entry_points.txt
-${PYSITELIB}/${WHEEL_INFODIR}/top_level.txt
-${PYSITELIB}/tables/__init__.py
-${PYSITELIB}/tables/__init__.pyc
-${PYSITELIB}/tables/__init__.pyo
-${PYSITELIB}/tables/_comp_bzip2.pyx
-${PYSITELIB}/tables/_comp_bzip2.so
-${PYSITELIB}/tables/_comp_lzo.pyx
-${PYSITELIB}/tables/_comp_lzo.so
-${PYSITELIB}/tables/_version.py
-${PYSITELIB}/tables/_version.pyc
-${PYSITELIB}/tables/_version.pyo
-${PYSITELIB}/tables/array.py
-${PYSITELIB}/tables/array.pyc
-${PYSITELIB}/tables/array.pyo
-${PYSITELIB}/tables/atom.py
-${PYSITELIB}/tables/atom.pyc
-${PYSITELIB}/tables/atom.pyo
-${PYSITELIB}/tables/attributeset.py
-${PYSITELIB}/tables/attributeset.pyc
-${PYSITELIB}/tables/attributeset.pyo
-${PYSITELIB}/tables/carray.py
-${PYSITELIB}/tables/carray.pyc
-${PYSITELIB}/tables/carray.pyo
-${PYSITELIB}/tables/conditions.py
-${PYSITELIB}/tables/conditions.pyc
-${PYSITELIB}/tables/conditions.pyo
-${PYSITELIB}/tables/definitions.pxd
-${PYSITELIB}/tables/description.py
-${PYSITELIB}/tables/description.pyc
-${PYSITELIB}/tables/description.pyo
-${PYSITELIB}/tables/earray.py
-${PYSITELIB}/tables/earray.pyc
-${PYSITELIB}/tables/earray.pyo
-${PYSITELIB}/tables/exceptions.py
-${PYSITELIB}/tables/exceptions.pyc
-${PYSITELIB}/tables/exceptions.pyo
-${PYSITELIB}/tables/expression.py
-${PYSITELIB}/tables/expression.pyc
-${PYSITELIB}/tables/expression.pyo
-${PYSITELIB}/tables/file.py
-${PYSITELIB}/tables/file.pyc
-${PYSITELIB}/tables/file.pyo
-${PYSITELIB}/tables/filters.py
-${PYSITELIB}/tables/filters.pyc
-${PYSITELIB}/tables/filters.pyo
-${PYSITELIB}/tables/flavor.py
-${PYSITELIB}/tables/flavor.pyc
-${PYSITELIB}/tables/flavor.pyo
-${PYSITELIB}/tables/group.py
-${PYSITELIB}/tables/group.pyc
-${PYSITELIB}/tables/group.pyo
-${PYSITELIB}/tables/hdf5extension.pxd
-${PYSITELIB}/tables/hdf5extension.pyx
-${PYSITELIB}/tables/hdf5extension.so
-${PYSITELIB}/tables/idxutils.py
-${PYSITELIB}/tables/idxutils.pyc
-${PYSITELIB}/tables/idxutils.pyo
-${PYSITELIB}/tables/index.py
-${PYSITELIB}/tables/index.pyc
-${PYSITELIB}/tables/index.pyo
-${PYSITELIB}/tables/indexes.py
-${PYSITELIB}/tables/indexes.pyc
-${PYSITELIB}/tables/indexes.pyo
-${PYSITELIB}/tables/indexesextension.pyx
-${PYSITELIB}/tables/indexesextension.so
-${PYSITELIB}/tables/leaf.py
-${PYSITELIB}/tables/leaf.pyc
-${PYSITELIB}/tables/leaf.pyo
-${PYSITELIB}/tables/link.py
-${PYSITELIB}/tables/link.pyc
-${PYSITELIB}/tables/link.pyo
-${PYSITELIB}/tables/linkextension.pyx
-${PYSITELIB}/tables/linkextension.so
-${PYSITELIB}/tables/lrucacheextension.pxd
-${PYSITELIB}/tables/lrucacheextension.pyx
-${PYSITELIB}/tables/lrucacheextension.so
-${PYSITELIB}/tables/misc/__init__.py
-${PYSITELIB}/tables/misc/__init__.pyc
-${PYSITELIB}/tables/misc/__init__.pyo
-${PYSITELIB}/tables/misc/enum.py
-${PYSITELIB}/tables/misc/enum.pyc
-${PYSITELIB}/tables/misc/enum.pyo
-${PYSITELIB}/tables/misc/proxydict.py
-${PYSITELIB}/tables/misc/proxydict.pyc
-${PYSITELIB}/tables/misc/proxydict.pyo
-${PYSITELIB}/tables/node.py
-${PYSITELIB}/tables/node.pyc
-${PYSITELIB}/tables/node.pyo
-${PYSITELIB}/tables/nodes/__init__.py
-${PYSITELIB}/tables/nodes/__init__.pyc
-${PYSITELIB}/tables/nodes/__init__.pyo
-${PYSITELIB}/tables/nodes/filenode.py
-${PYSITELIB}/tables/nodes/filenode.pyc
-${PYSITELIB}/tables/nodes/filenode.pyo
-${PYSITELIB}/tables/nodes/tests/__init__.py
-${PYSITELIB}/tables/nodes/tests/__init__.pyc
-${PYSITELIB}/tables/nodes/tests/__init__.pyo
-${PYSITELIB}/tables/nodes/tests/test_filenode.dat
-${PYSITELIB}/tables/nodes/tests/test_filenode.py
-${PYSITELIB}/tables/nodes/tests/test_filenode.pyc
-${PYSITELIB}/tables/nodes/tests/test_filenode.pyo
-${PYSITELIB}/tables/nodes/tests/test_filenode.xbm
-${PYSITELIB}/tables/nodes/tests/test_filenode_v1.h5
-${PYSITELIB}/tables/parameters.py
-${PYSITELIB}/tables/parameters.pyc
-${PYSITELIB}/tables/parameters.pyo
-${PYSITELIB}/tables/path.py
-${PYSITELIB}/tables/path.pyc
-${PYSITELIB}/tables/path.pyo
-${PYSITELIB}/tables/registry.py
-${PYSITELIB}/tables/registry.pyc
-${PYSITELIB}/tables/registry.pyo
-${PYSITELIB}/tables/req_versions.py
-${PYSITELIB}/tables/req_versions.pyc
-${PYSITELIB}/tables/req_versions.pyo
-${PYSITELIB}/tables/scripts/__init__.py
-${PYSITELIB}/tables/scripts/__init__.pyc
-${PYSITELIB}/tables/scripts/__init__.pyo
-${PYSITELIB}/tables/scripts/pt2to3.py
-${PYSITELIB}/tables/scripts/pt2to3.pyc
-${PYSITELIB}/tables/scripts/pt2to3.pyo
-${PYSITELIB}/tables/scripts/ptdump.py
-${PYSITELIB}/tables/scripts/ptdump.pyc
-${PYSITELIB}/tables/scripts/ptdump.pyo
-${PYSITELIB}/tables/scripts/ptrepack.py
-${PYSITELIB}/tables/scripts/ptrepack.pyc
-${PYSITELIB}/tables/scripts/ptrepack.pyo
-${PYSITELIB}/tables/scripts/pttree.py
-${PYSITELIB}/tables/scripts/pttree.pyc
-${PYSITELIB}/tables/scripts/pttree.pyo
-${PYSITELIB}/tables/table.py
-${PYSITELIB}/tables/table.pyc
-${PYSITELIB}/tables/table.pyo
-${PYSITELIB}/tables/tableextension.pyx
-${PYSITELIB}/tables/tableextension.so
-${PYSITELIB}/tables/tests/Table2_1_lzo_nrv2e_shuffle.h5
-${PYSITELIB}/tables/tests/Tables_lzo1.h5
-${PYSITELIB}/tables/tests/Tables_lzo1_shuffle.h5
-${PYSITELIB}/tables/tests/Tables_lzo2.h5
-${PYSITELIB}/tables/tests/Tables_lzo2_shuffle.h5
-${PYSITELIB}/tables/tests/__init__.py
-${PYSITELIB}/tables/tests/__init__.pyc
-${PYSITELIB}/tables/tests/__init__.pyo
-${PYSITELIB}/tables/tests/array_mdatom.h5
-${PYSITELIB}/tables/tests/attr-u16.h5
-${PYSITELIB}/tables/tests/b2nd-no-chunkshape.h5
-${PYSITELIB}/tables/tests/blosc_bigendian.h5
-${PYSITELIB}/tables/tests/bug-idx.h5
-${PYSITELIB}/tables/tests/check_leaks.py
-${PYSITELIB}/tables/tests/check_leaks.pyc
-${PYSITELIB}/tables/tests/check_leaks.pyo
-${PYSITELIB}/tables/tests/common.py
-${PYSITELIB}/tables/tests/common.pyc
-${PYSITELIB}/tables/tests/common.pyo
-${PYSITELIB}/tables/tests/create_backcompat_indexes.py
-${PYSITELIB}/tables/tests/create_backcompat_indexes.pyc
-${PYSITELIB}/tables/tests/create_backcompat_indexes.pyo
-${PYSITELIB}/tables/tests/elink.h5
-${PYSITELIB}/tables/tests/elink2.h5
-${PYSITELIB}/tables/tests/ex-noattr.h5
-${PYSITELIB}/tables/tests/flavored_vlarrays-format1.6.h5
-${PYSITELIB}/tables/tests/float.h5
-${PYSITELIB}/tables/tests/idx-std-1.x.h5
-${PYSITELIB}/tables/tests/indexes_2_0.h5
-${PYSITELIB}/tables/tests/indexes_2_1.h5
-${PYSITELIB}/tables/tests/issue_368.h5
-${PYSITELIB}/tables/tests/issue_560.h5
-${PYSITELIB}/tables/tests/itemsize.h5
-${PYSITELIB}/tables/tests/matlab_file.mat
-${PYSITELIB}/tables/tests/nested-type-with-gaps.h5
-${PYSITELIB}/tables/tests/non-chunked-table.h5
-${PYSITELIB}/tables/tests/oldflavor_numeric.h5
-${PYSITELIB}/tables/tests/out_of_order_types.h5
-${PYSITELIB}/tables/tests/python2.h5
-${PYSITELIB}/tables/tests/python3.h5
-${PYSITELIB}/tables/tests/scalar.h5
-${PYSITELIB}/tables/tests/slink.h5
-${PYSITELIB}/tables/tests/smpl_SDSextendible.h5
-${PYSITELIB}/tables/tests/smpl_compound_chunked.h5
-${PYSITELIB}/tables/tests/smpl_enum.h5
-${PYSITELIB}/tables/tests/smpl_f64be.h5
-${PYSITELIB}/tables/tests/smpl_f64le.h5
-${PYSITELIB}/tables/tests/smpl_i32be.h5
-${PYSITELIB}/tables/tests/smpl_i32le.h5
-${PYSITELIB}/tables/tests/smpl_i64be.h5
-${PYSITELIB}/tables/tests/smpl_i64le.h5
-${PYSITELIB}/tables/tests/smpl_unsupptype.h5
-${PYSITELIB}/tables/tests/test_all.py
-${PYSITELIB}/tables/tests/test_all.pyc
-${PYSITELIB}/tables/tests/test_all.pyo
-${PYSITELIB}/tables/tests/test_array.py
-${PYSITELIB}/tables/tests/test_array.pyc
-${PYSITELIB}/tables/tests/test_array.pyo
-${PYSITELIB}/tables/tests/test_attributes.py
-${PYSITELIB}/tables/tests/test_attributes.pyc
-${PYSITELIB}/tables/tests/test_attributes.pyo
-${PYSITELIB}/tables/tests/test_aux.py
-${PYSITELIB}/tables/tests/test_aux.pyc
-${PYSITELIB}/tables/tests/test_aux.pyo
-${PYSITELIB}/tables/tests/test_backcompat.py
-${PYSITELIB}/tables/tests/test_backcompat.pyc
-${PYSITELIB}/tables/tests/test_backcompat.pyo
-${PYSITELIB}/tables/tests/test_basics.py
-${PYSITELIB}/tables/tests/test_basics.pyc
-${PYSITELIB}/tables/tests/test_basics.pyo
-${PYSITELIB}/tables/tests/test_carray.py
-${PYSITELIB}/tables/tests/test_carray.pyc
-${PYSITELIB}/tables/tests/test_carray.pyo
-${PYSITELIB}/tables/tests/test_create.py
-${PYSITELIB}/tables/tests/test_create.pyc
-${PYSITELIB}/tables/tests/test_create.pyo
-${PYSITELIB}/tables/tests/test_direct_chunk.py
-${PYSITELIB}/tables/tests/test_direct_chunk.pyc
-${PYSITELIB}/tables/tests/test_direct_chunk.pyo
-${PYSITELIB}/tables/tests/test_do_undo.py
-${PYSITELIB}/tables/tests/test_do_undo.pyc
-${PYSITELIB}/tables/tests/test_do_undo.pyo
-${PYSITELIB}/tables/tests/test_earray.py
-${PYSITELIB}/tables/tests/test_earray.pyc
-${PYSITELIB}/tables/tests/test_earray.pyo
-${PYSITELIB}/tables/tests/test_enum.py
-${PYSITELIB}/tables/tests/test_enum.pyc
-${PYSITELIB}/tables/tests/test_enum.pyo
-${PYSITELIB}/tables/tests/test_expression.py
-${PYSITELIB}/tables/tests/test_expression.pyc
-${PYSITELIB}/tables/tests/test_expression.pyo
-${PYSITELIB}/tables/tests/test_garbage.py
-${PYSITELIB}/tables/tests/test_garbage.pyc
-${PYSITELIB}/tables/tests/test_garbage.pyo
-${PYSITELIB}/tables/tests/test_hdf5compat.py
-${PYSITELIB}/tables/tests/test_hdf5compat.pyc
-${PYSITELIB}/tables/tests/test_hdf5compat.pyo
-${PYSITELIB}/tables/tests/test_index_backcompat.py
-${PYSITELIB}/tables/tests/test_index_backcompat.pyc
-${PYSITELIB}/tables/tests/test_index_backcompat.pyo
-${PYSITELIB}/tables/tests/test_indexes.py
-${PYSITELIB}/tables/tests/test_indexes.pyc
-${PYSITELIB}/tables/tests/test_indexes.pyo
-${PYSITELIB}/tables/tests/test_indexvalues.py
-${PYSITELIB}/tables/tests/test_indexvalues.pyc
-${PYSITELIB}/tables/tests/test_indexvalues.pyo
-${PYSITELIB}/tables/tests/test_large_tables.py
-${PYSITELIB}/tables/tests/test_large_tables.pyc
-${PYSITELIB}/tables/tests/test_large_tables.pyo
-${PYSITELIB}/tables/tests/test_links.py
-${PYSITELIB}/tables/tests/test_links.pyc
-${PYSITELIB}/tables/tests/test_links.pyo
-${PYSITELIB}/tables/tests/test_lists.py
-${PYSITELIB}/tables/tests/test_lists.pyc
-${PYSITELIB}/tables/tests/test_lists.pyo
-${PYSITELIB}/tables/tests/test_nestedtypes.py
-${PYSITELIB}/tables/tests/test_nestedtypes.pyc
-${PYSITELIB}/tables/tests/test_nestedtypes.pyo
-${PYSITELIB}/tables/tests/test_numpy.py
-${PYSITELIB}/tables/tests/test_numpy.pyc
-${PYSITELIB}/tables/tests/test_numpy.pyo
-${PYSITELIB}/tables/tests/test_queries.py
-${PYSITELIB}/tables/tests/test_queries.pyc
-${PYSITELIB}/tables/tests/test_queries.pyo
-${PYSITELIB}/tables/tests/test_ref_array1.mat
-${PYSITELIB}/tables/tests/test_ref_array2.mat
-${PYSITELIB}/tables/tests/test_suite.py
-${PYSITELIB}/tables/tests/test_suite.pyc
-${PYSITELIB}/tables/tests/test_suite.pyo
-${PYSITELIB}/tables/tests/test_szip.h5
-${PYSITELIB}/tables/tests/test_tables.py
-${PYSITELIB}/tables/tests/test_tables.pyc
-${PYSITELIB}/tables/tests/test_tables.pyo
-${PYSITELIB}/tables/tests/test_tablesMD.py
-${PYSITELIB}/tables/tests/test_tablesMD.pyc
-${PYSITELIB}/tables/tests/test_tablesMD.pyo
-${PYSITELIB}/tables/tests/test_timestamps.py
-${PYSITELIB}/tables/tests/test_timestamps.pyc
-${PYSITELIB}/tables/tests/test_timestamps.pyo
-${PYSITELIB}/tables/tests/test_timetype.py
-${PYSITELIB}/tables/tests/test_timetype.pyc
-${PYSITELIB}/tables/tests/test_timetype.pyo
-${PYSITELIB}/tables/tests/test_tree.py
-${PYSITELIB}/tables/tests/test_tree.pyc
-${PYSITELIB}/tables/tests/test_tree.pyo
-${PYSITELIB}/tables/tests/test_types.py
-${PYSITELIB}/tables/tests/test_types.pyc
-${PYSITELIB}/tables/tests/test_types.pyo
-${PYSITELIB}/tables/tests/test_utils.py
-${PYSITELIB}/tables/tests/test_utils.pyc
-${PYSITELIB}/tables/tests/test_utils.pyo
-${PYSITELIB}/tables/tests/test_vlarray.py
-${PYSITELIB}/tables/tests/test_vlarray.pyc
-${PYSITELIB}/tables/tests/test_vlarray.pyo
-${PYSITELIB}/tables/tests/time-table-vlarray-1_x.h5
-${PYSITELIB}/tables/tests/times-nested-be.h5
-${PYSITELIB}/tables/tests/vlstr_attr.h5
-${PYSITELIB}/tables/tests/vlunicode_endian.h5
-${PYSITELIB}/tables/tests/zerodim-attrs-1.3.h5
-${PYSITELIB}/tables/tests/zerodim-attrs-1.4.h5
-${PYSITELIB}/tables/undoredo.py
-${PYSITELIB}/tables/undoredo.pyc
-${PYSITELIB}/tables/undoredo.pyo
-${PYSITELIB}/tables/unimplemented.py
-${PYSITELIB}/tables/unimplemented.pyc
-${PYSITELIB}/tables/unimplemented.pyo
-${PYSITELIB}/tables/utils.py
-${PYSITELIB}/tables/utils.pyc
-${PYSITELIB}/tables/utils.pyo
-${PYSITELIB}/tables/utilsextension.pxd
-${PYSITELIB}/tables/utilsextension.pyx
-${PYSITELIB}/tables/utilsextension.so
-${PYSITELIB}/tables/vlarray.py
-${PYSITELIB}/tables/vlarray.pyc
-${PYSITELIB}/tables/vlarray.pyo
diff --git a/py-tables/distinfo b/py-tables/distinfo
deleted file mode 100644
index 0bd262c56d..0000000000
--- a/py-tables/distinfo
+++ /dev/null
@@ -1,6 +0,0 @@
-$NetBSD: distinfo,v 1.9 2024/10/23 22:55:52 wiz Exp $
-
-BLAKE2s (tables-3.10.1.tar.gz) = 1150b460680ad8bad06e7fbf137cb576e80de0de2d0d5b1d3175df9ec3a7db2b
-SHA512 (tables-3.10.1.tar.gz) = 7590dccefdd718d170ac288d391173ed540760a911f53fd39e37dd74237dc554f9363c8d9d4d518f067da299d71a1d8cb4a40134b1afaf79daa0a17de248caf5
-Size (tables-3.10.1.tar.gz) = 4762413 bytes
-SHA1 (patch-setup.py) = 071120bda37b3efa736d10738658b2a0de4bef5c
diff --git a/py-tables/patches/patch-setup.py b/py-tables/patches/patch-setup.py
deleted file mode 100644
index 3404389a17..0000000000
--- a/py-tables/patches/patch-setup.py
+++ /dev/null
@@ -1,54 +0,0 @@
-$NetBSD$
-
---- setup.py.orig	2024-08-17 08:56:33.000000000 +0000
-+++ setup.py
-@@ -359,17 +359,38 @@ class BasePackage:
-         # (The argument is accepted for compatibility with previous
-         # methods.)
- 
-+        # Try just library name, relying on the OS search path.
-+        # This fails on macOS.
-         # dlopen() won't tell us where the file is, just whether
-         # success occurred, so this returns True instead of a filename
-+        # Try this before the absolute path search below: A Valentino
-         for prefix in self._runtime_prefixes:
-             for suffix in self._runtime_suffixes:
-+                path = f"{prefix}{self.runtime_name}{suffix}"
-+                print("find_runtime_path() trying ", path)
-+                      
-                 try:
--                    ctypes.CDLL(f"{prefix}{self.runtime_name}{suffix}")
-+                    ctypes.CDLL(path)
-                 except OSError:
-                     pass
-                 else:
-                     return True
- 
-+        # If the library was not found by name alone, try absolute pathnames.
-+        # In this case, we can return the path, rather than just True.
-+        for location in locations:
-+            for prefix in self._runtime_prefixes:
-+                for suffix in self._runtime_suffixes:
-+                    abs_path = f"{location}/{prefix}{self.runtime_name}{suffix}"
-+                    print("find_runtime_path() trying ", abs_path)
-+                          
-+                    try:
-+                        ctypes.CDLL(abs_path)
-+                    except OSError:
-+                        pass
-+                    else:
-+                        return abs_path
-+
-     def _pkg_config(self, flags):
-         try:
-             cmd = [PKG_CONFIG] + flags.split() + [self.library_name]
-@@ -496,7 +517,8 @@ class BasePackage:
-                     directories[idx] = Path(path[: path.rfind(name)])
-                 else:
-                     directories[idx] = Path(path).parent
--
-+            else:
-+                print("Error: path is not set.")
-         return tuple(directories)
- 
- 


Home | Main Index | Thread Index | Old Index