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 EF02B158008 for ; Wed, 14 Jun 2023 16:11:20 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id D61A0E0938; Wed, 14 Jun 2023 16:11:19 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (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 DC8B6E0924 for ; Wed, 14 Jun 2023 16:11:18 +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) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id B5F24340F2D for ; Wed, 14 Jun 2023 16:11:17 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id E03D5A93 for ; Wed, 14 Jun 2023 16:11:15 +0000 (UTC) From: "Michał Górny" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michał Górny" Message-ID: <1686759065.3310ba3d74aee54d836cfa88d9eb9377dc7e5c64.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/service_identity/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/service_identity/Manifest dev-python/service_identity/service_identity-21.1.0-r1.ebuild X-VCS-Directories: dev-python/service_identity/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: 3310ba3d74aee54d836cfa88d9eb9377dc7e5c64 X-VCS-Branch: master Date: Wed, 14 Jun 2023 16:11:15 +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: d2950352-b384-4751-8fe4-593b60e09b0b X-Archives-Hash: bff94eeaa03fcaef1b85069eb575bdd3 commit: 3310ba3d74aee54d836cfa88d9eb9377dc7e5c64 Author: Michał Górny gentoo org> AuthorDate: Wed Jun 14 15:09:01 2023 +0000 Commit: Michał Górny gentoo org> CommitDate: Wed Jun 14 16:11:05 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3310ba3d dev-python/service_identity: Correct distfile filename Signed-off-by: Michał Górny gentoo.org> dev-python/service_identity/Manifest | 2 +- dev-python/service_identity/service_identity-21.1.0-r1.ebuild | 5 +++-- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/dev-python/service_identity/Manifest b/dev-python/service_identity/Manifest index 3746efcdfefb..d42dd48f2faf 100644 --- a/dev-python/service_identity/Manifest +++ b/dev-python/service_identity/Manifest @@ -1 +1 @@ -DIST service_identity-21.1.0.gh.tar.gz 35326 BLAKE2B c6c985db990f9a93b2954a596817b476e178fd5949a683aebe7506e56ed90a19f872f6c5caa5a7219c162cfd43924e0a3cdb36a666aca01b28736f0927ae72b2 SHA512 6375bc5e8329118b2beb163ffffecc1479839e4e98173576e4737deebcc4c057ac357315976d3f53a280defd4e2c1f6b74e9604ec1aa94144240c2fb4bf07461 +DIST service-identity-21.1.0.gh.tar.gz 35326 BLAKE2B c6c985db990f9a93b2954a596817b476e178fd5949a683aebe7506e56ed90a19f872f6c5caa5a7219c162cfd43924e0a3cdb36a666aca01b28736f0927ae72b2 SHA512 6375bc5e8329118b2beb163ffffecc1479839e4e98173576e4737deebcc4c057ac357315976d3f53a280defd4e2c1f6b74e9604ec1aa94144240c2fb4bf07461 diff --git a/dev-python/service_identity/service_identity-21.1.0-r1.ebuild b/dev-python/service_identity/service_identity-21.1.0-r1.ebuild index 7c722dbd8a65..9beb3883a776 100644 --- a/dev-python/service_identity/service_identity-21.1.0-r1.ebuild +++ b/dev-python/service_identity/service_identity-21.1.0-r1.ebuild @@ -8,6 +8,7 @@ PYTHON_COMPAT=( python3_{10..12} pypy3 ) inherit distutils-r1 +MY_P=${P/_/-} DESCRIPTION="Service identity verification for pyOpenSSL" HOMEPAGE=" https://github.com/pyca/service-identity/ @@ -15,9 +16,9 @@ HOMEPAGE=" " SRC_URI=" https://github.com/pyca/service-identity/archive/${PV}.tar.gz - -> ${P}.gh.tar.gz + -> ${MY_P}.gh.tar.gz " -S=${WORKDIR}/${P/_/-} +S=${WORKDIR}/${MY_P} LICENSE="MIT" SLOT="0"