diff --git a/app-crypt/badkeys/badkeys-0.0.11.ebuild b/app-crypt/badkeys/badkeys-0.0.11.ebuild index 9af1570815ed8..c6fcf93434e21 100644 --- a/app-crypt/badkeys/badkeys-0.0.11.ebuild +++ b/app-crypt/badkeys/badkeys-0.0.11.ebuild @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 EAPI=8 -PYTHON_COMPAT=( python3_{9..12} ) +PYTHON_COMPAT=( python3_{10..12} ) DISTUTILS_USE_PEP517=setuptools inherit distutils-r1 pypi @@ -15,7 +15,7 @@ KEYWORDS="~amd64" IUSE="dkim ssh" DEPEND="dev-python/cryptography[${PYTHON_USEDEP}] - dev-python/gmpy[${PYTHON_USEDEP}]" + dev-python/gmpy2[${PYTHON_USEDEP}]" RDEPEND="${DEPEND} dkim? ( dev-python/dnspython[${PYTHON_USEDEP}] ) ssh? ( dev-python/paramiko[${PYTHON_USEDEP}] )" diff --git a/app-crypt/badkeys/badkeys-0.0.12.ebuild b/app-crypt/badkeys/badkeys-0.0.12.ebuild index 9af1570815ed8..c6fcf93434e21 100644 --- a/app-crypt/badkeys/badkeys-0.0.12.ebuild +++ b/app-crypt/badkeys/badkeys-0.0.12.ebuild @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 EAPI=8 -PYTHON_COMPAT=( python3_{9..12} ) +PYTHON_COMPAT=( python3_{10..12} ) DISTUTILS_USE_PEP517=setuptools inherit distutils-r1 pypi @@ -15,7 +15,7 @@ KEYWORDS="~amd64" IUSE="dkim ssh" DEPEND="dev-python/cryptography[${PYTHON_USEDEP}] - dev-python/gmpy[${PYTHON_USEDEP}]" + dev-python/gmpy2[${PYTHON_USEDEP}]" RDEPEND="${DEPEND} dkim? ( dev-python/dnspython[${PYTHON_USEDEP}] ) ssh? ( dev-python/paramiko[${PYTHON_USEDEP}] )" diff --git a/dev-python/ecdsa/ecdsa-0.19.0.ebuild b/dev-python/ecdsa/ecdsa-0.19.0.ebuild index 2232a0f7a08f6..1c3ef83d6d796 100644 --- a/dev-python/ecdsa/ecdsa-0.19.0.ebuild +++ b/dev-python/ecdsa/ecdsa-0.19.0.ebuild @@ -20,7 +20,7 @@ KEYWORDS="amd64 arm arm64 ~hppa ~mips ppc ppc64 ~riscv sparc x86 ~ppc-macos ~x64 RDEPEND=" $(python_gen_cond_dep ' - dev-python/gmpy[${PYTHON_USEDEP}] + dev-python/gmpy2[${PYTHON_USEDEP}] ' 'python*') dev-python/six[${PYTHON_USEDEP}] " diff --git a/dev-python/gmpy/Manifest b/dev-python/gmpy2/Manifest similarity index 100% rename from dev-python/gmpy/Manifest rename to dev-python/gmpy2/Manifest diff --git a/dev-python/gmpy/gmpy-2.2.1.ebuild b/dev-python/gmpy2/gmpy2-2.2.1.ebuild similarity index 100% rename from dev-python/gmpy/gmpy-2.2.1.ebuild rename to dev-python/gmpy2/gmpy2-2.2.1.ebuild diff --git a/dev-python/gmpy/metadata.xml b/dev-python/gmpy2/metadata.xml similarity index 100% rename from dev-python/gmpy/metadata.xml rename to dev-python/gmpy2/metadata.xml diff --git a/dev-python/jsonpickle/jsonpickle-3.3.0.ebuild b/dev-python/jsonpickle/jsonpickle-3.3.0.ebuild index 2be3bd6e680a6..d5d325a3c5538 100644 --- a/dev-python/jsonpickle/jsonpickle-3.3.0.ebuild +++ b/dev-python/jsonpickle/jsonpickle-3.3.0.ebuild @@ -26,7 +26,7 @@ BDEPEND=" dev-python/setuptools-scm[${PYTHON_USEDEP}] test? ( dev-python/feedparser[${PYTHON_USEDEP}] - dev-python/gmpy[${PYTHON_USEDEP}] + dev-python/gmpy2[${PYTHON_USEDEP}] dev-python/numpy[${PYTHON_USEDEP}] $(python_gen_cond_dep ' dev-python/pandas[${PYTHON_USEDEP}] @@ -51,7 +51,7 @@ python_test() { tests/bson_test.py ) - if ! has_version "dev-python/gmpy[${PYTHON_USEDEP}]"; then + if ! has_version "dev-python/gmpy2[${PYTHON_USEDEP}]"; then EPYTEST_IGNORE+=( jsonpickle/ext/gmpy.py ) fi if ! has_version "dev-python/pandas[${PYTHON_USEDEP}]"; then diff --git a/dev-python/jsonpickle/jsonpickle-3.4.2.ebuild b/dev-python/jsonpickle/jsonpickle-3.4.2.ebuild index e800bef591871..971fe8e5ffc66 100644 --- a/dev-python/jsonpickle/jsonpickle-3.4.2.ebuild +++ b/dev-python/jsonpickle/jsonpickle-3.4.2.ebuild @@ -26,7 +26,7 @@ BDEPEND=" dev-python/setuptools-scm[${PYTHON_USEDEP}] test? ( dev-python/feedparser[${PYTHON_USEDEP}] - dev-python/gmpy[${PYTHON_USEDEP}] + dev-python/gmpy2[${PYTHON_USEDEP}] dev-python/numpy[${PYTHON_USEDEP}] dev-python/pandas[${PYTHON_USEDEP}] dev-python/simplejson[${PYTHON_USEDEP}] @@ -49,7 +49,7 @@ python_test() { tests/bson_test.py ) - if ! has_version "dev-python/gmpy[${PYTHON_USEDEP}]"; then + if ! has_version "dev-python/gmpy2[${PYTHON_USEDEP}]"; then EPYTEST_IGNORE+=( jsonpickle/ext/gmpy.py ) fi if ! has_version "dev-python/pandas[${PYTHON_USEDEP}]"; then diff --git a/dev-python/mpmath/mpmath-1.4.0_alpha2.ebuild b/dev-python/mpmath/mpmath-1.4.0_alpha2.ebuild index 520d08f835139..c31b4093a4ccd 100644 --- a/dev-python/mpmath/mpmath-1.4.0_alpha2.ebuild +++ b/dev-python/mpmath/mpmath-1.4.0_alpha2.ebuild @@ -29,7 +29,7 @@ BDEPEND=" dev-python/pytest-rerunfailures[${PYTHON_USEDEP}] dev-python/pytest-timeout[${PYTHON_USEDEP}] $(python_gen_cond_dep ' - dev-python/gmpy[${PYTHON_USEDEP}] + dev-python/gmpy2[${PYTHON_USEDEP}] ' 'python3*') !mips? ( dev-python/ipython[${PYTHON_USEDEP}] @@ -73,6 +73,6 @@ python_test() { } pkg_postinst() { - optfeature "gmp support" dev-python/gmpy + optfeature "gmp support" dev-python/gmpy2 optfeature "matplotlib support" dev-python/matplotlib } diff --git a/dev-python/pplpy/pplpy-0.8.10.ebuild b/dev-python/pplpy/pplpy-0.8.10.ebuild index 4cadab58c1f50..132a03801a988 100644 --- a/dev-python/pplpy/pplpy-0.8.10.ebuild +++ b/dev-python/pplpy/pplpy-0.8.10.ebuild @@ -25,7 +25,7 @@ IUSE="doc" DEPEND=" dev-libs/ppl dev-python/cysignals[${PYTHON_USEDEP}] - >=dev-python/gmpy-2.1.0_beta1[${PYTHON_USEDEP}] + >=dev-python/gmpy2-2.1.0_beta1[${PYTHON_USEDEP}] " RDEPEND=" ${DEPEND} diff --git a/profiles/arch/mips/package.use.mask b/profiles/arch/mips/package.use.mask index 9dffa13994242..7710390e180ea 100644 --- a/profiles/arch/mips/package.use.mask +++ b/profiles/arch/mips/package.use.mask @@ -319,9 +319,9 @@ gnome-base/gvfs google xfce-base/xfwm4 xpresent # Mart Raudsepp (2017-02-07) -# dev-python/gmpy fails tests about sizeof (conch), bug 608496 +# dev-python/gmpy2 fails tests about sizeof (conch), bug 608496 # dev-python/attrs fails tests on slow mips, couldn't test service_identity test path (crypt), bug 608570 -# dev-python/gmpy also a test depend, so minimize the features until can test properly (http2 soap test) +# dev-python/gmpy2 also a test depend, so minimize the features until can test properly (http2 soap test) dev-python/twisted conch http2 test # Felix Janda (2016-09-24) diff --git a/profiles/updates/4Q-2024 b/profiles/updates/4Q-2024 index 022062dadeacf..aedc958dd30ce 100644 --- a/profiles/updates/4Q-2024 +++ b/profiles/updates/4Q-2024 @@ -3,3 +3,4 @@ move sys-apps/scx sys-kernel/scx slotmove media-sound/kmetronome 5 0 move net-im/sendxmpp-amm net-im/sendxmpp-scala move dev-python/jinja dev-python/jinja2 +move dev-python/gmpy dev-python/gmpy2 diff --git a/sci-mathematics/cadabra/cadabra-2.4.5.4.ebuild b/sci-mathematics/cadabra/cadabra-2.4.5.4.ebuild index 6cf0e0d717a57..3c810acdcb8c8 100644 --- a/sci-mathematics/cadabra/cadabra-2.4.5.4.ebuild +++ b/sci-mathematics/cadabra/cadabra-2.4.5.4.ebuild @@ -42,7 +42,7 @@ RDEPEND=" dev-libs/libsigc++:2 dev-texlive/texlive-basic $(python_gen_cond_dep ' - dev-python/gmpy:2[${PYTHON_USEDEP}] + dev-python/gmpy2:2[${PYTHON_USEDEP}] dev-python/matplotlib[${PYTHON_USEDEP}] dev-python/sympy[${PYTHON_USEDEP}] jupyter? ( dev-python/jupyter[${PYTHON_USEDEP}] ) diff --git a/sci-mathematics/cadabra/cadabra-2.4.5.6.ebuild b/sci-mathematics/cadabra/cadabra-2.4.5.6.ebuild index de5c161c94ef7..6ed212c823b44 100644 --- a/sci-mathematics/cadabra/cadabra-2.4.5.6.ebuild +++ b/sci-mathematics/cadabra/cadabra-2.4.5.6.ebuild @@ -43,7 +43,7 @@ RDEPEND=" dev-libs/libsigc++:2 dev-texlive/texlive-basic $(python_gen_cond_dep ' - dev-python/gmpy:2[${PYTHON_USEDEP}] + dev-python/gmpy2:2[${PYTHON_USEDEP}] dev-python/matplotlib[${PYTHON_USEDEP}] dev-python/sympy[${PYTHON_USEDEP}] jupyter? ( dev-python/jupyter[${PYTHON_USEDEP}] ) diff --git a/sci-mathematics/cadabra/cadabra-2.4.5.7.ebuild b/sci-mathematics/cadabra/cadabra-2.4.5.7.ebuild index 5d08d2e820db5..0748e9061836e 100644 --- a/sci-mathematics/cadabra/cadabra-2.4.5.7.ebuild +++ b/sci-mathematics/cadabra/cadabra-2.4.5.7.ebuild @@ -43,7 +43,7 @@ RDEPEND=" dev-libs/libsigc++:2 dev-texlive/texlive-basic $(python_gen_cond_dep ' - dev-python/gmpy:2[${PYTHON_USEDEP}] + dev-python/gmpy2:2[${PYTHON_USEDEP}] dev-python/matplotlib[${PYTHON_USEDEP}] dev-python/sympy[${PYTHON_USEDEP}] jupyter? ( dev-python/jupyter[${PYTHON_USEDEP}] )