notbugAs an Amazon Associate I earn from qualifying purchases.
Want a good read? Try FreeBSD Mastery: Jails (IT Mastery Book 15)
Want a good monitor light? See my photosAll times are UTC
Ukraine
This referral link gives you 10% off a Fastmail.com account and gives me a discount on my Fastmail account.

Get notified when packages are built

A new feature has been added. FreshPorts already tracks package built by the FreeBSD project. This information is displayed on each port page. You can now get an email when FreshPorts notices a new package is available for something on one of your watch lists. However, you must opt into that. Click on Report Subscriptions on the right, and New Package Notification box, and click on Update.

Finally, under Watch Lists, click on ABI Package Subscriptions to select your ABI (e.g. FreeBSD:14:amd64) & package set (latest/quarterly) combination for a given watch list. This is what FreshPorts will look for.

Port details
py-sparse Sparse n-dimensional arrays
0.15.1_1 devel on this many watch lists=0 search for ports that depend on this port Find issues related to this port Report an issue related to this port View this port on Repology. pkg-fallout 0.15.1Version of this port present on the latest quarterly branch.
Maintainer: sunpoet@FreeBSD.org search for ports maintained by this maintainer
Port Added: 2023-02-05 15:54:32
Last Update: 2024-03-31 03:06:46
Commit Hash: 06a380b
Also Listed In: python
License: BSD3CLAUSE
WWW:
https://sparse.pydata.org/en/stable/
https://github.com/pydata/sparse
Description:
This implements sparse arrays of arbitrary dimension on top of numpy and scipy.sparse. It generalizes the scipy.sparse.coo_matrix and scipy.sparse.dok_matrix layouts, but extends beyond just rows and columns to an arbitrary number of dimensions. Additionally, this project maintains compatibility with the numpy.ndarray interface rather than the numpy.matrix interface used in scipy.sparse These differences make this project useful in certain situations where scipy.sparse matrices are not well suited, but it should not be considered a full replacement. The data structures in pydata/sparse complement and can be used in conjunction with the fast linear algebra routines inside scipy.sparse. A format conversion or copy may be required.
HomepageHomepage    cgit ¦ Codeberg ¦ GitHub ¦ GitLab ¦ SVNWeb - no subversion history for this port

Manual pages:
FreshPorts has no man page information for this port.
pkg-plist: as obtained via: make generate-plist
There is no configure plist information for this port.
Dependency lines:
  • ${PYTHON_PKGNAMEPREFIX}sparse>0:devel/py-sparse@${PY_FLAVOR}
To install the port:
cd /usr/ports/devel/py-sparse/ && make install clean
To add the package, run one of these commands:
  • pkg install devel/py-sparse
  • pkg install py39-sparse
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.
NOTE: This is a Python port. Instead of py39-sparse listed in the above command, you can pick from the names under the Packages section.
PKGNAME: py39-sparse
Package flavors (<flavor>: <package>)
  • py39: py39-sparse
distinfo:
TIMESTAMP = 1708449350 SHA256 (sparse-0.15.1.tar.gz) = 973adcb88a8db8e3d8047953331e26d3f64a5657f9b46a6b859c47663c3eef99 SIZE (sparse-0.15.1.tar.gz) = 359467

Packages (timestamps in pop-ups are UTC):
py39-sparse
ABIaarch64amd64armv6armv7i386powerpcpowerpc64powerpc64le
FreeBSD:13:latest0.15.10.15.1_1-0.15.10.15.1_1---
FreeBSD:13:quarterly0.14.0_10.14.0_1--0.15.1_1-0.14.0_1-
FreeBSD:14:latest0.15.10.15.1_1-0.15.10.15.1_1---
FreeBSD:14:quarterly0.14.0_10.15.1_1--0.15.1_1-0.14.0_1-
FreeBSD:15:latest0.15.10.15.1_1n/a-n/a-0.14.0_10.15.1
FreeBSD:15:quarterly--n/a-n/a---
Dependencies
NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
Build dependencies:
  1. py39-setuptools>=61 : devel/py-setuptools@py39
  2. py39-setuptools-scm>=8 : devel/py-setuptools-scm@py39
  3. py39-wheel>=0 : devel/py-wheel@py39
  4. python3.9 : lang/python39
  5. py39-build>=0 : devel/py-build@py39
  6. py39-installer>=0 : devel/py-installer@py39
Test dependencies:
  1. python3.9 : lang/python39
Runtime dependencies:
  1. py39-numba>=0.49 : devel/py-numba@py39
  2. py39-numpy>=1.17,1 : math/py-numpy@py39
  3. py39-scipy>=0.19 : science/py-scipy@py39
  4. python3.9 : lang/python39
There are no ports dependent upon this port

Configuration Options:
No options to configure
Options name:
devel_py-sparse
USES:
python
FreshPorts was unable to extract/find any pkg message
Master Sites:
Expand this list (2 items)
Collapse this list.
  1. https://files.pythonhosted.org/packages/source/s/sparse/
  2. https://pypi.org/packages/source/s/sparse/
Collapse this list.

Number of commits found: 8

Commit History - (may be incomplete: for full details, see links to repositories near top of page)
CommitCreditsLog message
0.15.1_1
31 Mar 2024 03:06:46
commit hash: 06a380b53e9e0d569d986d01741a8569c74725dbcommit hash: 06a380b53e9e0d569d986d01741a8569c74725dbcommit hash: 06a380b53e9e0d569d986d01741a8569c74725dbcommit hash: 06a380b53e9e0d569d986d01741a8569c74725db files touched by this commit
Po-Chuan Hsieh (sunpoet) search for other commits by this committer
devel/py-sparse: Fix typo in 8bc09aa2e50ec02932d8998da90e935cf7b3afde

- Clean up patch-pyproject.toml (should be part of
35e1ae3838401f8582c0ced4cf4312f90bd984c7)
- Bump PORTREVISION for dependency and package change

version_file is a replacement for write_to since py-setuptools-scm 8.0.0.
0.15.1
09 Mar 2024 14:06:06
commit hash: 35e1ae3838401f8582c0ced4cf4312f90bd984c7commit hash: 35e1ae3838401f8582c0ced4cf4312f90bd984c7commit hash: 35e1ae3838401f8582c0ced4cf4312f90bd984c7commit hash: 35e1ae3838401f8582c0ced4cf4312f90bd984c7 files touched by this commit
Po-Chuan Hsieh (sunpoet) search for other commits by this committer
devel/py-sparse: Update version requirement of BUILD_DEPENDS
0.15.1
29 Feb 2024 07:18:32
commit hash: 5d4139f8bdb67bd6e8328422f9762661bd0d6454commit hash: 5d4139f8bdb67bd6e8328422f9762661bd0d6454commit hash: 5d4139f8bdb67bd6e8328422f9762661bd0d6454commit hash: 5d4139f8bdb67bd6e8328422f9762661bd0d6454 files touched by this commit
Charlie Li (vishwin) search for other commits by this committer
devel/py-setuptools-scm: update to 8.0.4

Directory and PORTNAME changed to match normalised name in release
tarball; consumers updated to match.

Although setuptools itself is specified as a run dependency in the
Python package metadata, it is currently left out here to prevent
environment pollution until at least PR 270510 is committed.
Additionally, this version of setuptools-scm requires setuptools>=61,
which means this version is only meant for USE_PYTHON=pep517 ports
as all USE_PYTHON=distutils ports will switch to devel/py-setuptools58
also after PR 270510. science/py-emmet-core is switched to
devel/py-setuptools_scm7 accordingly, as it specifies setuptools-scm<8.
devel/py-{flit-scm,hatch-vcs} have ${PY_SETUPTOOLS} added to
RUN_DEPENDS to compensate.

Further details: https://wiki.freebsd.org/Python/setuptools

Reported by: yuri
Co-authored by: matthew
Exp-run by: antoine (earlier iteration)
Approved by: yuri (science/py-emmet-core, previous iteration)
PR: 272134
Differential Revision: https://reviews.freebsd.org/D39288
0.15.1
21 Feb 2024 15:07:47
commit hash: 8bc09aa2e50ec02932d8998da90e935cf7b3afdecommit hash: 8bc09aa2e50ec02932d8998da90e935cf7b3afdecommit hash: 8bc09aa2e50ec02932d8998da90e935cf7b3afdecommit hash: 8bc09aa2e50ec02932d8998da90e935cf7b3afde files touched by this commit
Po-Chuan Hsieh (sunpoet) search for other commits by this committer
devel/py-sparse: Update to 0.15.1

- Update WWW
- Convert to USE_PYTHON=pep517

Changes:	https://github.com/pydata/sparse/blob/main/docs/changelog.rst
		https://sparse.pydata.org/en/stable/changelog.html
0.14.0_1
27 Jun 2023 19:34:34
commit hash: 3d9a815d9c5acbb71f4bb07738bdeab4879feacbcommit hash: 3d9a815d9c5acbb71f4bb07738bdeab4879feacbcommit hash: 3d9a815d9c5acbb71f4bb07738bdeab4879feacbcommit hash: 3d9a815d9c5acbb71f4bb07738bdeab4879feacb files touched by this commit
Rene Ladan (rene) search for other commits by this committer
all: remove explicit versions in USES=python for "3.x+"

The logic in USES=python will automatically convert this to 3.8+ by
itself.

Adjust two ports that only had Python 3.7 mentioned but build fine
on Python 3.8 too.

finance/quickfix: mark BROKEN with PYTHON

libtool: compile:  c++ -DHAVE_CONFIG_H -I. -I../.. -I -I. -I.. -I../.. -I../C++
-DLIBICONV_PLUG -DPYTHON_MAJOR_VERSION=3 -Wno-unused-variable
-Wno-maybe-uninitialized -O2 -pipe -DLIBICONV_PLUG -fstack-protector-strong
-fno-strict-aliasing -DLIBICONV_PLUG -Wall -ansi
-Wno-unused-command-line-argument -Wpointer-arith -Wwrite-strings
-Wno-overloaded-virtual -Wno-deprecated-declarations -Wno-deprecated -std=c++0x
-MT _quickfix_la-QuickfixPython.lo -MD -MP -MF
.deps/_quickfix_la-QuickfixPython.Tpo -c QuickfixPython.cpp  -fPIC -DPIC -o
.libs/_quickfix_la-QuickfixPython.o
warning: unknown warning option '-Wno-maybe-uninitialized'; did you mean
'-Wno-uninitialized'? [-Wunknown-warning-option]
QuickfixPython.cpp:175:11: fatal error: 'Python.h' file not found
          ^~~~~~~~~~
1 warning and 1 error generated.

Reviewed by:	portmgr, vishwin, yuri
Differential Revision:	<https://reviews.freebsd.org/D40568>
0.14.0_1
23 Apr 2023 09:09:58
commit hash: 8d3e020ed032a8db00208994d0db646de7dc6f5bcommit hash: 8d3e020ed032a8db00208994d0db646de7dc6f5bcommit hash: 8d3e020ed032a8db00208994d0db646de7dc6f5bcommit hash: 8d3e020ed032a8db00208994d0db646de7dc6f5b files touched by this commit
Gerald Pfeifer (gerald) search for other commits by this committer
*: Bump PORTREVISIONs for math/mpc update to 1.3.1
0.14.0
21 Mar 2023 19:21:03
commit hash: 98dc75c98474271da38a049240dc0bc354301c33commit hash: 98dc75c98474271da38a049240dc0bc354301c33commit hash: 98dc75c98474271da38a049240dc0bc354301c33commit hash: 98dc75c98474271da38a049240dc0bc354301c33 files touched by this commit
Po-Chuan Hsieh (sunpoet) search for other commits by this committer
devel/py-sparse: Update to 0.14.0

Changes:	https://github.com/pydata/sparse/blob/master/docs/changelog.rst
		https://sparse.pydata.org/en/stable/changelog.html
0.13.0
05 Feb 2023 15:47:38
commit hash: 8c5d502b2d59d22751ce2f73c6720c2824490767commit hash: 8c5d502b2d59d22751ce2f73c6720c2824490767commit hash: 8c5d502b2d59d22751ce2f73c6720c2824490767commit hash: 8c5d502b2d59d22751ce2f73c6720c2824490767 files touched by this commit
Po-Chuan Hsieh (sunpoet) search for other commits by this committer
devel/py-sparse: Add py-sparse 0.13.0

This implements sparse arrays of arbitrary dimension on top of numpy and
scipy.sparse. It generalizes the scipy.sparse.coo_matrix and
scipy.sparse.dok_matrix layouts, but extends beyond just rows and columns to an
arbitrary number of dimensions.

Additionally, this project maintains compatibility with the numpy.ndarray
interface rather than the numpy.matrix interface used in scipy.sparse

These differences make this project useful in certain situations where
scipy.sparse matrices are not well suited, but it should not be considered a
full replacement. The data structures in pydata/sparse complement and can be
used in conjunction with the fast linear algebra routines inside scipy.sparse. A
format conversion or copy may be required.

Number of commits found: 8