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 CD6E7158020 for ; Mon, 14 Nov 2022 05:12:32 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id D1C6DE087E; Mon, 14 Nov 2022 05:12:31 +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) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id B7B9BE087E for ; Mon, 14 Nov 2022 05:12:31 +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 B6B18340DDF for ; Mon, 14 Nov 2022 05:12:30 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 27C1573C for ; Mon, 14 Nov 2022 05:12:29 +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: <1668402602.eaa6ada102ddfac10b8fbb7076aa17565dcd2b94.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.ebuild X-VCS-Directories: dev-python/libsass-python/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: eaa6ada102ddfac10b8fbb7076aa17565dcd2b94 X-VCS-Branch: master Date: Mon, 14 Nov 2022 05:12:29 +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: f40b9f95-40cc-441f-966f-ad1d5ee1008a X-Archives-Hash: 2bed7fa11b6f4ee27d7fb8df099cde89 commit: eaa6ada102ddfac10b8fbb7076aa17565dcd2b94 Author: Michał Górny gentoo org> AuthorDate: Mon Nov 14 05:10:02 2022 +0000 Commit: Michał Górny gentoo org> CommitDate: Mon Nov 14 05:10:02 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=eaa6ada1 dev-python/libsass-python: Remove redundant MY_P Signed-off-by: Michał Górny gentoo.org> dev-python/libsass-python/libsass-python-0.22.0.ebuild | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/dev-python/libsass-python/libsass-python-0.22.0.ebuild b/dev-python/libsass-python/libsass-python-0.22.0.ebuild index 895dfea5ba99..939120f5558e 100644 --- a/dev-python/libsass-python/libsass-python-0.22.0.ebuild +++ b/dev-python/libsass-python/libsass-python-0.22.0.ebuild @@ -8,7 +8,6 @@ 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/ @@ -16,9 +15,8 @@ HOMEPAGE=" " SRC_URI=" https://github.com/sass/libsass-python/archive/${PV}.tar.gz - -> ${MY_P}.gh.tar.gz + -> ${P}.gh.tar.gz " -S=${WORKDIR}/${MY_P} LICENSE="MIT" SLOT="0"