commit:     09ec91204bb0761c09bd7ca377420fcd9e6d9533
Author:     Nowa Ammerlaan <nowa <AT> gentoo <DOT> org>
AuthorDate: Fri Mar 21 15:53:06 2025 +0000
Commit:     Nowa Ammerlaan <nowa <AT> gentoo <DOT> org>
CommitDate: Fri Mar 21 15:53:15 2025 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=09ec9120

dev-python/spyder-line-profiler: add 0.4.1

Signed-off-by: Nowa Ammerlaan <nowa <AT> gentoo.org>

 dev-python/spyder-line-profiler/Manifest           |  1 +
 .../spyder-line-profiler-0.4.1.ebuild              | 42 ++++++++++++++++++++++
 2 files changed, 43 insertions(+)

diff --git a/dev-python/spyder-line-profiler/Manifest 
b/dev-python/spyder-line-profiler/Manifest
index b89705a46b44..de357a0477cf 100644
--- a/dev-python/spyder-line-profiler/Manifest
+++ b/dev-python/spyder-line-profiler/Manifest
@@ -1 +1,2 @@
 DIST spyder-line-profiler-0.4.0.gh.tar.gz 89222 BLAKE2B 
7b4b7d2e884c6843c03289fde1351640fa768d1ede3cb7287859968c81a2207864f8039dff68d4bdf5e5d1fbb622d67ed9b5c90efeb615f8eb6bd6ed37cbd1df
 SHA512 
4210a5ce58f11fb6d1453c29c0b363b111e73e01feb58593d9a4b0e31c3ae8d158a4ae052e633f23ac4b78cb116b68610a2b38e7d686d8cc6ec183723f91ffe1
+DIST spyder-line-profiler-0.4.1.gh.tar.gz 89419 BLAKE2B 
396ed214355f8a25a567594ca41e69d2b487cd50fc16801c689086b370ccd07d3e1cdfa0d864e5fef6b0cfcdbcb7b942f779cdf369f656d6e3c77a27329267c4
 SHA512 
f3b8c6ec5c5cfc2fc5f4134746276cb0c28cf62e40c4420eb73a5caa4a5ae3b3545a964297665049f52d4594e14aff06da18f5748c7f9fc6ef0cc34ac27bb215

diff --git a/dev-python/spyder-line-profiler/spyder-line-profiler-0.4.1.ebuild 
b/dev-python/spyder-line-profiler/spyder-line-profiler-0.4.1.ebuild
new file mode 100644
index 000000000000..a5df671d133c
--- /dev/null
+++ b/dev-python/spyder-line-profiler/spyder-line-profiler-0.4.1.ebuild
@@ -0,0 +1,42 @@
+# Copyright 1999-2025 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=setuptools
+PYTHON_COMPAT=( python3_{11..13} )
+
+inherit distutils-r1 virtualx
+
+DESCRIPTION="Plugin to run the python line profiler from within the spyder 
editor"
+HOMEPAGE="
+       https://github.com/spyder-ide/spyder-line-profiler/
+       https://pypi.org/project/spyder-line-profiler/
+"
+SRC_URI="
+       https://github.com/spyder-ide/spyder-line-profiler/archive/v${PV}.tar.gz
+               -> ${P}.gh.tar.gz
+"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64 ~arm64"
+
+RDEPEND="
+       dev-python/line-profiler[${PYTHON_USEDEP}]
+       dev-python/qtawesome[${PYTHON_USEDEP}]
+       >=dev-python/spyder-6[${PYTHON_USEDEP}]
+       <dev-python/spyder-7[${PYTHON_USEDEP}]
+"
+
+BDEPEND="
+       test? (
+               dev-python/pytest-qt[${PYTHON_USEDEP}]
+       )
+"
+
+distutils_enable_tests pytest
+
+python_test() {
+       virtx epytest
+}

Reply via email to