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 7B83115802F for ; Fri, 31 Mar 2023 12:19:21 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 4EF2EE086E; Fri, 31 Mar 2023 12:19:20 +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 0F24CE086E for ; Fri, 31 Mar 2023 12:19:19 +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 ECC15340E46 for ; Fri, 31 Mar 2023 12:19:18 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 3A5CEA0C for ; Fri, 31 Mar 2023 12:19:17 +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: <1680265152.6e55df8c36170570012dad489b86a2b0c1965a7f.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/libsass-python/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/libsass-python/libsass-python-0.22.0-r1.ebuild X-VCS-Directories: dev-python/libsass-python/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: 6e55df8c36170570012dad489b86a2b0c1965a7f X-VCS-Branch: master Date: Fri, 31 Mar 2023 12:19:17 +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: c4a3636e-e9b9-4989-b861-4666afba1f53 X-Archives-Hash: 440fed667304d9a4604e60021e6f571d commit: 6e55df8c36170570012dad489b86a2b0c1965a7f Author: Michał Górny gentoo org> AuthorDate: Fri Mar 31 12:11:01 2023 +0000 Commit: Michał Górny gentoo org> CommitDate: Fri Mar 31 12:19:12 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6e55df8c dev-python/libsass-python: Add MY_P prior to rename Signed-off-by: Michał Górny gentoo.org> dev-python/libsass-python/libsass-python-0.22.0-r1.ebuild | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/dev-python/libsass-python/libsass-python-0.22.0-r1.ebuild b/dev-python/libsass-python/libsass-python-0.22.0-r1.ebuild index 29e66f31851b..9983462bd91a 100644 --- a/dev-python/libsass-python/libsass-python-0.22.0-r1.ebuild +++ b/dev-python/libsass-python/libsass-python-0.22.0-r1.ebuild @@ -8,6 +8,7 @@ DISTUTILS_USE_PEP517=setuptools inherit distutils-r1 +MY_P=libsass-python-${PV} DESCRIPTION="A straightforward binding of libsass for Python" HOMEPAGE=" https://github.com/sass/libsass-python/ @@ -15,8 +16,9 @@ HOMEPAGE=" " SRC_URI=" https://github.com/sass/libsass-python/archive/${PV}.tar.gz - -> ${P}.gh.tar.gz + -> ${MY_P}.gh.tar.gz " +S=${WORKDIR}/${MY_P} LICENSE="MIT" SLOT="0"