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 5B0B115864F for ; Mon, 27 Mar 2023 19:21:43 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 3C0B5E08C8; Mon, 27 Mar 2023 19:21:42 +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 203FEE08BB for ; Mon, 27 Mar 2023 19:21:42 +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 53633340B29 for ; Mon, 27 Mar 2023 19:21:41 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 9526598E for ; Mon, 27 Mar 2023 19:21:39 +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: <1679944859.eec05acdb78546b12367a95516d56168484d6f7f.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/simplegeneric/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/simplegeneric/simplegeneric-0.8.1-r2.ebuild X-VCS-Directories: dev-python/simplegeneric/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: eec05acdb78546b12367a95516d56168484d6f7f X-VCS-Branch: master Date: Mon, 27 Mar 2023 19:21:39 +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: 80f8fcf1-fb92-419d-b3c5-af2b39443fae X-Archives-Hash: bfa3b109c52d6f16a334fa07202d7a6d commit: eec05acdb78546b12367a95516d56168484d6f7f Author: Michał Górny gentoo org> AuthorDate: Mon Mar 27 19:16:38 2023 +0000 Commit: Michał Górny gentoo org> CommitDate: Mon Mar 27 19:20:59 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=eec05acd dev-python/simplegeneric: Use pypi.eclass Signed-off-by: Michał Górny gentoo.org> dev-python/simplegeneric/simplegeneric-0.8.1-r2.ebuild | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/dev-python/simplegeneric/simplegeneric-0.8.1-r2.ebuild b/dev-python/simplegeneric/simplegeneric-0.8.1-r2.ebuild index a26a78b5e527..da2028bec534 100644 --- a/dev-python/simplegeneric/simplegeneric-0.8.1-r2.ebuild +++ b/dev-python/simplegeneric/simplegeneric-0.8.1-r2.ebuild @@ -6,16 +6,18 @@ EAPI=8 DISTUTILS_USE_PEP517=setuptools PYTHON_COMPAT=( python3_{9..11} ) -inherit distutils-r1 +inherit distutils-r1 pypi DESCRIPTION="Simple generic functions for Python" HOMEPAGE="https://pypi.org/project/simplegeneric/" -SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.zip" +SRC_URI="$(pypi_sdist_url "${PN}" "${PV}" .zip)" LICENSE="ZPL" SLOT="0" KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~mips ppc ppc64 ~s390 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos" -BDEPEND="app-arch/unzip" +BDEPEND=" + app-arch/unzip +" distutils_enable_tests setup.py