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 676C515806E for ; Mon, 22 May 2023 13:17:28 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id A0E17E0AF3; Mon, 22 May 2023 13:17:27 +0000 (UTC) Received: from smtp.gentoo.org (dev.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 848D2E0AF2 for ; Mon, 22 May 2023 13:17:27 +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 9FAAF340A8E for ; Mon, 22 May 2023 13:17:26 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 3E100A64 for ; Mon, 22 May 2023 13:17:25 +0000 (UTC) From: "Andrew Ammerlaan" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andrew Ammerlaan" Message-ID: <1684761197.bf38bfa5c2cbf59bbb85fba533b4a77c077aad82.andrewammerlaan@gentoo> Subject: [gentoo-commits] proj/sci:master commit in: dev-python/num2words/ X-VCS-Repository: proj/sci X-VCS-Files: dev-python/num2words/num2words-0.5.10.ebuild X-VCS-Directories: dev-python/num2words/ X-VCS-Committer: andrewammerlaan X-VCS-Committer-Name: Andrew Ammerlaan X-VCS-Revision: bf38bfa5c2cbf59bbb85fba533b4a77c077aad82 X-VCS-Branch: master Date: Mon, 22 May 2023 13:17:25 +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: 8012603e-6f89-4363-be7b-3686891eed7f X-Archives-Hash: 3c622ab75f5e5f64514d664fcd7a0f82 commit: bf38bfa5c2cbf59bbb85fba533b4a77c077aad82 Author: Andrew Ammerlaan gentoo org> AuthorDate: Mon May 22 13:13:17 2023 +0000 Commit: Andrew Ammerlaan gentoo org> CommitDate: Mon May 22 13:13:17 2023 +0000 URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=bf38bfa5 dev-python/num2words: update SRC_URI Signed-off-by: Andrew Ammerlaan gentoo.org> dev-python/num2words/num2words-0.5.10.ebuild | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/dev-python/num2words/num2words-0.5.10.ebuild b/dev-python/num2words/num2words-0.5.10.ebuild index 78a73cb5e..f57281b6e 100644 --- a/dev-python/num2words/num2words-0.5.10.ebuild +++ b/dev-python/num2words/num2words-0.5.10.ebuild @@ -4,12 +4,10 @@ EAPI=8 PYTHON_COMPAT=( python3_{10..11} ) - -inherit distutils-r1 +inherit distutils-r1 pypi DESCRIPTION="Modules to convert numbers to words." HOMEPAGE="https://github.com/savoirfairelinux/num2words" -SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" LICENSE="MIT" SLOT="0"