Description: <short summary of the patch>
 TODO: Put a short summary on the line above and replace this paragraph
 with a longer explanation of this change. Complete the meta-information
 with other relevant fields (see below for details). To make it easier, the
 information below has been extracted from the changelog. Adjust it or drop
 it.
 .
 scikit-sparse (0.4.16-0mx23) mx; urgency=medium
 .
   * First build for MX Linux
Author: Timothy E. Harris <maintainer@mxrepo.com>

---
The information above should follow the Patch Tagging Guidelines, please
checkout https://dep.debian.net/deps/dep3/ to learn about the format. Here
are templates for supplementary fields that you might want to add:

Origin: (upstream|backport|vendor|other), (<patch-url>|commit:<commit-id>)
Bug: <upstream-bugtracker-url>
Bug-Debian: https://bugs.debian.org/<bugnumber>
Bug-Ubuntu: https://launchpad.net/bugs/<bugnumber>
Forwarded: (no|not-needed|<patch-forwarded-url>)
Applied-Upstream: <version>, (<commit-url>|commit:<commid-id>)
Reviewed-By: <name and email of someone who approved/reviewed the patch>
Last-Update: 2025-08-02

--- /dev/null
+++ scikit-sparse-0.4.16/scikit_sparse.egg-info/PKG-INFO
@@ -0,0 +1,35 @@
+Metadata-Version: 2.1
+Name: scikit-sparse
+Version: 0.4.16
+Summary: Scikit sparse matrix package
+Home-page: https://github.com/scikit-sparse/scikit-sparse
+Maintainer: Aaron Johnson
+Maintainer-email: aaron9035@gmail.com
+License: BSD
+Classifier: Development Status :: 3 - Alpha
+Classifier: Environment :: Console
+Classifier: Intended Audience :: Developers
+Classifier: Intended Audience :: Science/Research
+Classifier: License :: OSI Approved :: BSD License
+Classifier: Programming Language :: Cython
+Classifier: Topic :: Scientific/Engineering
+Classifier: Topic :: Scientific/Engineering :: Mathematics
+Classifier: Programming Language :: Python :: 3
+Classifier: Programming Language :: Python :: 3.6
+Classifier: Programming Language :: Python :: 3.7
+Classifier: Programming Language :: Python :: 3.8
+Classifier: Programming Language :: Python :: 3.9
+Classifier: Programming Language :: Python :: 3.10
+Classifier: Programming Language :: Python :: 3.11
+Classifier: Programming Language :: Python :: 3.12
+Requires-Python: >=3.6
+License-File: LICENSE.txt
+
+Sparse matrix tools.
+
+This is a home for sparse matrix code in Python that plays well with
+scipy.sparse, but that is somehow unsuitable for inclusion in scipy
+proper. Usually this will be because it is released under the GPL.
+
+So far we have a wrapper for the CHOLMOD library for sparse Cholesky
+decomposition. Further contributions are welcome!
--- /dev/null
+++ scikit-sparse-0.4.16/scikit_sparse.egg-info/SOURCES.txt
@@ -0,0 +1,22 @@
+LICENSE.txt
+MANIFEST.in
+README.md
+pyproject.toml
+setup.py
+scikit_sparse.egg-info/PKG-INFO
+scikit_sparse.egg-info/SOURCES.txt
+scikit_sparse.egg-info/dependency_links.txt
+scikit_sparse.egg-info/requires.txt
+scikit_sparse.egg-info/top_level.txt
+sksparse/__init__.py
+sksparse/cholmod.pyx
+sksparse/cholmod_backward_compatible.h
+sksparse/test_cholmod.py
+sksparse/test_data/illc1033.mtx.gz
+sksparse/test_data/illc1033_rhs1.mtx.gz
+sksparse/test_data/illc1850.mtx.gz
+sksparse/test_data/illc1850_rhs1.mtx.gz
+sksparse/test_data/well1033.mtx.gz
+sksparse/test_data/well1033_rhs1.mtx.gz
+sksparse/test_data/well1850.mtx.gz
+sksparse/test_data/well1850_rhs1.mtx.gz
\ No newline at end of file
--- /dev/null
+++ scikit-sparse-0.4.16/scikit_sparse.egg-info/dependency_links.txt
@@ -0,0 +1 @@
+
--- /dev/null
+++ scikit-sparse-0.4.16/scikit_sparse.egg-info/requires.txt
@@ -0,0 +1,2 @@
+numpy>=1.13.3
+scipy>=0.19
--- /dev/null
+++ scikit-sparse-0.4.16/scikit_sparse.egg-info/top_level.txt
@@ -0,0 +1 @@
+sksparse
