From: "Michał Górny" <mgorny@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/thrift/
Date: Sat, 24 May 2025 06:11:10 +0000 (UTC) [thread overview]
Message-ID: <1748067056.e455bd07b02156815575bb2d2ee72bbaf0735a93.mgorny@gentoo> (raw)
commit: e455bd07b02156815575bb2d2ee72bbaf0735a93
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sat May 24 04:34:58 2025 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sat May 24 06:10:56 2025 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e455bd07
dev-python/thrift: Bump to 0.22.0
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
dev-python/thrift/Manifest | 1 +
dev-python/thrift/thrift-0.22.0.ebuild | 39 ++++++++++++++++++++++++++++++++++
2 files changed, 40 insertions(+)
diff --git a/dev-python/thrift/Manifest b/dev-python/thrift/Manifest
index a6e815d77adc..66eba4ce5fdb 100644
--- a/dev-python/thrift/Manifest
+++ b/dev-python/thrift/Manifest
@@ -1 +1,2 @@
DIST thrift-0.21.0.tar.gz 4398072 BLAKE2B 1cbbecd0a4ecfe1a14b657d2a87286ad821e821894efde226aa96b23c62250c6bb032e703e0031990328b263593d92024f28b907e8dc27c217d475f6f3b90932 SHA512 0ffca1232305c07f803adb7239b5d22ee5c766a2809703c127b45a80b820c677e05a2d5b82852af5e1e923abe07ff1d9eb2f3fa4f2aa8732c9a81d8b0daa1f35
+DIST thrift-0.22.0.tar.gz 4422267 BLAKE2B b91b3379dcce0222e0cc29cd783710ef183694d96e4794535d72a7a49764e994e70a6560841bc93668d4997a68f405eaa5a5f2d0c5a1c6238c6bd9b3556d9400 SHA512 beb37ee2a295fae7df12cce6449c92799076771bae515fafcc790a62ac6e76ac5584f102315d466b8f5f98e236c9dc4a244695bdcd9f1392d6e9a13d365ddadc
diff --git a/dev-python/thrift/thrift-0.22.0.ebuild b/dev-python/thrift/thrift-0.22.0.ebuild
new file mode 100644
index 000000000000..f60fe1e540df
--- /dev/null
+++ b/dev-python/thrift/thrift-0.22.0.ebuild
@@ -0,0 +1,39 @@
+# Copyright 1999-2025 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_EXT=1
+DISTUTILS_USE_PEP517=setuptools
+PYTHON_COMPAT=( python3_{11..14} )
+
+inherit distutils-r1
+
+DESCRIPTION="Python implementation of Thrift"
+HOMEPAGE="
+ https://pypi.org/project/thrift/
+ https://thrift.apache.org/
+ https://github.com/apache/thrift
+"
+SRC_URI="
+ https://downloads.apache.org/${PN}/${PV}/${P}.tar.gz
+ https://archive.apache.org/dist/${PN}/${PV}/${P}.tar.gz
+"
+S="${WORKDIR}/${P}/lib/py"
+
+LICENSE="Apache-2.0"
+SLOT="0"
+KEYWORDS="~amd64 ~riscv ~x86 ~amd64-linux ~x86-linux"
+
+distutils_enable_tests unittest
+
+python_test() {
+ eunittest test
+}
+
+src_install() {
+ distutils-r1_src_install
+ # avoid file collision with dev-libs/thrift (bug #933272)
+ mv "${D}"/usr/share/doc/${P}/README.md \
+ "${D}"/usr/share/doc/${P}/ReadMe.md || die
+}
next reply other threads:[~2025-05-24 6:11 UTC|newest]
Thread overview: 39+ messages / expand[flat|nested] mbox.gz Atom feed top
2025-05-24 6:11 Michał Górny [this message]
-- strict thread matches above, loose matches on Subject: below --
2025-06-07 11:30 [gentoo-commits] repo/gentoo:master commit in: dev-python/thrift/ Michał Górny
2025-06-07 11:11 Arthur Zamarin
2025-06-07 10:15 Arthur Zamarin
2025-04-24 20:15 Sam James
2024-10-12 8:17 Michał Górny
2024-10-12 8:13 Michał Górny
2024-10-12 7:52 Michał Górny
2024-09-22 2:28 Michał Górny
2024-07-06 9:29 Thomas Beierlein
2024-06-27 15:11 Petr Vaněk
2024-06-27 15:11 Petr Vaněk
2024-06-27 15:11 Petr Vaněk
2024-06-15 13:08 Michał Górny
2024-06-15 10:54 Arthur Zamarin
2024-06-15 10:54 Arthur Zamarin
2024-05-29 7:38 Thomas Beierlein
2024-04-03 9:48 Fabian Groffen
2024-04-03 9:41 Fabian Groffen
2022-07-11 9:17 Michał Górny
2022-07-11 8:13 Agostino Sarubbo
2022-07-11 8:11 Agostino Sarubbo
2022-06-03 10:02 Arthur Zamarin
2022-04-30 15:53 Marek Szuba
2021-06-19 19:06 Fabian Groffen
2021-06-19 10:01 Agostino Sarubbo
2021-06-18 6:27 Agostino Sarubbo
2021-06-01 6:39 Fabian Groffen
2021-01-07 14:44 Fabian Groffen
2021-01-07 10:06 Sam James
2021-01-07 5:59 Sam James
2020-12-24 9:14 Fabian Groffen
2020-12-24 8:58 Fabian Groffen
2020-05-09 10:03 Fabian Groffen
2020-02-06 6:38 Michał Górny
2020-01-27 12:13 Agostino Sarubbo
2020-01-27 3:02 Thomas Deutschmann
2019-12-30 16:13 Fabian Groffen
2018-06-08 9:16 Fabian Groffen
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=1748067056.e455bd07b02156815575bb2d2ee72bbaf0735a93.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