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 9B20D15808D for ; Wed, 20 Apr 2022 07:47:50 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id C1258E094A; Wed, 20 Apr 2022 07:47:44 +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 96ED1E094A for ; Wed, 20 Apr 2022 07:47:44 +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 9006234156B for ; Wed, 20 Apr 2022 07:47:43 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 2FE36434 for ; Wed, 20 Apr 2022 07:47:40 +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: <1650440840.04df7d95ef75257be5f96d54ef200a390393ba2c.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/pyeclib/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/pyeclib/pyeclib-1.6.1.ebuild X-VCS-Directories: dev-python/pyeclib/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: 04df7d95ef75257be5f96d54ef200a390393ba2c X-VCS-Branch: master Date: Wed, 20 Apr 2022 07:47:40 +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: 03a948ca-991c-4bb5-9d3a-a30313d0583f X-Archives-Hash: 080ade88ce65e3bb2d1b793f2461e767 commit: 04df7d95ef75257be5f96d54ef200a390393ba2c Author: Michał Górny gentoo org> AuthorDate: Wed Apr 20 07:44:25 2022 +0000 Commit: Michał Górny gentoo org> CommitDate: Wed Apr 20 07:47:20 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=04df7d95 dev-python/pyeclib: Post-rename cleanup Signed-off-by: Michał Górny gentoo.org> dev-python/pyeclib/pyeclib-1.6.1.ebuild | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/dev-python/pyeclib/pyeclib-1.6.1.ebuild b/dev-python/pyeclib/pyeclib-1.6.1.ebuild index 8fa3328630d7..0709af870095 100644 --- a/dev-python/pyeclib/pyeclib-1.6.1.ebuild +++ b/dev-python/pyeclib/pyeclib-1.6.1.ebuild @@ -8,14 +8,12 @@ PYTHON_COMPAT=( python3_{8..10} ) inherit distutils-r1 optfeature -MY_P=${P,,} DESCRIPTION="Messaging API for RPC and notifications over different messaging transports" HOMEPAGE=" https://opendev.org/openstack/pyeclib/ https://pypi.org/project/pyeclib/ " -SRC_URI="mirror://pypi/${MY_P::1}/${PN,,}/${MY_P}.tar.gz" -S="${WORKDIR}/${MY_P}" +SRC_URI="mirror://pypi/${PN::1}/${PN}/${P}.tar.gz" LICENSE="BSD" SLOT="0"