diff options
author | Andrew Ammerlaan <andrewammerlaan@gentoo.org> | 2021-12-17 11:58:22 +0100 |
---|---|---|
committer | Andrew Ammerlaan <andrewammerlaan@gentoo.org> | 2021-12-17 12:03:23 +0100 |
commit | 8423b100c6bcc1bd9c2168e4835bcda29f663749 (patch) | |
tree | da58f69e02e351ea5c40ebf8b7f2f0d7ba7f41a8 /dev-python/spyder-terminal | |
parent | media-sound/kmetronome: 1.3.0 version bump (diff) | |
download | gentoo-8423b100c6bcc1bd9c2168e4835bcda29f663749.tar.gz gentoo-8423b100c6bcc1bd9c2168e4835bcda29f663749.tar.bz2 gentoo-8423b100c6bcc1bd9c2168e4835bcda29f663749.zip |
dev-python/spyder-terminal: add version 1.2.0, enable py3.10
Package-Manager: Portage-3.0.30, Repoman-3.0.3
Signed-off-by: Andrew Ammerlaan <andrewammerlaan@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.2.0.ebuild | 24 |
2 files changed, 25 insertions, 0 deletions
diff --git a/dev-python/spyder-terminal/Manifest b/dev-python/spyder-terminal/Manifest index e0fb93701ffe..f974a682b8dc 100644 --- a/dev-python/spyder-terminal/Manifest +++ b/dev-python/spyder-terminal/Manifest @@ -1 +1,2 @@ DIST spyder-terminal-1.1.0.tar.gz 10097302 BLAKE2B efcdec7614534b8d3b5cf8b5aad0d6bd2d8358fdc0b0095be02dbac1c68fef63d1a325dc1005be18b4a679861e256aacad20f847c4c12eec603e605705b0982b SHA512 05d1850b01a6c3ae8607450f965dbebf4589026f318dbe599fe3c74d585fc093f4fc6cdd35ed26a9a052c11353d511d0602933fddc52f4cc94983d8a7cd75f32 +DIST spyder-terminal-1.2.0.tar.gz 9482212 BLAKE2B 1da89ebae0ca8514bb745ca1a629795239857ef78c5cbfd79f814eb4b18ab34ad633b4a4eeaff6fa7489eece76b53c23d1a9ba33e102b5eab63a6f919886f2af SHA512 a5f0262ec1f9558fbc5cb51d47c34e44ea254cee46dac9a60bf7b6497f6bc3e105096a3323218c462dbff23acc345a404656b6df80d9360102ea80da7188307f diff --git a/dev-python/spyder-terminal/spyder-terminal-1.2.0.ebuild b/dev-python/spyder-terminal/spyder-terminal-1.2.0.ebuild new file mode 100644 index 000000000000..370c5f49e104 --- /dev/null +++ b/dev-python/spyder-terminal/spyder-terminal-1.2.0.ebuild @@ -0,0 +1,24 @@ +# Copyright 1999-2021 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +PYTHON_COMPAT=( python3_{8..10} ) + +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.2.0[${PYTHON_USEDEP}] + >=dev-python/terminado-0.10.0[${PYTHON_USEDEP}] + www-servers/tornado[${PYTHON_USEDEP}] +" |