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 2A03B15806E for ; Sat, 20 May 2023 07:25:43 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 14361E0863; Sat, 20 May 2023 07:25:42 +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 EAFA9E0863 for ; Sat, 20 May 2023 07:25:41 +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 A6DAC335DC3 for ; Sat, 20 May 2023 07:25:40 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 14AE5A6C for ; Sat, 20 May 2023 07:25: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: <1684567531.e0435d99e6bc0e8cdf5bda7ae22a84b30181c3bb.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/scikit-build/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/scikit-build/scikit-build-0.16.4.ebuild X-VCS-Directories: dev-python/scikit-build/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: e0435d99e6bc0e8cdf5bda7ae22a84b30181c3bb X-VCS-Branch: master Date: Sat, 20 May 2023 07:25: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: 96ecfbde-4fdc-4b70-91db-a23dbe12a79a X-Archives-Hash: c11b614f5f07ea53260da807731626d6 commit: e0435d99e6bc0e8cdf5bda7ae22a84b30181c3bb Author: Michał Górny gentoo org> AuthorDate: Sat May 20 07:19:13 2023 +0000 Commit: Michał Górny gentoo org> CommitDate: Sat May 20 07:25:31 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e0435d99 dev-python/scikit-build: Use pypi.eclass in older version(s) Signed-off-by: Michał Górny gentoo.org> dev-python/scikit-build/scikit-build-0.16.4.ebuild | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/dev-python/scikit-build/scikit-build-0.16.4.ebuild b/dev-python/scikit-build/scikit-build-0.16.4.ebuild index 730a4e8d5cb0..748a4a515efc 100644 --- a/dev-python/scikit-build/scikit-build-0.16.4.ebuild +++ b/dev-python/scikit-build/scikit-build-0.16.4.ebuild @@ -3,16 +3,17 @@ EAPI=8 -PYTHON_COMPAT=( python3_{9..11} ) DISTUTILS_USE_PEP517=setuptools -inherit distutils-r1 +PYPI_NO_NORMALIZE=1 +PYTHON_COMPAT=( python3_{9..11} ) + +inherit distutils-r1 pypi DESCRIPTION="Improved build system generator for Python C/C++/Fortran/Cython extensions" HOMEPAGE=" https://github.com/scikit-build/scikit-build/ https://pypi.org/project/scikit-build/ " -SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" SLOT="0" LICENSE="MIT"