Versions
v2024.05.3-r1 :: 0 :: gentoo
- Modified
- License
- BSD
- Keywords
- ~amd64
- USE flags
- test
v2024.05.2-r1 :: 0 :: gentoo
- Modified
- License
- BSD
- Keywords
- ~amd64
- USE flags
- test
USE flags
General
- test
- Enable dependencies and/or preparations necessary to run tests (usually controlled by FEATURES=test but can be toggled independently)
python_single_target
- python3_11
- Build for Python 3.11 only
- python3_12
- Build for Python 3.12 only
Dependencies
dev-python / annotated-types : Reusable constraint types to use with typing.Annotated
dev-python / cachetools : Extensible memoizing collections and decorators
dev-python / emcee : Python ensemble sampling toolkit for affine-invariant MCMC
dev-python / lmfit : Non-Linear Least-Squares Minimization and Curve-Fitting for Python
dev-python / matplotlib : Pure python plotting library with matlab like syntax
dev-python / numpy : Fast array and numerical python library
dev-python / pydantic : Data parsing and validation using Python type hints
dev-python / rapidfuzz : Rapid fuzzy string matching in Python using various string metrics
dev-python / rich : Python library for rendering rich text, tables, etc. to the terminal
dev-python / scipy : Scientific algorithms library for Python
Runtime Dependencies
dev-lang / python : An interpreted, interactive, object-oriented programming language
dev-python / annotated-types : Reusable constraint types to use with typing.Annotated
dev-python / cachetools : Extensible memoizing collections and decorators
dev-python / emcee : Python ensemble sampling toolkit for affine-invariant MCMC
dev-python / lmfit : Non-Linear Least-Squares Minimization and Curve-Fitting for Python
dev-python / matplotlib : Pure python plotting library with matlab like syntax
dev-python / numpy : Fast array and numerical python library
dev-python / pydantic : Data parsing and validation using Python type hints
dev-python / rapidfuzz : Rapid fuzzy string matching in Python using various string metrics
dev-python / rich : Python library for rendering rich text, tables, etc. to the terminal
dev-python / scipy : Scientific algorithms library for Python
Change logs
- Repository mirror & CI · gentoo
Merge updates from master - Eli Schwartz · gentoo
sci-chemistry/chemex: fix mysterious overdependency on tomli
In upstream version 2024.02.09 some "refactoring" was done: https://github.com/gbouvignies/ChemEx/commit/97d6896836e4d5c23e0eff7b1dc1646e3f69ac9e It dropped support for python 3.10 and required the stdlib tomllib rather than trying tomli. And sure enough, when 2024.02.16 was added to ::gentoo, it excluded 3.10 support for this exact reason. But it didn't state why, and it didn't remove the out of date tomli dependency. Remove it now. Bug: https://bugs.gentoo.org/929756 Fixes: c5f2c621136bfc67183c410a60713763fd0f7bdf Signed-off-by: Eli Schwartz <eschwartz93@gmail.com> Signed-off-by: Sam James <sam@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Pacho Ramos · gentoo
sci-chemistry/chemex: drop 2022.3.6, 2024.02.16
Signed-off-by: Pacho Ramos <pacho@gentoo.org> - Pacho Ramos · gentoo
sci-chemistry/chemex: add 2024.05.3
Signed-off-by: Pacho Ramos <pacho@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Pacho Ramos · gentoo
sci-chemistry/chemex: add 2024.05.2
Signed-off-by: Pacho Ramos <pacho@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Pacho Ramos · gentoo
sci-chemistry/chemex: Fix VariableOrderWrong warning
Signed-off-by: Pacho Ramos <pacho@gentoo.org> - Pacho Ramos · gentoo
sci-chemistry/chemex: drop 2022.3.5
Signed-off-by: Pacho Ramos <pacho@gentoo.org> - Pacho Ramos · gentoo
sci-chemistry/chemex: add 2024.02.16
Closes: https://bugs.gentoo.org/929756 Signed-off-by: Pacho Ramos <pacho@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Pacho Ramos · gentoo
sci-chemistry/chemex: drop 2022.3.4
Signed-off-by: Pacho Ramos <pacho@gentoo.org> - Pacho Ramos · gentoo
sci-chemistry/chemex: add 2022.3.6
Signed-off-by: Pacho Ramos <pacho@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Pacho Ramos · gentoo
sci-chemistry/chemex: drop 2022.3.0, 2022.3.1, 2022.3.3
Signed-off-by: Pacho Ramos <pacho@gentoo.org> - Pacho Ramos · gentoo
sci-chemistry/chemex: add 2022.3.5
Signed-off-by: Pacho Ramos <pacho@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Pacho Ramos · gentoo
sci-chemistry/chemex: add 2022.3.4
Signed-off-by: Pacho Ramos <pacho@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Pacho Ramos · gentoo
sci-chemistry/chemex: add 2022.3.3
Signed-off-by: Pacho Ramos <pacho@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Pacho Ramos · gentoo
sci-chemistry/chemex: drop 2022.2.0
Signed-off-by: Pacho Ramos <pacho@gentoo.org> - Pacho Ramos · gentoo
sci-chemistry/chemex: add 2022.3.1
Signed-off-by: Pacho Ramos <pacho@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Pacho Ramos · gentoo
sci-chemistry/chemex: drop 2022.0.1-r1, 2022.1.0
Signed-off-by: Pacho Ramos <pacho@gentoo.org> - Pacho Ramos · gentoo
sci-chemistry/chemex: add 2022.3.0
Signed-off-by: Pacho Ramos <pacho@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Pacho Ramos · gentoo
sci-chemistry/chemex: add 2022.2.0
Signed-off-by: Pacho Ramos <pacho@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Pacho Ramos · gentoo
sci-chemistry/chemex: drop 2021.4.0_p6-r1
Signed-off-by: Pacho Ramos <pacho@gentoo.org> - Pacho Ramos · gentoo
sci-chemistry/chemex: add 2022.1.0
Signed-off-by: Pacho Ramos <pacho@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Michał Górny · gentoo
sci-chemistry/chemex: Use PEP517 build
Signed-off-by: Michał Górny <mgorny@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Repository mirror & CI · gentoo
Merge updates from master - Michał Górny · gentoo
sci-chemistry/chemex: Revert "add 2022.0.1"
Reverting because of pending dev-python/ deps revert. Reverts: 96ce6a9530fc93af92cad81b30dcb4059bc07063 Bug: https://bugs.gentoo.org/871339 Signed-off-by: Michał Górny <mgorny@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Pacho Ramos · gentoo
sci-chemistry/chemex: add 2022.0.1
Signed-off-by: Pacho Ramos <pacho@gentoo.org> - Pacho Ramos · gentoo
sci-chemistry/chemex: add 2022.0.1
Readding now that deps are satisfied again. Signed-off-by: Pacho Ramos <pacho@gentoo.org> Bug: https://bugs.gentoo.org/871339 Signed-off-by: Michał Górny <mgorny@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Pacho Ramos · gentoo
sci-chemistry/chemex: Update tests handling
Closes: https://bugs.gentoo.org/815079 Thanks-to: Agostino Sarubbo Package-Manager: Portage-3.0.28, Repoman-3.0.3 Signed-off-by: Pacho Ramos <pacho@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Pacho Ramos · gentoo
sci-chemistry/chemex: Drop old
Package-Manager: Portage-3.0.28, Repoman-3.0.3 Signed-off-by: Pacho Ramos <pacho@gentoo.org> - Pacho Ramos · gentoo
sci-chemistry/chemex: Version bump
Package-Manager: Portage-3.0.28, Repoman-3.0.3 Signed-off-by: Pacho Ramos <pacho@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Pacho Ramos · gentoo
sci-chemistry/chemex: Drop old
Package-Manager: Portage-3.0.24, Repoman-3.0.3 Signed-off-by: Pacho Ramos <pacho@gentoo.org> - Pacho Ramos · gentoo
sci-chemistry/chemex: Version bump
Package-Manager: Portage-3.0.24, Repoman-3.0.3 Signed-off-by: Pacho Ramos <pacho@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Pacho Ramos · gentoo
sci-chemistry/chemex: Version bump
Closes: https://bugs.gentoo.org/809764 Closes: https://bugs.gentoo.org/809761 Package-Manager: Portage-3.0.22, Repoman-3.0.3 Signed-off-by: Pacho Ramos <pacho@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - David Seifert · gentoo
sci-chemistry/chemex: PYTHON_MULTI_USEDEP -> PYTHON_USEDEP
Signed-off-by: David Seifert <soap@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Pacho Ramos · gentoo
sci-chemistry/chemex: Support python 3.9, fix tests
Closes: https://bugs.gentoo.org/738242 Thanks-to: Agostino Sarubbo Package-Manager: Portage-3.0.14, Repoman-3.0.2 Signed-off-by: Pacho Ramos <pacho@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Michał Górny · gentoo
*/*: Remove obsolete values from PYTHON_COMPAT
Signed-off-by: Michał Górny <mgorny@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Jakov Smolic · gentoo
sci-chemistry/chemex: Remove old
Signed-off-by: Jakov Smolic <jakov.smolic@sartura.hr> Signed-off-by: David Seifert <soap@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Michał Górny · gentoo
Move {sci-libs → dev-python}/scipy
Signed-off-by: Michał Górny <mgorny@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Michał Górny · gentoo
sci-chemistry/chemex: Remove old
Signed-off-by: Michał Górny <mgorny@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Pacho Ramos · gentoo
sci-chemistry/chemex: Bump to 2018.10.3
Package-Manager: Portage-2.3.100, Repoman-2.3.22 Signed-off-by: Pacho Ramos <pacho@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Pacho Ramos · gentoo
sci-chemistry/chemex: Bump to 2018.10.2
Closes: https://bugs.gentoo.org/705648 Package-Manager: Portage-2.3.100, Repoman-2.3.22 Signed-off-by: Pacho Ramos <pacho@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Michał Górny · gentoo
sci-chemistry/chemex: Switch to PYTHON_MULTI_USEDEP API
Signed-off-by: Michał Górny <mgorny@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Repository mirror & CI · gentoo
Merge updates from master - Michał Górny · gentoo
sci-chemistry/chemex: Permit scipy-python2
Signed-off-by: Michał Górny <mgorny@gentoo.org> - Michał Górny · gentoo
sci-chemistry/chemex: Permit matplotlib-python2
Signed-off-by: Michał Górny <mgorny@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Michał Górny · gentoo
sci-chemistry/chemex: Revbump post dep change
Signed-off-by: Michał Górny <mgorny@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Michał Górny · gentoo
sci-chemistry/chemex: Permit numpy-python2
Signed-off-by: Michał Górny <mgorny@gentoo.org> - Pacho Ramos · gentoo
sci-chemistry/chemex: Introduce chemex
Package-Manager: Portage-2.3.31, Repoman-2.3.9