commit:     e15bbb8fa64fd003d38709038df84f228a5ed9b7
Author:     Nowa Ammerlaan <nowa <AT> gentoo <DOT> org>
AuthorDate: Mon Dec 15 09:13:04 2025 +0000
Commit:     Nowa Ammerlaan <nowa <AT> gentoo <DOT> org>
CommitDate: Mon Dec 15 09:23:40 2025 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e15bbb8f

dev-python/spyder-terminal: revert treeclean and bump to 1.3.0

This reverts commit 3df5e3ab8a70622c2586ccdee3f76536c0fbb70b.

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

 dev-python/spyder-terminal/Manifest                |  1 +
 dev-python/spyder-terminal/metadata.xml            | 13 ++++++++++++
 .../spyder-terminal/spyder-terminal-1.3.0.ebuild   | 24 ++++++++++++++++++++++
 profiles/arch/amd64/x32/package.mask               |  1 +
 4 files changed, 39 insertions(+)

diff --git a/dev-python/spyder-terminal/Manifest 
b/dev-python/spyder-terminal/Manifest
new file mode 100644
index 000000000000..e3bb1e9e8053
--- /dev/null
+++ b/dev-python/spyder-terminal/Manifest
@@ -0,0 +1 @@
+DIST spyder_terminal-1.3.0.tar.gz 2619641 BLAKE2B 
78f6639318b7ab0645a779f6e2871d64fb3c789c595c6177756c660c60059dc36fbc30461567d6662569ddb90bbdc36baf22507a0b87fc3f61cb801652c3ac6f
 SHA512 
92a36a241be4cfa49cb687d42aa1909b09a00253f18882d613013bba558c0d64ffe2970d0001dcc2ceb95afdd0995353d6cc40135e34a011f83253c4fddd5484

diff --git a/dev-python/spyder-terminal/metadata.xml 
b/dev-python/spyder-terminal/metadata.xml
new file mode 100644
index 000000000000..01b34dcab856
--- /dev/null
+++ b/dev-python/spyder-terminal/metadata.xml
@@ -0,0 +1,13 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd";>
+<pkgmetadata>
+       <maintainer type="person">
+               <email>[email protected]</email>
+               <name>Nowa Ammerlaan</name>
+       </maintainer>
+       <upstream>
+               <remote-id type="pypi">spyder-terminal</remote-id>
+               <remote-id type="github">spyder-ide/spyder-terminal</remote-id>
+       </upstream>
+       <stabilize-allarches/>
+</pkgmetadata>

diff --git a/dev-python/spyder-terminal/spyder-terminal-1.3.0.ebuild 
b/dev-python/spyder-terminal/spyder-terminal-1.3.0.ebuild
new file mode 100644
index 000000000000..cfd7d4adad9a
--- /dev/null
+++ b/dev-python/spyder-terminal/spyder-terminal-1.3.0.ebuild
@@ -0,0 +1,24 @@
+# Copyright 1999-2025 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+PYTHON_COMPAT=( python3_{11..13} )
+DISTUTILS_USE_PEP517=setuptools
+inherit distutils-r1 pypi
+
+DESCRIPTION="Run system terminals inside Spyder"
+HOMEPAGE="https://github.com/spyder-ide/spyder-terminal";
+
+LICENSE="MIT BSD Apache-2.0 BSD-2 ISC CC-BY-4.0 ZLIB WTFPL-2"
+SLOT="0"
+KEYWORDS="~amd64"
+
+RDEPEND="
+       dev-python/coloredlogs[${PYTHON_USEDEP}]
+       dev-python/requests[${PYTHON_USEDEP}]
+       >=dev-python/spyder-6.1.0[${PYTHON_USEDEP}]
+       <dev-python/spyder-7[${PYTHON_USEDEP}]
+       >=dev-python/terminado-0.13.1[${PYTHON_USEDEP}]
+       dev-python/tornado[${PYTHON_USEDEP}]
+"

diff --git a/profiles/arch/amd64/x32/package.mask 
b/profiles/arch/amd64/x32/package.mask
index cede5e911ee7..540cb8e6d5ff 100644
--- a/profiles/arch/amd64/x32/package.mask
+++ b/profiles/arch/amd64/x32/package.mask
@@ -102,6 +102,7 @@ dev-python/spyder
 dev-python/spyder-unittest
 dev-python/spyder-line-profiler
 dev-python/spyder-notebook
+dev-python/spyder-terminal
 dev-util/kdevelop
 dev-util/kdevelop-php
 dev-util/kdevelop-python

Reply via email to