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 19ACA158020 for ; Mon, 14 Nov 2022 04:44:18 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 152E9E08C4; Mon, 14 Nov 2022 04:44:17 +0000 (UTC) Received: from smtp.gentoo.org (smtp.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) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id EF2AAE0896 for ; Mon, 14 Nov 2022 04:44:16 +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 033E933C1C1 for ; Mon, 14 Nov 2022 04:44:16 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 65491603 for ; Mon, 14 Nov 2022 04:44:14 +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: <1668400779.f72589bbc19f6d2de89e1cef92770cf94ae1f0ce.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/line_profiler/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/line_profiler/Manifest dev-python/line_profiler/line_profiler-3.5.1.ebuild X-VCS-Directories: dev-python/line_profiler/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: f72589bbc19f6d2de89e1cef92770cf94ae1f0ce X-VCS-Branch: master Date: Mon, 14 Nov 2022 04:44:14 +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: 7671457f-2263-4749-bf39-893c2aceb360 X-Archives-Hash: 4dc8a43d892cc575ed2ece0cfd7d402d commit: f72589bbc19f6d2de89e1cef92770cf94ae1f0ce Author: Michał Górny gentoo org> AuthorDate: Mon Nov 14 04:39:39 2022 +0000 Commit: Michał Górny gentoo org> CommitDate: Mon Nov 14 04:39:39 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f72589bb dev-python/line_profiler: Remove old Signed-off-by: Michał Górny gentoo.org> dev-python/line_profiler/Manifest | 1 - .../line_profiler/line_profiler-3.5.1.ebuild | 51 ---------------------- 2 files changed, 52 deletions(-) diff --git a/dev-python/line_profiler/Manifest b/dev-python/line_profiler/Manifest index 87ec918af0f4..342a0a387630 100644 --- a/dev-python/line_profiler/Manifest +++ b/dev-python/line_profiler/Manifest @@ -1,2 +1 @@ -DIST line_profiler-3.5.1.gh.tar.gz 51241 BLAKE2B a3f3cceab9d34062a0b96ce772941bb945f96f7e88f59bb72d08a09fb96db3d9354ce33b0c0088065df5aeb7349c7da37d8697654d9f5130d8bd0b7997306d13 SHA512 4618e57e52b7d7d5ece034735a4ce38dd3a8af57e5b897790be4c8e1ee1757d822d7c1bb76d3c7248432c49c13708bffb9bebbbbf61442de98c5a6ec657cbd57 DIST line_profiler-4.0.0.gh.tar.gz 62856 BLAKE2B 7beb4b63c016d180d1e7e39b0461759593d3ba3ad1c5150b3623890ece3a69ebb65d48f59e8dc3865a19565ab46f2dc8a2a86698abe890d9bd857e1080cbb557 SHA512 d10b9470c686da863c340da7d4af8b6c6b6cb715486a00af1e1d79686c26909b289b8400a4d526520ade6fbbcd58e868a97603345682d5060a9b3ae2fd3495be diff --git a/dev-python/line_profiler/line_profiler-3.5.1.ebuild b/dev-python/line_profiler/line_profiler-3.5.1.ebuild deleted file mode 100644 index d367af0ab0f5..000000000000 --- a/dev-python/line_profiler/line_profiler-3.5.1.ebuild +++ /dev/null @@ -1,51 +0,0 @@ -# Copyright 1999-2022 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -DISTUTILS_USE_PEP517=setuptools -PYTHON_COMPAT=( python3_{8..10} ) -# force it to match scikit-build -CMAKE_MAKEFILE_GENERATOR=ninja - -inherit cmake distutils-r1 - -DESCRIPTION="Line-by-line profiler" -HOMEPAGE=" - https://github.com/pyutils/line_profiler/ - https://pypi.org/project/line-profiler/ -" -SRC_URI=" - https://github.com/pyutils/line_profiler/archive/v${PV}.tar.gz - -> ${P}.gh.tar.gz -" - -SLOT="0" -LICENSE="BSD" -KEYWORDS="~amd64 ~x86" - -RDEPEND=" - dev-python/ipython[${PYTHON_USEDEP}] -" -# technically, the package claims to support non-scikit-build build -# but it's clearly unmaintained and broken at the moment -BDEPEND=" - dev-python/cython[${PYTHON_USEDEP}] - dev-python/scikit-build[${PYTHON_USEDEP}] - test? ( - dev-python/coverage[${PYTHON_USEDEP}] - dev-python/ubelt[${PYTHON_USEDEP}] - ) -" - -distutils_enable_tests pytest - -src_prepare() { - cmake_src_prepare - distutils-r1_src_prepare -} - -python_test() { - cd tests || die - epytest -}