summaryrefslogtreecommitdiff
path: root/dev-lang/python-exec-conf
AgeCommit message (Collapse)Author
2025-09-02*/*: destable sparcArthur Zamarin
Result of running the command: grep --include="*.ebuild" -r . -e 'KEYWORDS=.*[" ]sparc' -l | xargs ekeyword ~sparc Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
2025-09-02*/*: destable hppaArthur Zamarin
Result of running the command: grep --include="*.ebuild" -r . -e 'KEYWORDS=.*[" ]hppa' -l | xargs ekeyword ~hppa Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
2024-09-12*/*: unkeyword ~ia64Arthur Zamarin
Change was created by running the following command:: ekeyword ^ia64 */*/*.ebuild Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
2024-04-17dev-lang/python-exec-conf: add missing remote-idMichael Mair-Keimberger
Signed-off-by: Michael Mair-Keimberger <mmk@levelnine.at> Signed-off-by: Conrad Kostecki <conikost@gentoo.org>
2023-05-25*/*: remove x64-cygwin keywordFabian Groffen
Signed-off-by: Fabian Groffen <grobian@gentoo.org>
2023-05-25*/*: remove sparc64-solaris keywordFabian Groffen
Signed-off-by: Fabian Groffen <grobian@gentoo.org>
2023-05-25*/*: remove sparc-solaris keywordFabian Groffen
Signed-off-by: Fabian Groffen <grobian@gentoo.org>
2023-05-24*/*: remove x86-solaris keywordFabian Groffen
Signed-off-by: Fabian Groffen <grobian@gentoo.org>
2023-04-22dev-lang/python-exec-conf: keyword ~arm64-macosSam James
Bug: https://bugs.gentoo.org/904474 Signed-off-by: Sam James <sam@gentoo.org>
2022-04-29dev-lang/python-exec-conf: keyword 2.4.6 for ~loongWANG Xuerui
Signed-off-by: WANG Xuerui <xen0n@gentoo.org>
2021-09-11**/metadata.xml: Replace http by https in DOCTYPE elementUlrich Müller
Bug: https://bugs.gentoo.org/552720 Signed-off-by: Ulrich Müller <ulm@gentoo.org>
2021-04-05dev-lang/python-exec-conf: drop s390 to ~s390 (unstable)Sam James
Signed-off-by: Sam James <sam@gentoo.org>
2021-03-16*/*: Normalize metadata.xml filesMichał Górny
Normalize quoting, replace '>' with entities, replace unnecessary entities, remove trailing empty lines. Done via: find -name metadata.xml -exec xml ed -P -L -d //none {} + Signed-off-by: Michał Górny <mgorny@gentoo.org>
2021-03-08dev-lang/python-exec-conf: Stabilize 2.4.6 arm, #768561Sam James
Signed-off-by: Sam James <sam@gentoo.org>
2021-03-08dev-lang/python-exec-conf: Stabilize 2.4.6 arm64, #768561Sam James
Signed-off-by: Sam James <sam@gentoo.org>
2021-03-06dev-lang/python-exec-conf: stable 2.4.6 for hppa, bug #768561Rolf Eike Beer
Package-Manager: Portage-3.0.13, Repoman-3.0.2 RepoMan-Options: --include-arches="hppa" Signed-off-by: Rolf Eike Beer <eike@sf-mail.de> Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org>
2021-02-19dev-lang/python-exec-conf: x86 stable (bug #768561)Thomas Deutschmann
Package-Manager: Portage-3.0.14, Repoman-3.0.2 Signed-off-by: Thomas Deutschmann <whissi@gentoo.org>
2021-02-18dev-lang/python-exec-conf: stable 2.4.6 for sparcSergei Trofimovich
stable wrt bug #768561 Package-Manager: Portage-3.0.14, Repoman-3.0.2 RepoMan-Options: --include-arches="sparc" Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org>
2021-02-10dev-lang/python-exec-conf: Stabilize 2.4.6 amd64, #768561Sam James
Signed-off-by: Sam James <sam@gentoo.org>
2021-02-09dev-lang/python-exec-conf: Stabilize 2.4.6 ppc, #768561Sam James
Signed-off-by: Sam James <sam@gentoo.org>
2021-02-06dev-lang/python-exec-conf: Stabilize 2.4.6 s390, #768561Sam James
Signed-off-by: Sam James <sam@gentoo.org>
2021-02-05dev-lang/python-exec-conf: Stabilize 2.4.6 ppc64, #768561Sam James
Signed-off-by: Sam James <sam@gentoo.org>
2021-01-19dev-lang/python-exec-conf: New package for python-exec.confMichał Górny
Split python-exec.conf file to a separate package, so that we can use PYTHON_TARGETS to control its default contents. This can be used to ensure that newer Python implementations are not used by default unless the user actually enables the relevant target. Note that we can't reuse PYTHON_TARGETS in dev-lang/python-exec this way. They are used to ensure that dev-lang/python-exec is rebuilt with the correct implementation list. Closes: https://bugs.gentoo.org/765598 Signed-off-by: Michał Górny <mgorny@gentoo.org>