dev-python/general-sam
General Suffix Automaton implementation in Python.
-
general-sam-1.0.5~amd64test debug python_targets_python3_12 python_targets_python3_13 python_targets_python3_14 python_targets_python3_15 debug
View
Download
Browse License: MIT Overlay: tatsh-overlay
ChangeLog
commit 395f2a2cfb85114dda8ad763f30221ced7a8b333
Author: Andrew Udvare <audvare@gmail.com>
Date: Mon Aug 3 23:17:45 2026 -0400
dev-python/general-sam: drop PYPI_VERIFY_REPO
pypi.eclass exports its own src_unpack when that variable is set, and it is
inherited after cargo, so it replaced cargo_src_unpack and the crates were
never vendored: cargo then went looking for them in the crates.io index.
Signed-off-by: Andrew Udvare <audvare@gmail.com>
commit 90003e4113a3f8edb8d793dee0f48d760785c6cd
Author: Andrew Udvare <audvare@gmail.com>
Date: Mon Aug 3 22:49:10 2026 -0400
dev-python/general-sam: build the Rust extension offline
The sdist has no Cargo.lock, so cargo contacted crates.io to resolve
versions even though the crates were already vendored, and distutils-r1
overrides cargo_src_compile so the eclass never passed --offline. Ship a
lockfile matching CRATES and pass the flag through maturin.
Signed-off-by: Andrew Udvare <audvare@gmail.com>
commit 4abdd0c0e3cbd23eea6458d8c488cd74d51e5f52
Author: Andrew Udvare <audvare@gmail.com>
Date: Mon Aug 3 12:18:54 2026 -0400
*/*: set PYPI_VERIFY_REPO
Enables the verify-provenance flag so the PyPI attestation can be checked
against the publisher. The repository comes from the remote-id each package
already records, so nothing is guessed.
app-misc/deltona also loses a version suffix that leaked into its
EPYTEST_PLUGINS entries and made the generated BDEPEND atoms invalid.
Signed-off-by: Andrew Udvare <audvare@gmail.com>
commit 2cf14a0931e2d88787e7d2449f696c4c1df3222b
Author: Andrew Udvare <audvare@gmail.com>
Date: Mon Aug 3 10:58:17 2026 -0400
*/*: declare EPYTEST_PLUGINS
The plugin list comes from the pytest-* test dependencies each ebuild already
declares; a package that declares none gets an empty list. msgspec's
PYTEST_DISABLE_PLUGIN_AUTOLOAD is redundant once the list is set.
Signed-off-by: Andrew Udvare <audvare@gmail.com>
commit c017d4b6078d7b736c2536678f3d424537cb52ed
Author: Andrew Udvare <audvare@gmail.com>
Date: Mon Aug 3 10:52:22 2026 -0400
*/*: add Python 3.15 to PYTHON_COMPAT
Only where every dependency constrained to this package's Python targets
already supports it, iterated until no further package became eligible.
pkgcheck reports the same four NonsolvableDepsInStable as before.
Signed-off-by: Andrew Udvare <audvare@gmail.com>
commit f3c09938d681e50f2315929b3b881a930557b27c
Author: Andrew Udvare <audvare@gmail.com>
Date: Sun Aug 2 12:25:57 2026 -0400
dev-python/general-sam: add 1.0.5, drop 1.0.3
Signed-off-by: Andrew Udvare <audvare@gmail.com>
commit e0d083a6492958f4341dfa35714eca51949d540a
Author: Andrew Udvare <audvare@gmail.com>
Date: Wed May 6 03:31:07 2026 -0400
dev-python/general-sam: enable tests
Signed-off-by: Andrew Udvare <audvare@gmail.com>
commit 880b1984fc7dd673682afe9854f6b933f6d58cf6
Author: Andrew Udvare <audvare@gmail.com>
Date: Thu Dec 11 06:08:34 2025 -0500
*/*: update all manifests since switching to thin type
Signed-off-by: Andrew Udvare <audvare@gmail.com>
commit 2bc190564195fb832faf139d0353d9b41ceb0f2c
Author: Andrew Udvare <audvare@gmail.com>
Date: Sat Nov 29 18:26:54 2025 -0500
*/*: fix pkgcheck scan issues
- Variable order
- HTTP -> HTTPS
- Redirected URIs
- CRATES format
- Update old dep names
- PYTHON_COMPAT
- Fix long descriptions
- Issues in eclasses
commit 21edf93807a69aaea03460db7bcf6288ae49b8c4
Author: Andrew Udvare <audvare@gmail.com>
Date: Mon Oct 20 02:23:45 2025 -0400
dev-python/general-sam: update SRC_URI
Signed-off-by: Andrew Udvare <audvare@gmail.com>
commit 6715c88cd0c7d8252374f9c587b939a198a0e7a7
Author: Andrew Udvare <audvare@gmail.com>
Date: Mon Oct 20 02:06:45 2025 -0400
dev-python/general-sam: new package, add 1.0.3
Signed-off-by: Andrew Udvare <audvare@gmail.com>
Author: Andrew Udvare <audvare@gmail.com>
Date: Mon Aug 3 23:17:45 2026 -0400
dev-python/general-sam: drop PYPI_VERIFY_REPO
pypi.eclass exports its own src_unpack when that variable is set, and it is
inherited after cargo, so it replaced cargo_src_unpack and the crates were
never vendored: cargo then went looking for them in the crates.io index.
Signed-off-by: Andrew Udvare <audvare@gmail.com>
commit 90003e4113a3f8edb8d793dee0f48d760785c6cd
Author: Andrew Udvare <audvare@gmail.com>
Date: Mon Aug 3 22:49:10 2026 -0400
dev-python/general-sam: build the Rust extension offline
The sdist has no Cargo.lock, so cargo contacted crates.io to resolve
versions even though the crates were already vendored, and distutils-r1
overrides cargo_src_compile so the eclass never passed --offline. Ship a
lockfile matching CRATES and pass the flag through maturin.
Signed-off-by: Andrew Udvare <audvare@gmail.com>
commit 4abdd0c0e3cbd23eea6458d8c488cd74d51e5f52
Author: Andrew Udvare <audvare@gmail.com>
Date: Mon Aug 3 12:18:54 2026 -0400
*/*: set PYPI_VERIFY_REPO
Enables the verify-provenance flag so the PyPI attestation can be checked
against the publisher. The repository comes from the remote-id each package
already records, so nothing is guessed.
app-misc/deltona also loses a version suffix that leaked into its
EPYTEST_PLUGINS entries and made the generated BDEPEND atoms invalid.
Signed-off-by: Andrew Udvare <audvare@gmail.com>
commit 2cf14a0931e2d88787e7d2449f696c4c1df3222b
Author: Andrew Udvare <audvare@gmail.com>
Date: Mon Aug 3 10:58:17 2026 -0400
*/*: declare EPYTEST_PLUGINS
The plugin list comes from the pytest-* test dependencies each ebuild already
declares; a package that declares none gets an empty list. msgspec's
PYTEST_DISABLE_PLUGIN_AUTOLOAD is redundant once the list is set.
Signed-off-by: Andrew Udvare <audvare@gmail.com>
commit c017d4b6078d7b736c2536678f3d424537cb52ed
Author: Andrew Udvare <audvare@gmail.com>
Date: Mon Aug 3 10:52:22 2026 -0400
*/*: add Python 3.15 to PYTHON_COMPAT
Only where every dependency constrained to this package's Python targets
already supports it, iterated until no further package became eligible.
pkgcheck reports the same four NonsolvableDepsInStable as before.
Signed-off-by: Andrew Udvare <audvare@gmail.com>
commit f3c09938d681e50f2315929b3b881a930557b27c
Author: Andrew Udvare <audvare@gmail.com>
Date: Sun Aug 2 12:25:57 2026 -0400
dev-python/general-sam: add 1.0.5, drop 1.0.3
Signed-off-by: Andrew Udvare <audvare@gmail.com>
commit e0d083a6492958f4341dfa35714eca51949d540a
Author: Andrew Udvare <audvare@gmail.com>
Date: Wed May 6 03:31:07 2026 -0400
dev-python/general-sam: enable tests
Signed-off-by: Andrew Udvare <audvare@gmail.com>
commit 880b1984fc7dd673682afe9854f6b933f6d58cf6
Author: Andrew Udvare <audvare@gmail.com>
Date: Thu Dec 11 06:08:34 2025 -0500
*/*: update all manifests since switching to thin type
Signed-off-by: Andrew Udvare <audvare@gmail.com>
commit 2bc190564195fb832faf139d0353d9b41ceb0f2c
Author: Andrew Udvare <audvare@gmail.com>
Date: Sat Nov 29 18:26:54 2025 -0500
*/*: fix pkgcheck scan issues
- Variable order
- HTTP -> HTTPS
- Redirected URIs
- CRATES format
- Update old dep names
- PYTHON_COMPAT
- Fix long descriptions
- Issues in eclasses
commit 21edf93807a69aaea03460db7bcf6288ae49b8c4
Author: Andrew Udvare <audvare@gmail.com>
Date: Mon Oct 20 02:23:45 2025 -0400
dev-python/general-sam: update SRC_URI
Signed-off-by: Andrew Udvare <audvare@gmail.com>
commit 6715c88cd0c7d8252374f9c587b939a198a0e7a7
Author: Andrew Udvare <audvare@gmail.com>
Date: Mon Oct 20 02:06:45 2025 -0400
dev-python/general-sam: new package, add 1.0.3
Signed-off-by: Andrew Udvare <audvare@gmail.com>

