diff options
| author | BaldEagleOS Migration <dev@baldeagleos.com> | 2026-06-03 03:01:38 -0500 |
|---|---|---|
| committer | BaldEagleOS Migration <dev@baldeagleos.com> | 2026-06-03 03:01:38 -0500 |
| commit | 46b253445e4dc73ee69188755ecbd45f6782960c (patch) | |
| tree | 93de0bfac271d3fa0e9e3ab52f60c169a3e81199 /dev-python/cryptg | |
| parent | 51bf2274747e1d7dc41c145ccf95055c1b9d763b (diff) | |
| download | baldeagleos-repo-46b253445e4dc73ee69188755ecbd45f6782960c.tar.gz baldeagleos-repo-46b253445e4dc73ee69188755ecbd45f6782960c.tar.xz baldeagleos-repo-46b253445e4dc73ee69188755ecbd45f6782960c.zip | |
Adding metadata
Diffstat (limited to 'dev-python/cryptg')
| -rw-r--r-- | dev-python/cryptg/cryptg-0.5.0_p0.ebuild | 2 | ||||
| -rw-r--r-- | dev-python/cryptg/cryptg-0.5.2.ebuild | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/dev-python/cryptg/cryptg-0.5.0_p0.ebuild b/dev-python/cryptg/cryptg-0.5.0_p0.ebuild index 4114632cea02..e7b2a290cd22 100644 --- a/dev-python/cryptg/cryptg-0.5.0_p0.ebuild +++ b/dev-python/cryptg/cryptg-0.5.0_p0.ebuild @@ -8,7 +8,7 @@ EAPI=8 CARGO_OPTIONAL=1 DISTUTILS_USE_PEP517=setuptools DISTUTILS_EXT=1 -PYTHON_COMPAT=( python3_{9,10,11,12,13,14} ) # needs pyo3 crate bump for pypy3_11 and py3.14 +PYTHON_COMPAT=( python3_{12..13} ) # needs pyo3 crate bump for pypy3_11 and py3.14 CRATES=" aes@0.8.4 diff --git a/dev-python/cryptg/cryptg-0.5.2.ebuild b/dev-python/cryptg/cryptg-0.5.2.ebuild index 6f27e9218e2e..0c27f610a0c7 100644 --- a/dev-python/cryptg/cryptg-0.5.2.ebuild +++ b/dev-python/cryptg/cryptg-0.5.2.ebuild @@ -8,7 +8,7 @@ EAPI=8 CARGO_OPTIONAL=1 DISTUTILS_USE_PEP517=setuptools DISTUTILS_EXT=1 -PYTHON_COMPAT=( python3_{9,10,11,12,13,14} pypy3 ) +PYTHON_COMPAT=( python3_{13..14} ) CRATES=" aes@0.8.4 |
