dev-python/cuda-python
Metapackage pulling cuda-bindings and cuda-pathfinder
ChangeLog
commit 0bcd5c29cef3d6013cc3e0ab24b162bf8c05a794
Author: Ivan S. Titov <iohann.s.titov@gmail.com>
Date: Tue Jun 16 15:12:49 2026 +0200
dev-python/cuda-python: drop 13.2.0
commit 894aef0e8f4134ad6cd241e7fb04f00b698a20a2
Author: Ivan S. Titov <iohann.s.titov@gmail.com>
Date: Sat May 30 15:33:31 2026 +0200
dev-python/cuda-python: add missing cuda-core RDEPEND on 13.3.x
cuda-python's upstream requires_dist has declared cuda-core~=1.0.0 as a
base runtime dep since 13.3.0; the overlay's ebuild was missing it (an
audit gap surfaced during the 13.3.1 bump). 13.2.0 ebuild left alone —
that version's requires_dist doesn't include cuda-core.
commit 6c4087cba9090445568b319922cedee66370ac06
Author: Ivan S. Titov <iohann.s.titov@gmail.com>
Date: Sat May 30 14:53:48 2026 +0200
dev-python/cuda-python: bump 13.3.0 -> 13.3.1
Pairs with the cuda-bindings bump (RDEPEND pins ~cuda-bindings-$).
SRC_URI hash-prefixed wheel URL updated from PyPI JSON; meta-wheel
payload is still essentially empty (8 KB).
commit 1b7100d93a2e0b88ec8e5084ef03f5eb35c585f1
Author: Ivan S. Titov <iohann.s.titov@gmail.com>
Date: Wed May 27 14:11:09 2026 +0200
dev-python/cuda-python: add 13.3.0
Wheel re-fetched at the new content-addressable URL for 13.3.0; the
~dev-python/cuda-bindings-$ runtime pin follows automatically.
commit ca6f5fc547db4db1e3bab2fcc103d12fdd1d7282
Author: Ivan S. Titov <iohann.s.titov@gmail.com>
Date: Wed May 13 14:34:36 2026 +0200
dev-python/cuda-python: disable py3.11
commit f5e1068f2009759cb8cd638c2d09e61c47486ecc
Author: Ivan S. Titov <iohann.s.titov@gmail.com>
Date: Thu May 7 17:08:49 2026 +0200
dev-python/cuda-python: add RESTRICT="bindist mirror"
Same EULA-restriction follow-up as the cuda-bindings sibling: the
NVIDIA-CUDA license forbids redistribution, so the mirrored wheel
distfile and any binpkgs derived from it must be withheld.
commit 84d6ea6680c0597ac27489f70b69eca99a9d0648
Author: Ivan S. Titov <iohann.s.titov@gmail.com>
Date: Thu May 7 17:07:04 2026 +0200
dev-python/cuda-python: new package, 13.2.0
Tier 1 of the vllm CUDA target packaging cycle. Trivial metapackage
that pulls cuda-bindings + cuda-pathfinder. Upstream's PyPI release
is a single empty py3-none-any wheel; the corresponding source dir
in NVIDIA/cuda-python's monorepo is essentially just a pyproject.toml
with no Python code. Packaging the wheel directly is byte-equivalent
to packaging the source and avoids carrying the monorepo tarball for
an empty payload — so this lands as -bin shape despite the "full
source" preference.
The ~dev-python/cuda-bindings-13.2.0 pin matches upstream's
cuda-bindings~=13.2.0 spec (>=13.2,<14): we ship one cuda-bindings
version per cuda-python version, so a tilde-version match is
sufficient and avoids tracking unrelated cuda-bindings bumps.
Author: Ivan S. Titov <iohann.s.titov@gmail.com>
Date: Tue Jun 16 15:12:49 2026 +0200
dev-python/cuda-python: drop 13.2.0
commit 894aef0e8f4134ad6cd241e7fb04f00b698a20a2
Author: Ivan S. Titov <iohann.s.titov@gmail.com>
Date: Sat May 30 15:33:31 2026 +0200
dev-python/cuda-python: add missing cuda-core RDEPEND on 13.3.x
cuda-python's upstream requires_dist has declared cuda-core~=1.0.0 as a
base runtime dep since 13.3.0; the overlay's ebuild was missing it (an
audit gap surfaced during the 13.3.1 bump). 13.2.0 ebuild left alone —
that version's requires_dist doesn't include cuda-core.
commit 6c4087cba9090445568b319922cedee66370ac06
Author: Ivan S. Titov <iohann.s.titov@gmail.com>
Date: Sat May 30 14:53:48 2026 +0200
dev-python/cuda-python: bump 13.3.0 -> 13.3.1
Pairs with the cuda-bindings bump (RDEPEND pins ~cuda-bindings-$).
SRC_URI hash-prefixed wheel URL updated from PyPI JSON; meta-wheel
payload is still essentially empty (8 KB).
commit 1b7100d93a2e0b88ec8e5084ef03f5eb35c585f1
Author: Ivan S. Titov <iohann.s.titov@gmail.com>
Date: Wed May 27 14:11:09 2026 +0200
dev-python/cuda-python: add 13.3.0
Wheel re-fetched at the new content-addressable URL for 13.3.0; the
~dev-python/cuda-bindings-$ runtime pin follows automatically.
commit ca6f5fc547db4db1e3bab2fcc103d12fdd1d7282
Author: Ivan S. Titov <iohann.s.titov@gmail.com>
Date: Wed May 13 14:34:36 2026 +0200
dev-python/cuda-python: disable py3.11
commit f5e1068f2009759cb8cd638c2d09e61c47486ecc
Author: Ivan S. Titov <iohann.s.titov@gmail.com>
Date: Thu May 7 17:08:49 2026 +0200
dev-python/cuda-python: add RESTRICT="bindist mirror"
Same EULA-restriction follow-up as the cuda-bindings sibling: the
NVIDIA-CUDA license forbids redistribution, so the mirrored wheel
distfile and any binpkgs derived from it must be withheld.
commit 84d6ea6680c0597ac27489f70b69eca99a9d0648
Author: Ivan S. Titov <iohann.s.titov@gmail.com>
Date: Thu May 7 17:07:04 2026 +0200
dev-python/cuda-python: new package, 13.2.0
Tier 1 of the vllm CUDA target packaging cycle. Trivial metapackage
that pulls cuda-bindings + cuda-pathfinder. Upstream's PyPI release
is a single empty py3-none-any wheel; the corresponding source dir
in NVIDIA/cuda-python's monorepo is essentially just a pyproject.toml
with no Python code. Packaging the wheel directly is byte-equivalent
to packaging the source and avoids carrying the monorepo tarball for
an empty payload — so this lands as -bin shape despite the "full
source" preference.
The ~dev-python/cuda-bindings-13.2.0 pin matches upstream's
cuda-bindings~=13.2.0 spec (>=13.2,<14): we ship one cuda-bindings
version per cuda-python version, so a tilde-version match is
sufficient and avoids tracking unrelated cuda-bindings bumps.


View
Download
Browse