diff options
author | Michał Górny <mgorny@gentoo.org> | 2021-10-17 11:33:21 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2021-10-17 11:33:21 +0200 |
commit | 442265b289f743280531d260099dae56d5f623ff (patch) | |
tree | 98bd8778794fbfe46f280c76bb4a4102ce4d9adc /dev-python/spyder-terminal | |
parent | dev-python/sphinxcontrib-github-alt: Remove old (diff) | |
download | gentoo-442265b289f743280531d260099dae56d5f623ff.tar.gz gentoo-442265b289f743280531d260099dae56d5f623ff.tar.bz2 gentoo-442265b289f743280531d260099dae56d5f623ff.zip |
dev-python/spyder-terminal: Remove old
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/spyder-terminal')
-rw-r--r-- | dev-python/spyder-terminal/Manifest | 1 | ||||
-rw-r--r-- | dev-python/spyder-terminal/spyder-terminal-1.0.0-r1.ebuild | 25 |
2 files changed, 0 insertions, 26 deletions
diff --git a/dev-python/spyder-terminal/Manifest b/dev-python/spyder-terminal/Manifest index fef997f1108c..e0fb93701ffe 100644 --- a/dev-python/spyder-terminal/Manifest +++ b/dev-python/spyder-terminal/Manifest @@ -1,2 +1 @@ -DIST spyder-terminal-1.0.0.tar.gz 10098665 BLAKE2B a81e4cd2b1194cd750aff7d5a4d2c587ab60264b89e6e4264352b5f8ba850b66f278245fffed176dc36c2d5912e6f676ba2701d0a09bb384810230f631534059 SHA512 aa426e037dce6c2c7010fbf924ace27fa5dce9f736cd3b6b55d8ba3935e02ba4f6dab8815930c8686525c6e74f4119f781afaf9432f22f5436abec2c5a14c570 DIST spyder-terminal-1.1.0.tar.gz 10097302 BLAKE2B efcdec7614534b8d3b5cf8b5aad0d6bd2d8358fdc0b0095be02dbac1c68fef63d1a325dc1005be18b4a679861e256aacad20f847c4c12eec603e605705b0982b SHA512 05d1850b01a6c3ae8607450f965dbebf4589026f318dbe599fe3c74d585fc093f4fc6cdd35ed26a9a052c11353d511d0602933fddc52f4cc94983d8a7cd75f32 diff --git a/dev-python/spyder-terminal/spyder-terminal-1.0.0-r1.ebuild b/dev-python/spyder-terminal/spyder-terminal-1.0.0-r1.ebuild deleted file mode 100644 index 4fe4f635ea10..000000000000 --- a/dev-python/spyder-terminal/spyder-terminal-1.0.0-r1.ebuild +++ /dev/null @@ -1,25 +0,0 @@ -# Copyright 1999-2021 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -PYTHON_COMPAT=( python3_{8..9} ) - -inherit distutils-r1 - -DESCRIPTION="Run system terminals inside Spyder" -HOMEPAGE="https://github.com/spyder-ide/spyder-terminal" -SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" - -LICENSE="MIT BSD Apache-2.0 BSD-2 ISC CC-BY-4.0 ZLIB WTFPL-2" -SLOT="0" -KEYWORDS="~amd64 ~x86" - -RDEPEND=" - dev-python/coloredlogs[${PYTHON_USEDEP}] - dev-python/requests[${PYTHON_USEDEP}] - >=dev-python/spyder-5.0.5[${PYTHON_USEDEP}] - <dev-python/spyder-5.1[${PYTHON_USEDEP}] - >=dev-python/terminado-0.10.0[${PYTHON_USEDEP}] - www-servers/tornado[${PYTHON_USEDEP}] -" |