mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2025-12-21 21:17:37 -08:00
dev-python/spyder-terminal: revert treeclean and bump to 1.3.0
This reverts commit 3df5e3ab8a70622c2586ccdee3f76536c0fbb70b. Signed-off-by: Nowa Ammerlaan <nowa@gentoo.org>
This commit is contained in:
parent
731445748e
commit
e15bbb8fa6
1
dev-python/spyder-terminal/Manifest
Normal file
1
dev-python/spyder-terminal/Manifest
Normal file
@ -0,0 +1 @@
|
||||
DIST spyder_terminal-1.3.0.tar.gz 2619641 BLAKE2B 78f6639318b7ab0645a779f6e2871d64fb3c789c595c6177756c660c60059dc36fbc30461567d6662569ddb90bbdc36baf22507a0b87fc3f61cb801652c3ac6f SHA512 92a36a241be4cfa49cb687d42aa1909b09a00253f18882d613013bba558c0d64ffe2970d0001dcc2ceb95afdd0995353d6cc40135e34a011f83253c4fddd5484
|
||||
13
dev-python/spyder-terminal/metadata.xml
Normal file
13
dev-python/spyder-terminal/metadata.xml
Normal file
@ -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>nowa@gentoo.org</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>
|
||||
24
dev-python/spyder-terminal/spyder-terminal-1.3.0.ebuild
Normal file
24
dev-python/spyder-terminal/spyder-terminal-1.3.0.ebuild
Normal file
@ -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}]
|
||||
"
|
||||
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user