public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Michał Górny" <mgorny@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/gmpy/
Date: Mon, 19 Dec 2022 06:46:17 +0000 (UTC)	[thread overview]
Message-ID: <1671432370.8cdf580d2b1503d496a6b0998f420dd8a6091c99.mgorny@gentoo> (raw)

commit:     8cdf580d2b1503d496a6b0998f420dd8a6091c99
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Mon Dec 19 06:27:34 2022 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Mon Dec 19 06:46:10 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8cdf580d

dev-python/gmpy: Bump to 2.1.5

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

 dev-python/gmpy/Manifest          |  1 +
 dev-python/gmpy/gmpy-2.1.5.ebuild | 40 +++++++++++++++++++++++++++++++++++++++
 2 files changed, 41 insertions(+)

diff --git a/dev-python/gmpy/Manifest b/dev-python/gmpy/Manifest
index c4235ba2db5e..ba37c90c9899 100644
--- a/dev-python/gmpy/Manifest
+++ b/dev-python/gmpy/Manifest
@@ -1,3 +1,4 @@
 DIST gmpy2-2.1.2.tar.gz 258445 BLAKE2B 5fd89478bb7c48c317a7af74fd872e5a9c1141f8f23c110aba7298d1a325caa13e24f1a2e601d6b3c6f6af30d60505f9161a03def16df59dddabe611fb600ef4 SHA512 abfeb0d8a155235e3aa797ca7b34ab6947f0714273e9d381167a9f6273bad34689e1985c139080b146e072b5bfbb4fa2b937566a14f4b94cc09ed21b3f2082b7
 DIST gmpy2-2.1.3.tar.gz 261520 BLAKE2B 4480522da105638521e99a4477285ace5178e6ebd2da2144eba9168da49b8f9ff627030dd2ddb6cc4431bf306c1e48d3ef2b23e193d48315e7e70575ddcc124c SHA512 6759ab52ee9c7abd5a95633d8f42399eb92430b0b2110a7e2db4850d9136f2b41c553a44e5e8c6eb7d44aa68318fd04d43f57b7a8a8af60b5d70140e8d2e2a6f
 DIST gmpy2-2.1.4.tar.gz 261649 BLAKE2B 7ddb02522d8f401f17dd664586623fa7fc2da448948515aac49b02a4ac46ca4f3ab74ab87594bf2c0ab3862832293c1a6f271e5a6afeeb0845890bc0b9ee27e8 SHA512 a71ddcd70b33a83a81a88c893337844dc1e4cfd058ff2236d53568f81c654079489e17c19f22a63fb08670c7254821d92778d9b9c33415467b6ed4634ff598cb
+DIST gmpy2-2.1.5.tar.gz 261709 BLAKE2B 50958868866fadc49c97534780fa491fadfaaea902f3fd4bd51f4e76a94602a6d030a1ee6685aac742e25b5fbe4865e1419307f7215c8fb553b166761d63607a SHA512 92e16359ee1df63faaeae4a3cbefe8cdbbc576d8eda377f08d59f12b70dfe9337a299686e85d1efee6c2f5b41fc4583643fecc68ea38a500c7f876c56fc169e7

diff --git a/dev-python/gmpy/gmpy-2.1.5.ebuild b/dev-python/gmpy/gmpy-2.1.5.ebuild
new file mode 100644
index 000000000000..708409ffeb6a
--- /dev/null
+++ b/dev-python/gmpy/gmpy-2.1.5.ebuild
@@ -0,0 +1,40 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=setuptools
+PYTHON_COMPAT=( python3_{8..11} )
+
+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/
+	https://pypi.org/project/gmpy2/
+"
+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 ~loong ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos"
+
+DEPEND="
+	>=dev-libs/mpc-1.0.2:=
+	>=dev-libs/mpfr-3.1.2:=
+	dev-libs/gmp:0=
+"
+RDEPEND="
+	${DEPEND}
+"
+
+distutils_enable_sphinx docs
+
+python_test() {
+	cd test || die
+	"${EPYTHON}" runtests.py || die "tests failed under ${EPYTHON}"
+}


             reply	other threads:[~2022-12-19  6:46 UTC|newest]

Thread overview: 116+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-12-19  6:46 Michał Górny [this message]
  -- strict thread matches above, loose matches on Subject: below --
2024-08-31  4:48 [gentoo-commits] repo/gentoo:master commit in: dev-python/gmpy/ Sam James
2024-08-30 14:59 Ionen Wolkens
2024-08-29 16:33 Arthur Zamarin
2024-08-29 14:28 Ionen Wolkens
2024-08-29 14:28 Ionen Wolkens
2024-08-16 15:20 Michał Górny
2024-08-16 13:58 Sam James
2024-08-12 22:05 Jakov Smolić
2024-08-10 15:41 Michał Górny
2024-08-10  8:17 Michał Górny
2024-07-22  1:47 Michał Górny
2024-07-20 21:06 James Le Cuirot
2024-07-20 11:24 Arthur Zamarin
2024-07-20 11:24 Arthur Zamarin
2024-07-20 11:24 Arthur Zamarin
2024-07-20  7:39 Arthur Zamarin
2024-07-02  6:58 Michał Górny
2024-06-14 19:07 Michał Górny
2023-12-08  5:17 Michał Górny
2023-12-07 20:29 Arthur Zamarin
2023-11-29 17:19 Sam James
2023-11-29 15:33 Arthur Zamarin
2023-11-29 14:42 Arthur Zamarin
2023-11-29 14:42 Arthur Zamarin
2023-11-29 13:21 Arthur Zamarin
2023-11-29 13:18 Arthur Zamarin
2023-11-29 13:18 Arthur Zamarin
2023-10-30  7:12 Andrey Grozin
2023-01-10  8:40 Arthur Zamarin
2023-01-10  8:38 Arthur Zamarin
2023-01-07 19:44 Sam James
2023-01-07 19:09 Arthur Zamarin
2023-01-07 18:41 Arthur Zamarin
2023-01-07 18:35 Arthur Zamarin
2023-01-07 18:32 Arthur Zamarin
2023-01-07 18:23 Arthur Zamarin
2023-01-07 18:23 Arthur Zamarin
2022-12-12 15:33 Michał Górny
2022-12-07 15:59 Michał Górny
2022-06-17  4:54 Michał Górny
2022-06-16 23:29 Jakov Smolić
2022-06-13 16:29 Sam James
2022-06-13 10:22 Agostino Sarubbo
2022-06-13  7:15 Agostino Sarubbo
2022-06-13  7:10 Agostino Sarubbo
2022-06-13  7:09 Agostino Sarubbo
2022-06-12 12:46 Sam James
2022-06-12 11:55 Sam James
2022-05-12 16:33 Michał Górny
2022-05-12 16:33 Michał Górny
2022-03-12 19:49 Michał Górny
2022-03-12 11:13 Arthur Zamarin
2022-03-06  8:05 Sam James
2022-03-06  7:38 Sam James
2022-02-27 16:38 Sam James
2022-01-27 22:56 James Le Cuirot
2022-01-14 11:21 Michał Górny
2022-01-14 11:17 Arthur Zamarin
2022-01-13 23:06 Jakov Smolić
2022-01-13 23:06 Jakov Smolić
2022-01-13 20:46 Arthur Zamarin
2022-01-13 18:48 Arthur Zamarin
2022-01-13 18:40 Arthur Zamarin
2022-01-13 18:29 Arthur Zamarin
2022-01-13 18:29 Arthur Zamarin
2022-01-12 10:03 Arthur Zamarin
2022-01-12  0:32 Sam James
2022-01-11 21:34 Sam James
2022-01-11 21:11 Arthur Zamarin
2022-01-11 21:11 Arthur Zamarin
2022-01-11 21:11 Arthur Zamarin
2022-01-11 21:11 Arthur Zamarin
2022-01-11 20:35 Arthur Zamarin
2022-01-06 19:05 Arthur Zamarin
2021-12-14 10:21 Michał Górny
2021-12-12  8:33 Michał Górny
2021-07-28  0:19 Marek Szuba
2021-07-12  6:42 Sam James
2021-07-07 14:22 Sergei Trofimovich
2021-07-06  1:48 Sam James
2021-07-03  6:25 Agostino Sarubbo
2021-07-03  6:24 Agostino Sarubbo
2021-07-03  6:22 Agostino Sarubbo
2021-07-03  6:20 Agostino Sarubbo
2021-05-31 23:53 Sam James
2020-11-28 11:57 Sam James
2020-06-06  8:38 Michał Górny
2020-05-26 18:09 Michał Górny
2020-05-04 11:04 Michał Górny
2020-04-10 17:37 Sergei Trofimovich
2020-04-07 10:21 Mart Raudsepp
2020-03-29 14:45 Sergei Trofimovich
2019-11-25 12:35 Michał Górny
2019-11-22  8:40 Michał Górny
2019-11-22  8:40 Michał Górny
2019-01-17 20:45 Mikle Kolyada
2018-12-31 10:21 Mikle Kolyada
2018-09-29  8:01 Sergei Trofimovich
2018-07-15 19:11 Mart Raudsepp
2018-07-08 19:10 Sergei Trofimovich
2018-05-04 13:05 Mart Raudsepp
2018-04-06  5:23 Matt Turner
2018-03-30 18:08 Sergei Trofimovich
2018-02-21 22:11 Michał Górny
2017-10-05  4:36 Markus Meier
2017-06-26 20:18 Tobias Klausmann
2017-05-26 10:16 Tobias Klausmann
2017-05-03  9:26 Michał Górny
2017-03-22 19:48 Markus Meier
2017-01-25  6:39 Jeroen Roovers
2017-01-18 11:57 Agostino Sarubbo
2017-01-17 13:26 Aaron Bauman
2016-08-09 10:27 Andrey Grozin
2016-01-07  9:23 Justin Lecher
2015-09-01 19:19 Tobias Klausmann

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1671432370.8cdf580d2b1503d496a6b0998f420dd8a6091c99.mgorny@gentoo \
    --to=mgorny@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox