diff options
author | Andrew Ammerlaan <andrewammerlaan@gentoo.org> | 2021-07-08 11:51:48 +0200 |
---|---|---|
committer | Andrew Ammerlaan <andrewammerlaan@gentoo.org> | 2021-07-08 13:07:47 +0200 |
commit | 3740f8f0029e7034a060f72e0671acc0fcf5811e (patch) | |
tree | 96480eaf957991075e0300093f0426be2ba8e9d1 /dev-python/spyder-terminal | |
parent | dev-libs/OpenNI2: remove obsolete (diff) | |
download | gentoo-3740f8f0029e7034a060f72e0671acc0fcf5811e.tar.gz gentoo-3740f8f0029e7034a060f72e0671acc0fcf5811e.tar.bz2 gentoo-3740f8f0029e7034a060f72e0671acc0fcf5811e.zip |
dev-python/spyder-terminal: add version 1.0.0
Package-Manager: Portage-3.0.20, 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.0.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 7781002b2c75..26cb82dcdbd2 100644 --- a/dev-python/spyder-terminal/Manifest +++ b/dev-python/spyder-terminal/Manifest @@ -1 +1,2 @@ DIST spyder-terminal-0.5.0.tar.gz 10070777 BLAKE2B 2b556597b62e822a94102c393818c9b479292f1e9b61fb70a48f9627bc5ccd493eeb5624406cbb205970a2b1613bb47310d92a969cf190dee296e34daafb7c2e SHA512 8a73a46adbd628a80a8a7c8f9f50c8ed4a00c64adbb6f0934a32840397f9a5840f516380728abe1e31b659415e82bd38d1a5418bae43229b61e4e6340fc8c19b +DIST spyder-terminal-1.0.0.tar.gz 10098665 BLAKE2B a81e4cd2b1194cd750aff7d5a4d2c587ab60264b89e6e4264352b5f8ba850b66f278245fffed176dc36c2d5912e6f676ba2701d0a09bb384810230f631534059 SHA512 aa426e037dce6c2c7010fbf924ace27fa5dce9f736cd3b6b55d8ba3935e02ba4f6dab8815930c8686525c6e74f4119f781afaf9432f22f5436abec2c5a14c570 diff --git a/dev-python/spyder-terminal/spyder-terminal-1.0.0.ebuild b/dev-python/spyder-terminal/spyder-terminal-1.0.0.ebuild new file mode 100644 index 000000000000..4150c3b690f6 --- /dev/null +++ b/dev-python/spyder-terminal/spyder-terminal-1.0.0.ebuild @@ -0,0 +1,24 @@ +# 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" +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/terminado-0.10.0[${PYTHON_USEDEP}] + www-servers/tornado[${PYTHON_USEDEP}] +" |