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 7824F15806E for ; Tue, 16 May 2023 20:08:52 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id A5CA4E0857; Tue, 16 May 2023 20:08:51 +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 7D2A8E0856 for ; Tue, 16 May 2023 20:08:51 +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 8CC1333BEEA for ; Tue, 16 May 2023 20:08:50 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 2502FA34 for ; Tue, 16 May 2023 20:08:49 +0000 (UTC) From: "Sergey Torokhov" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sergey Torokhov" Message-ID: <1684267173.51a940767af5c1392d7dc057eddc282ec2164cc2.SergeyTorokhov@gentoo> Subject: [gentoo-commits] repo/proj/guru:dev commit in: app-doc/ford/ X-VCS-Repository: repo/proj/guru X-VCS-Files: app-doc/ford/ford-6.1.17-r1.ebuild X-VCS-Directories: app-doc/ford/ X-VCS-Committer: SergeyTorokhov X-VCS-Committer-Name: Sergey Torokhov X-VCS-Revision: 51a940767af5c1392d7dc057eddc282ec2164cc2 X-VCS-Branch: dev Date: Tue, 16 May 2023 20:08:49 +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: 6c90838d-66d2-4491-b79a-d5ebd1817d4f X-Archives-Hash: a4dc8d718e9f370f50dfe223da161a62 commit: 51a940767af5c1392d7dc057eddc282ec2164cc2 Author: Sergey Torokhov yandex ru> AuthorDate: Tue May 16 19:59:33 2023 +0000 Commit: Sergey Torokhov yandex ru> CommitDate: Tue May 16 19:59:33 2023 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=51a94076 app-doc/ford: 6.1.17-r1 inherit pypi eclass, fix SRC_URI Signed-off-by: Sergey Torokhov yandex.ru> app-doc/ford/ford-6.1.17-r1.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app-doc/ford/ford-6.1.17-r1.ebuild b/app-doc/ford/ford-6.1.17-r1.ebuild index b32cf8436..2bb02a6e5 100644 --- a/app-doc/ford/ford-6.1.17-r1.ebuild +++ b/app-doc/ford/ford-6.1.17-r1.ebuild @@ -5,12 +5,12 @@ EAPI=8 PYTHON_COMPAT=( python3_{10..11} ) DISTUTILS_USE_PEP517=setuptools -inherit distutils-r1 toolchain-funcs +inherit distutils-r1 pypi toolchain-funcs MY_PN="FORD" DESCRIPTION="FORD, automatic documentation generator for modern Fortran programs" HOMEPAGE="https://github.com/Fortran-FOSS-Programmers/ford" -SRC_URI="mirror://pypi/${MY_PN:0:1}/${MY_PN}/${MY_PN}-${PV}.tar.gz" +SRC_URI="$(pypi_sdist_url --no-normalize "${MY_PN^}" "${PV}")" LICENSE="GPL-3" SLOT="0"