commit:     aed9ab620944c1e558f0048d8a12a72fed7904df
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Wed Jan 12 11:41:05 2022 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Wed Jan 12 11:42:50 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=aed9ab62

dev-python/gmpy: Remove old

Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>

 dev-python/gmpy/Manifest                           |   1 -
 .../gmpy/files/gmpy-2.1.0_beta5-failed-tests.patch | 132 ---------------------
 .../gmpy/files/gmpy-2.1.0_beta5-pyhash-nan.patch   |  17 ---
 dev-python/gmpy/gmpy-2.1.0_beta5.ebuild            |  45 -------
 4 files changed, 195 deletions(-)

diff --git a/dev-python/gmpy/Manifest b/dev-python/gmpy/Manifest
index 011257bc41ed..19a0ff522567 100644
--- a/dev-python/gmpy/Manifest
+++ b/dev-python/gmpy/Manifest
@@ -1,4 +1,3 @@
 DIST gmpy2-2.1.0.tar.gz 258571 BLAKE2B 
942786c9a2e1220ecad15e97c26cbea0b93c7719e5081f6defe7b71d43be0c4ce259355eb34fa013a0b90679022535a271f26425c615e65103d3a2705b27ec8e
 SHA512 
0d62354a1446708548b8dfdc6d7f8000151eb5901251f87f935144f615fd586726617c7a2bd05b91dc3e2a0cfc8797cd81d60afb8c705da153b537345eaddb34
-DIST gmpy2-2.1.0b5.tar.gz 264742 BLAKE2B 
1dd6dc66f9ec8cb2738f449112aa44feb40ba983f6da5f7a0760016e79ffed19037d77d47c0c0b816f9088725207e50ba3bd423349ed4c744ff03059c4c6a19a
 SHA512 
7dc647642d7b61af77258881a7b91ab967dd11a86ba88ff5b7fd41cd4c999d2bb4cfe586511e79cc5f21f0f00d0823bbd2620d69df051c8cead15090423a657a
 DIST gmpy2-2.1.1.tar.gz 258607 BLAKE2B 
3c070d101066fb0ba5da61b8c1eacf6bbd334aed987161091f31bccc1e836430cb844e0fdcb5017718341761f54c0fc3290e37ace28a5c4fc07930a194e77256
 SHA512 
37a08b546476f1b49cdfdb04b3a6d4da266615f789eb03896d5e2dd326c91f0fb9523504414b0de30e7265840e2ef77362a5ff011906952100c8b1da4d88d709
 DIST gmpy2-2.1.2.tar.gz 258445 BLAKE2B 
5fd89478bb7c48c317a7af74fd872e5a9c1141f8f23c110aba7298d1a325caa13e24f1a2e601d6b3c6f6af30d60505f9161a03def16df59dddabe611fb600ef4
 SHA512 
abfeb0d8a155235e3aa797ca7b34ab6947f0714273e9d381167a9f6273bad34689e1985c139080b146e072b5bfbb4fa2b937566a14f4b94cc09ed21b3f2082b7

diff --git a/dev-python/gmpy/files/gmpy-2.1.0_beta5-failed-tests.patch 
b/dev-python/gmpy/files/gmpy-2.1.0_beta5-failed-tests.patch
deleted file mode 100644
index 38a98579409a..000000000000
--- a/dev-python/gmpy/files/gmpy-2.1.0_beta5-failed-tests.patch
+++ /dev/null
@@ -1,132 +0,0 @@
-diff --git a/src/gmpy2_mpz.c b/src/gmpy2_mpz.c
-index e5087fa..66a297a 100644
---- a/src/gmpy2_mpz.c
-+++ b/src/gmpy2_mpz.c
-@@ -69,7 +69,7 @@ static PyNumberMethods GMPy_MPZ_number_methods =
-     (binaryfunc) GMPy_MPZ_ISub_Slot,       /* nb_inplace_subtract     */
-     (binaryfunc) GMPy_MPZ_IMul_Slot,       /* nb_inplace_multiply     */
-     (binaryfunc) GMPy_MPZ_IRem_Slot,       /* nb_inplace_remainder    */
--    (ternaryfunc) GMPy_MPZ_IPow_Slot,      /* nb_inplace_power        */
-+    0,      /* nb_inplace_power        */
-     (binaryfunc) GMPy_MPZ_ILshift_Slot,    /* nb_inplace_lshift       */
-     (binaryfunc) GMPy_MPZ_IRshift_Slot,    /* nb_inplace_rshift       */
-         0,                                 /* nb_inplace_and          */
-@@ -113,7 +113,7 @@ static PyNumberMethods GMPy_MPZ_number_methods =
-     (binaryfunc) GMPy_MPZ_IMul_Slot,       /* nb_inplace_multiply     */
-         0,                                 /* nb_inplace_divide       */
-     (binaryfunc) GMPy_MPZ_IRem_Slot,       /* nb_inplace_remainder    */
--    (ternaryfunc) GMPy_MPZ_IPow_Slot,      /* nb_inplace_power        */
-+    0,      /* nb_inplace_power        */
-     (binaryfunc) GMPy_MPZ_ILshift_Slot,    /* nb_inplace_lshift       */
-     (binaryfunc) GMPy_MPZ_IRshift_Slot,    /* nb_inplace_rshift       */
-         0,                                 /* nb_inplace_and          */
-@@ -229,4 +229,3 @@ static PyTypeObject MPZ_Type =
-     GMPy_MPZ_NewInit,                       /* tp_new           */
-         0,                                  /* tp_free          */
- };
--
-diff --git a/src/gmpy2_pow.c b/src/gmpy2_pow.c
-index ddcb43a..cf96470 100644
---- a/src/gmpy2_pow.c
-+++ b/src/gmpy2_pow.c
-@@ -98,8 +98,11 @@ GMPy_Integer_Pow(PyObject *b, PyObject *e, PyObject *m, 
CTXT_Object *context)
-         unsigned long el;
- 
-         if (mpz_sgn(tempe->z) < 0) {
--            VALUE_ERROR("pow() exponent cannot be negative");
--            goto err;
-+            Py_DECREF((PyObject*)result);
-+            Py_DECREF((PyObject*)tempb);
-+            Py_DECREF((PyObject*)tempe);
-+
-+            return GMPy_Real_Pow(b, e, m, context);
-         }
- 
-         /* Catch -1, 0, 1 getting raised to large exponents. */
-diff --git a/src/gmpy2_xmpz_inplace.c b/src/gmpy2_xmpz_inplace.c
-index bbcd977..e5bbf09 100644
---- a/src/gmpy2_xmpz_inplace.c
-+++ b/src/gmpy2_xmpz_inplace.c
-@@ -271,14 +271,14 @@ GMPy_XMPZ_IPow_Slot(PyObject *self, PyObject *other, 
PyObject *mod)
-     mp_bitcnt_t exp;
- 
-     exp = mp_bitcnt_t_From_Integer(other);
--    if (exp == (mp_bitcnt_t)(-1) && PyErr_Occurred()) {
--        PyErr_Clear();
--        Py_RETURN_NOTIMPLEMENTED;
--    }
-+    if (exp == (mp_bitcnt_t)(-1) && PyErr_Occurred())
-+        return NULL;
- 
-     mpz_pow_ui(MPZ(self), MPZ(self), exp);
-     Py_INCREF((PyObject*)self);
-     return (PyObject*)self;
-+
-+    Py_RETURN_NOTIMPLEMENTED;
- }
- 
- /* Inplace xmpz and.
-@@ -346,4 +346,3 @@ GMPy_XMPZ_IIor_Slot(PyObject *self, PyObject *other)
- 
-     Py_RETURN_NOTIMPLEMENTED;
- }
--
-diff --git a/test/test_gmpy2_mpz_inplace.txt b/test/test_gmpy2_mpz_inplace.txt
-index e7a8b96..147118c 100644
---- a/test/test_gmpy2_mpz_inplace.txt
-+++ b/test/test_gmpy2_mpz_inplace.txt
-@@ -147,18 +147,16 @@ Test ipow operator
- mpz(25)
- >>> x **= xmpz(2); x
- mpz(625)
-->>> x **= -2
--Traceback (most recent call last):
--  File "<stdin>", line 1, in <module>
--TypeError: unsupported operand type(s) for ** or pow(): 'mpz' and 'int'
-+>>> x **= -2; x
-+mpfr('2.5600000000000001e-06')
-+>>> x = mpz(625)
- >>> x **= 2; x
- mpz(390625)
-->>> x **= mpfr(2)
--Traceback (most recent call last):
--  File "<stdin>", line 1, in <module>
--TypeError: unsupported operand type(s) for ** or pow(): 'mpz' and 'mpfr'
-->>> 1
--1
-+>>> x **= mpfr(2); x
-+mpfr('152587890625.0')
-+>>> x = mpz(390625)
-+>>> x **= mpfr(-2); x
-+mpfr('6.5535999999999999e-12')
- 
- Test iand operator
- ------------------
-diff --git a/test/test_gmpy2_pow.txt b/test/test_gmpy2_pow.txt
-index 89bd876..d5b1f45 100644
---- a/test/test_gmpy2_pow.txt
-+++ b/test/test_gmpy2_pow.txt
-@@ -15,9 +15,7 @@ mpz(25)
- >>> ctx.pow(z1, z2)
- mpz(25)
- >>> z1 ** -z2
--Traceback (most recent call last):
--  File "<stdin>", line 1, in <module>
--ValueError: pow() exponent cannot be negative
-+mpfr('0.040000000000000001')
- >>> z1 ** 0
- mpz(1)
- >>> mpz(0) ** 32
-diff --git a/test/test_gmpy2_xmpz_inplace.txt 
b/test/test_gmpy2_xmpz_inplace.txt
-index 94f86b7..c02f966 100644
---- a/test/test_gmpy2_xmpz_inplace.txt
-+++ b/test/test_gmpy2_xmpz_inplace.txt
-@@ -135,7 +135,7 @@ xmpz(625)
- >>> x **= -2
- Traceback (most recent call last):
-   File "<stdin>", line 1, in <module>
--TypeError: unsupported operand type(s) for ** or pow(): 'xmpz' and 'int'
-+ValueError: a non-negative value is required
- >>> x **= 2; x
- xmpz(390625)
- >>> x **= mpfr(2)

diff --git a/dev-python/gmpy/files/gmpy-2.1.0_beta5-pyhash-nan.patch 
b/dev-python/gmpy/files/gmpy-2.1.0_beta5-pyhash-nan.patch
deleted file mode 100644
index 9f59a6096fcd..000000000000
--- a/dev-python/gmpy/files/gmpy-2.1.0_beta5-pyhash-nan.patch
+++ /dev/null
@@ -1,17 +0,0 @@
-diff --git a/src/gmpy2_hash.c b/src/gmpy2_hash.c
-index f276a42..1d2bfd1 100644
---- a/src/gmpy2_hash.c
-+++ b/src/gmpy2_hash.c
-@@ -147,7 +147,12 @@ _mpfr_hash(mpfr_t f)
-             }
-         }
-         else {
-+#if PY_VERSION_HEX >= 0x030A00A0
-+            // Python 3.10
-+            return _Py_HashPointer(f);
-+#else
-             return _PyHASH_NAN;
-+#endif
-         }
-     }
- 

diff --git a/dev-python/gmpy/gmpy-2.1.0_beta5.ebuild 
b/dev-python/gmpy/gmpy-2.1.0_beta5.ebuild
deleted file mode 100644
index 4768bf50c719..000000000000
--- a/dev-python/gmpy/gmpy-2.1.0_beta5.ebuild
+++ /dev/null
@@ -1,45 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-PYTHON_COMPAT=( python3_{8..10} )
-inherit distutils-r1
-
-MY_PN="${PN}2"
-MY_P="${MY_PN}-${PV/_beta/b}"
-
-DESCRIPTION="Python bindings for GMP, MPC, MPFR and MPIR libraries"
-HOMEPAGE="https://github.com/aleaxit/gmpy";
-SRC_URI="mirror://pypi/${PN:0:1}/${MY_PN}/${MY_P}.tar.gz"
-S="${WORKDIR}"/${MY_P}
-
-LICENSE="LGPL-3+"
-SLOT="2"
-KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~mips ppc ppc64 ~riscv ~s390 sparc 
x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos"
-
-RDEPEND="
-       >=dev-libs/mpc-1.0.2:=
-       >=dev-libs/mpfr-3.1.2:=
-       dev-libs/gmp:0=
-"
-DEPEND="${RDEPEND}"
-
-PATCHES=(
-       # In python 3.10 _PyHASH_NAN was removed and its usage replaced with 
_Py_HashPointer
-       # see https://github.com/python/cpython/blob/3.10/Python/pyhash.c
-       # https://github.com/aleaxit/gmpy/pull/297
-       "${FILESDIR}"/${P}-pyhash-nan.patch
-       # The tests program asks for input when running, disable that
-       "${FILESDIR}"/${P}-test-input.patch
-       # Based on this commit:
-       # 
https://github.com/aleaxit/gmpy/commit/db7ce2ef46fab84e7b9c32b05725e9b02e8cf206
-       "${FILESDIR}"/${P}-failed-tests.patch
-)
-
-distutils_enable_sphinx docs
-
-python_test() {
-       cd test || die
-       "${EPYTHON}" runtests.py || die "tests failed under ${EPYTHON}"
-}

Reply via email to