From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id EBB7E15802E for ; Thu, 27 Jun 2024 15:11:41 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 3E3D3E2A39; Thu, 27 Jun 2024 15:11:41 +0000 (UTC) Received: from smtp.gentoo.org (mail.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 2775DE2A39 for ; Thu, 27 Jun 2024 15:11:41 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 718FD34092E for ; Thu, 27 Jun 2024 15:11:40 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 10DC3126B for ; Thu, 27 Jun 2024 15:11:39 +0000 (UTC) From: "Petr Vaněk" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Petr Vaněk" Message-ID: <1719501070.edae1b7e0cc185f80e2d36cb1269ae9d69e47abb.arkamar@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/thrift/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/thrift/metadata.xml dev-python/thrift/thrift-0.20.0.ebuild X-VCS-Directories: dev-python/thrift/ X-VCS-Committer: arkamar X-VCS-Committer-Name: Petr Vaněk X-VCS-Revision: edae1b7e0cc185f80e2d36cb1269ae9d69e47abb X-VCS-Branch: master Date: Thu, 27 Jun 2024 15:11:39 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: c941ec81-477d-413f-a757-bf5e2ba14d6a X-Archives-Hash: acbdf8160f14b9d10c2536d54c7eb75d commit: edae1b7e0cc185f80e2d36cb1269ae9d69e47abb Author: Petr Vaněk gentoo org> AuthorDate: Thu Jun 27 14:48:00 2024 +0000 Commit: Petr Vaněk gentoo org> CommitDate: Thu Jun 27 15:11:10 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=edae1b7e dev-python/thrift: update HOMEPAGE Signed-off-by: Petr Vaněk gentoo.org> dev-python/thrift/metadata.xml | 1 + dev-python/thrift/thrift-0.20.0.ebuild | 6 +++++- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/dev-python/thrift/metadata.xml b/dev-python/thrift/metadata.xml index 09527b1c7c73..66f4b63e28d6 100644 --- a/dev-python/thrift/metadata.xml +++ b/dev-python/thrift/metadata.xml @@ -3,6 +3,7 @@ + apache/thrift thrift diff --git a/dev-python/thrift/thrift-0.20.0.ebuild b/dev-python/thrift/thrift-0.20.0.ebuild index d3c582a41559..3419f9b45024 100644 --- a/dev-python/thrift/thrift-0.20.0.ebuild +++ b/dev-python/thrift/thrift-0.20.0.ebuild @@ -9,7 +9,11 @@ PYTHON_COMPAT=( python3_{9..12} ) inherit distutils-r1 DESCRIPTION="Python implementation of Thrift" -HOMEPAGE="https://pypi.org/project/thrift/ https://thrift.apache.org/" +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" S="${WORKDIR}/${P}/lib/py"