dev-python/numcodecs
Compression and transformation codecs for data storage and communication
-
numcodecs-0.16.5~amd64 ~x86python_targets_python3_12 python_targets_python3_13 python_targets_python3_14
View
Download
Browse License: GPL-3 Overlay: stuff -
numcodecs-0.16.5~amd64 ~x86crc32c examples google_crc32c msgpack zfpy test doc python_targets_python3_11 python_targets_python3_12 python_targets_python3_13 python_targets_python3_14 debug
View
Download
Browse License: MIT Overlay: benzene-overlay -
numcodecs-0.16.5~amd64 ~x86cpu_flags_x86_avx2 cpu_flags_x86_sse2 test python_targets_python3_12 python_targets_python3_13 python_targets_python3_14 debug
View
Download
Browse License: MIT Overlay: science -
numcodecs-0.16.3~amd64 ~x86python_targets_python3_12 python_targets_python3_13 python_targets_python3_14
View
Download
Browse License: GPL-3 Overlay: stuff -
numcodecs-0.15.1~amd64 ~x86crc32c examples msgpack zfpy test doc python_targets_python3_11 python_targets_python3_12 python_targets_python3_13 debug
View
Download
Browse License: MIT Overlay: benzene-overlay -
numcodecs-0.13.1~amd64 ~x86examples msgpack zfpy test doc python_targets_python3_11 python_targets_python3_12 python_targets_python3_13 debug
View
Download
Browse License: MIT Overlay: benzene-overlay
ChangeLog
commit 946b3d5e6f85aa6d17632eb69d8c14152e056548
Author: Ivan S. Titov <iohann.s.titov@gmail.com>
Date: Wed Apr 29 23:16:52 2026 +0200
*/*: normalize metadata.xml DTD URL and indent
Repo-wide sweep: 144 metadata.xml files updated to use the
https://www.gentoo.org/dtd/metadata.dtd DTD URL (was http://) and
2-space indentation (was tabs). Maintainer blocks left untouched —
the 2026-04-22 normalization sweep added <name> alongside <email>
where the maintainer was Ivan, but third-party maintainer entries
(lebedev.vasya@gmail.com, megagreener@gmail.com, brothermechanic@gmail.com,
etc.) keep their email-only blocks since we can't safely guess the
corresponding <name>.
pkgcheck stays silent on all metadata-* and maintainer-* checks.
commit e0803720c5ddf7829c92080764e482e96af88fb8
Author: Ivan S. Titov <iohann.s.titov@gmail.com>
Date: Wed Apr 29 01:21:44 2026 +0200
dev-python/numcodecs: declare missing build- and runtime deps in 0.10.2/0.13.0/0.16.3
Same gap as the 0.16.5 commit just landed: ebuilds shipped with no
RDEPEND/BDEPEND at all. Each version's deps are taken from its own
upstream pyproject.toml/setup.py, so the entries differ slightly:
- 0.10.2 uses setup.py and adds dev-python/entrypoints to RDEPEND
(dropped in later versions); BDEPEND has Cython, py-cpuinfo, and
setuptools-scm.
- 0.13.0 has pyproject.toml; numpy is unversioned at build time and
>=1.7 at runtime; no typing_extensions yet.
- 0.16.3 matches 0.16.5 exactly: numpy>2 BDEPEND, numpy>=1.24 +
typing_extensions RDEPEND.
commit 74401db8c7dc24a19762552e66d2c1c3a1fa8425
Author: Ivan S. Titov <iohann.s.titov@gmail.com>
Date: Wed Apr 29 01:14:25 2026 +0200
dev-python/numcodecs: declare missing build- and runtime deps (0.16.5)
Upstream pyproject.toml requires py-cpuinfo, cython, setuptools-scm,
and numpy>2 at build time, and numpy>=1.24 + typing-extensions at
runtime, but the ebuild declared none of them. Local dev systems
happened to have these from other packages and built fine; users
without py-cpuinfo hit:
File '<string>', line 8, in <module>
ModuleNotFoundError: No module named 'cpuinfo'
at compile time. Cython is required because upstream ships .pyx
files only, with no pre-cythonized .c.
commit efb8f2e462dc72183f661ac9e52c3d0714c56ff1
Author: Ivan S. Titov <iohann.s.titov@gmail.com>
Date: Wed Apr 22 15:28:24 2026 +0200
dev-python/numcodecs: add 0.16.5
commit b91cd93a12cb39be1b4976cdc1af27ca13ce34e5
Author: Ivan S. Titov <iohann.s.titov@gmail.com>
Date: Tue Apr 21 15:16:42 2026 +0200
*/*: bump PYTHON_COMPAT from python3_ to python3_
::gentoo has dropped python3.11 from most of the scientific Python
stack - scipy, pandas, ipython, sphinx, sympy, etc. all target
python3_ now. Overlay ebuilds still claiming python3_11
support therefore fail to resolve their PYTHON_USEDEP=[...,
python_targets_python3_11(-),...] clauses against those upstream
packages, which is the bulk of pkgcheck's NonsolvableDeps noise.
Sweep PYTHON_COMPAT across the overlay accordingly. Files touched
include 193 pure-python3 ebuilds plus 4 sci-libs/pycifrw ebuilds that
retain the python2_7 target. Commented-out COMPAT lines and one
ebuild using a custom $ array are left alone.
pkgcheck dropped from 710 to 475 lines after this change; specifically
NonsolvableDepsIn{Dev,Stable} fell from 391 to 182 combined.
Users on a python3.11 profile lose access to the updated versions in
this overlay, mirroring what ::gentoo already did to the rest of the
scientific stack.
Signed-off-by: Raukaan Cogbrother <cogbrother@raukaan.local>
commit 333a849082e704941d018a7f0b99678eda18904f
Author: Ivan S. Titov <iohann.s.titov@gmail.com>
Date: Tue Apr 21 01:07:29 2026 +0200
*/*: bump PYTHON_COMPAT to python3_
Match the ::gentoo convention (main tree dropped 3.9 / 3.10 support
a while ago). Three mechanical substitutions:
- python3_ -> python3_ (189 ebuilds)
- python3_ -> python3_ (llvmlite)
- python2_7 python3_ -> python2_7 python3_ (pycifrw)
Leaves the legacy python2_7-only ebuilds and dev-python/cython
(special PYTHON_TESTED pattern on the 0.29 series) untouched.
commit b31381c4e0de23c88b29d9efb4179fdaffb2a18f
Author: Ivan S. Titov <iohann.s.titov@gmail.com>
Date: Sun Apr 19 14:02:56 2026 +0200
dev-python/numcodecs: shorten DESCRIPTION, move full text to longdescription
commit f23ece73c4451e2377c17d8b90acb53bee608563
Author: Ivan S. Titov <iohann.s.titov@gmail.com>
Date: Thu Jan 15 21:28:34 2026 +0100
*/*: UPD header, Happy New Year
Signed-off-by: Ivan S. Titov <iohann.s.titov@gmail.com>
commit faa1a6bd0ab2591e7f00f30c0e9a6e14a81f56b3
Author: Ivan S. Titov <iohann.s.titov@gmail.com>
Date: Thu Dec 11 12:32:55 2025 +0100
Corrected missing blank line after EAPI warning
Signed-off-by: Ivan S. Titov <iohann.s.titov@gmail.com>
commit bd56ad8c4cfa96514317be4d851cb4fcbd6b8802
Author: Ivan S. Titov <iohann.s.titov@gmail.com>
Date: Thu Dec 11 10:40:56 2025 +0100
*/*: adjusting python compat to 3.9 to 3.14
Signed-off-by: Ivan S. Titov <iohann.s.titov@gmail.com>
commit 66b210ff3b5761ccc079b96dcc092638c90c922b
Author: Ivan S. Titov <iohann.s.titov@gmail.com>
Date: Wed Dec 10 23:58:48 2025 +0100
dev-python/numcodecs: add github, pypi upstream metadata
Signed-off-by: Ivan S. Titov <iohann.s.titov@gmail.com>
commit 75d55441dbb2e55a7102e44b643e2e17cdfbc05d
Author: Ivan S. Titov <iohann.s.titov@gmail.com>
Date: Fri Oct 17 21:58:20 2025 +0200
finally upd year to 2025 :)
commit e9fff082c65080ece48a1644cb31780f0bda9221
Author: VasilyLebedev <lebedevv@tcd.ie>
Date: Sun Sep 21 19:26:28 2025 +0100
numcodecs
commit d736f2df1d8497a6509e588dc318735993aa6903
Author: VasilyLebedev <lebedevv@tcd.ie>
Date: Tue Jul 16 23:28:05 2024 +0100
Add files via upload
commit b451ac3b81ed540a5ce0bbef96d542cd2a2a0dcd
Author: istitov <istitov@github>
Date: Mon Feb 12 10:45:30 2024 +0100
upd copyright to 2024
commit 0b7fcf9639be3e82b30db7da1cc4785887b54326
Author: Ivan S. Titov <iohann.s.titov@gmail.com>
Date: Sat Nov 25 04:52:49 2023 +0300
mass updated PYTHON_COMPAT for python:3
commit 48945780358f03a15149c157357fee6dafea2c53
Author: Ivan S. Titov <istitov@github.com>
Date: Thu Sep 14 23:32:55 2023 +0200
upd: header
commit 87b7a9826792bb3cc6375f87713e464257633faf
Author: VasilyLebedev <vasily.lebedev@ul.ie>
Date: Mon Nov 14 20:37:15 2022 +0000
Add files via upload
Author: Ivan S. Titov <iohann.s.titov@gmail.com>
Date: Wed Apr 29 23:16:52 2026 +0200
*/*: normalize metadata.xml DTD URL and indent
Repo-wide sweep: 144 metadata.xml files updated to use the
https://www.gentoo.org/dtd/metadata.dtd DTD URL (was http://) and
2-space indentation (was tabs). Maintainer blocks left untouched —
the 2026-04-22 normalization sweep added <name> alongside <email>
where the maintainer was Ivan, but third-party maintainer entries
(lebedev.vasya@gmail.com, megagreener@gmail.com, brothermechanic@gmail.com,
etc.) keep their email-only blocks since we can't safely guess the
corresponding <name>.
pkgcheck stays silent on all metadata-* and maintainer-* checks.
commit e0803720c5ddf7829c92080764e482e96af88fb8
Author: Ivan S. Titov <iohann.s.titov@gmail.com>
Date: Wed Apr 29 01:21:44 2026 +0200
dev-python/numcodecs: declare missing build- and runtime deps in 0.10.2/0.13.0/0.16.3
Same gap as the 0.16.5 commit just landed: ebuilds shipped with no
RDEPEND/BDEPEND at all. Each version's deps are taken from its own
upstream pyproject.toml/setup.py, so the entries differ slightly:
- 0.10.2 uses setup.py and adds dev-python/entrypoints to RDEPEND
(dropped in later versions); BDEPEND has Cython, py-cpuinfo, and
setuptools-scm.
- 0.13.0 has pyproject.toml; numpy is unversioned at build time and
>=1.7 at runtime; no typing_extensions yet.
- 0.16.3 matches 0.16.5 exactly: numpy>2 BDEPEND, numpy>=1.24 +
typing_extensions RDEPEND.
commit 74401db8c7dc24a19762552e66d2c1c3a1fa8425
Author: Ivan S. Titov <iohann.s.titov@gmail.com>
Date: Wed Apr 29 01:14:25 2026 +0200
dev-python/numcodecs: declare missing build- and runtime deps (0.16.5)
Upstream pyproject.toml requires py-cpuinfo, cython, setuptools-scm,
and numpy>2 at build time, and numpy>=1.24 + typing-extensions at
runtime, but the ebuild declared none of them. Local dev systems
happened to have these from other packages and built fine; users
without py-cpuinfo hit:
File '<string>', line 8, in <module>
ModuleNotFoundError: No module named 'cpuinfo'
at compile time. Cython is required because upstream ships .pyx
files only, with no pre-cythonized .c.
commit efb8f2e462dc72183f661ac9e52c3d0714c56ff1
Author: Ivan S. Titov <iohann.s.titov@gmail.com>
Date: Wed Apr 22 15:28:24 2026 +0200
dev-python/numcodecs: add 0.16.5
commit b91cd93a12cb39be1b4976cdc1af27ca13ce34e5
Author: Ivan S. Titov <iohann.s.titov@gmail.com>
Date: Tue Apr 21 15:16:42 2026 +0200
*/*: bump PYTHON_COMPAT from python3_ to python3_
::gentoo has dropped python3.11 from most of the scientific Python
stack - scipy, pandas, ipython, sphinx, sympy, etc. all target
python3_ now. Overlay ebuilds still claiming python3_11
support therefore fail to resolve their PYTHON_USEDEP=[...,
python_targets_python3_11(-),...] clauses against those upstream
packages, which is the bulk of pkgcheck's NonsolvableDeps noise.
Sweep PYTHON_COMPAT across the overlay accordingly. Files touched
include 193 pure-python3 ebuilds plus 4 sci-libs/pycifrw ebuilds that
retain the python2_7 target. Commented-out COMPAT lines and one
ebuild using a custom $ array are left alone.
pkgcheck dropped from 710 to 475 lines after this change; specifically
NonsolvableDepsIn{Dev,Stable} fell from 391 to 182 combined.
Users on a python3.11 profile lose access to the updated versions in
this overlay, mirroring what ::gentoo already did to the rest of the
scientific stack.
Signed-off-by: Raukaan Cogbrother <cogbrother@raukaan.local>
commit 333a849082e704941d018a7f0b99678eda18904f
Author: Ivan S. Titov <iohann.s.titov@gmail.com>
Date: Tue Apr 21 01:07:29 2026 +0200
*/*: bump PYTHON_COMPAT to python3_
Match the ::gentoo convention (main tree dropped 3.9 / 3.10 support
a while ago). Three mechanical substitutions:
- python3_ -> python3_ (189 ebuilds)
- python3_ -> python3_ (llvmlite)
- python2_7 python3_ -> python2_7 python3_ (pycifrw)
Leaves the legacy python2_7-only ebuilds and dev-python/cython
(special PYTHON_TESTED pattern on the 0.29 series) untouched.
commit b31381c4e0de23c88b29d9efb4179fdaffb2a18f
Author: Ivan S. Titov <iohann.s.titov@gmail.com>
Date: Sun Apr 19 14:02:56 2026 +0200
dev-python/numcodecs: shorten DESCRIPTION, move full text to longdescription
commit f23ece73c4451e2377c17d8b90acb53bee608563
Author: Ivan S. Titov <iohann.s.titov@gmail.com>
Date: Thu Jan 15 21:28:34 2026 +0100
*/*: UPD header, Happy New Year
Signed-off-by: Ivan S. Titov <iohann.s.titov@gmail.com>
commit faa1a6bd0ab2591e7f00f30c0e9a6e14a81f56b3
Author: Ivan S. Titov <iohann.s.titov@gmail.com>
Date: Thu Dec 11 12:32:55 2025 +0100
Corrected missing blank line after EAPI warning
Signed-off-by: Ivan S. Titov <iohann.s.titov@gmail.com>
commit bd56ad8c4cfa96514317be4d851cb4fcbd6b8802
Author: Ivan S. Titov <iohann.s.titov@gmail.com>
Date: Thu Dec 11 10:40:56 2025 +0100
*/*: adjusting python compat to 3.9 to 3.14
Signed-off-by: Ivan S. Titov <iohann.s.titov@gmail.com>
commit 66b210ff3b5761ccc079b96dcc092638c90c922b
Author: Ivan S. Titov <iohann.s.titov@gmail.com>
Date: Wed Dec 10 23:58:48 2025 +0100
dev-python/numcodecs: add github, pypi upstream metadata
Signed-off-by: Ivan S. Titov <iohann.s.titov@gmail.com>
commit 75d55441dbb2e55a7102e44b643e2e17cdfbc05d
Author: Ivan S. Titov <iohann.s.titov@gmail.com>
Date: Fri Oct 17 21:58:20 2025 +0200
finally upd year to 2025 :)
commit e9fff082c65080ece48a1644cb31780f0bda9221
Author: VasilyLebedev <lebedevv@tcd.ie>
Date: Sun Sep 21 19:26:28 2025 +0100
numcodecs
commit d736f2df1d8497a6509e588dc318735993aa6903
Author: VasilyLebedev <lebedevv@tcd.ie>
Date: Tue Jul 16 23:28:05 2024 +0100
Add files via upload
commit b451ac3b81ed540a5ce0bbef96d542cd2a2a0dcd
Author: istitov <istitov@github>
Date: Mon Feb 12 10:45:30 2024 +0100
upd copyright to 2024
commit 0b7fcf9639be3e82b30db7da1cc4785887b54326
Author: Ivan S. Titov <iohann.s.titov@gmail.com>
Date: Sat Nov 25 04:52:49 2023 +0300
mass updated PYTHON_COMPAT for python:3
commit 48945780358f03a15149c157357fee6dafea2c53
Author: Ivan S. Titov <istitov@github.com>
Date: Thu Sep 14 23:32:55 2023 +0200
upd: header
commit 87b7a9826792bb3cc6375f87713e464257633faf
Author: VasilyLebedev <vasily.lebedev@ul.ie>
Date: Mon Nov 14 20:37:15 2022 +0000
Add files via upload

