summaryrefslogtreecommitdiff
path: root/dev-python/ptpython
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2020-04-12 03:41:30 +0100
committerV3n3RiX <venerix@redcorelinux.org>2020-04-12 03:41:30 +0100
commit623ee73d661e5ed8475cb264511f683407d87365 (patch)
tree993eb27c93ec7a2d2d19550300d888fc1fed9e69 /dev-python/ptpython
parentceeeb463cc1eef97fd62eaee8bf2196ba04bc384 (diff)
gentoo Easter resync : 12.04.2020
Diffstat (limited to 'dev-python/ptpython')
-rw-r--r--dev-python/ptpython/Manifest2
-rw-r--r--dev-python/ptpython/ptpython-0.33-r1.ebuild34
2 files changed, 0 insertions, 36 deletions
diff --git a/dev-python/ptpython/Manifest b/dev-python/ptpython/Manifest
index d642d190e20c..0ddf3eb72f6c 100644
--- a/dev-python/ptpython/Manifest
+++ b/dev-python/ptpython/Manifest
@@ -1,5 +1,3 @@
-DIST ptpython-0.33.tar.gz 43295 BLAKE2B 96df547c3a231124e2e34e5dd6d6a2fe661883d8c8f88a25d955c46b250b86319e343adc0a2265841ca69f115e9b0787a431c49db9de2de362cd5d0c4334ae1f SHA512 fce9379e4522b2b644e6159c73e3eff2d0ced8de65462d4ad622f91feb46fa80a9e01a2c7aef1832b4fcf69de5c0c7d229c731149af7029eec46f88a0506ad71
DIST ptpython-2.0.6.tar.gz 46980 BLAKE2B b78013d898bb01106315a7aea88f40c0a8ba70571ae8fb5376dcf7d67636f4e3d4d329c5c58dc4c2cdca80ec92313938250224c2560f91eda40bff6c5f59736c SHA512 2d0a84e6515ad2e6523774b1136fdc822aed95e27e6a2d857952b703ea5def86de44166c2cffd8d2151cdf246088959d0a41279cb66b1249a865bff3ad02f4cc
-EBUILD ptpython-0.33-r1.ebuild 782 BLAKE2B 8f26df19ffce17842c3c19c85f4652f3c184fa9e82553967ad69b0012dbe031125cdb2b633cd365ccbe7ff11073c2e68b515d3aa6dec263f2f58dbc1e75b8b54 SHA512 c3a1d92dd80fecd33fef2280a1e486d2b00ebc5d56f0fe3b20bce1c36d60781b7e89aa8514d820df55648596ee0b1d99f57728eb7e3e408bca5d8fbaefdf1a17
EBUILD ptpython-2.0.6.ebuild 655 BLAKE2B 34244e5c19f3085673922aabb54662cf7120f6845e41ac5fd4f7dd3b93acfaeaf891aa34c7eb08925280381a43defe7dd91f23ded429dd50c3cc521110e476de SHA512 2859ba7be638bc2238af0b03d18161dd54a1a4f182de3e1a8dd65e28e6ea8e395fbf3c73857d37f1fa0a734038534199ef7e3b330bcbb848e83c2a7677e87e1a
MISC metadata.xml 386 BLAKE2B 3c952950b95b3f4b38f23f0ac0c25242cb6b0ce9f115a475a956098c246a59858ade285cb2e4df63019e3e0a9f730ad7911e183d5a9b35697006b18607e62b64 SHA512 99b03e22dd04923f3d25f8e50230bf93055f51096ca5c2c6a2613ea3ce219e0192720e29b9fe43de79768b9ec4e2818a730790f4f62cf468e272b3604ea21a26
diff --git a/dev-python/ptpython/ptpython-0.33-r1.ebuild b/dev-python/ptpython/ptpython-0.33-r1.ebuild
deleted file mode 100644
index e7c152fd13a9..000000000000
--- a/dev-python/ptpython/ptpython-0.33-r1.ebuild
+++ /dev/null
@@ -1,34 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-PYTHON_COMPAT=( python3_6 )
-
-inherit distutils-r1 eutils
-
-DESCRIPTION="Python REPL build on top of prompt_toolkit"
-HOMEPAGE="https://pypi.org/project/ptpython/ https://github.com/jonathanslenders/ptpython"
-SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
-
-SLOT="0"
-LICENSE="BSD"
-KEYWORDS="amd64 x86 ~amd64-linux ~x86-linux"
-IUSE=""
-
-RDEPEND="
- dev-python/docopt[${PYTHON_USEDEP}]
- >=dev-python/jedi-0.9.0[${PYTHON_USEDEP}]
- >=dev-python/prompt_toolkit-0.58[${PYTHON_USEDEP}]
- dev-python/pygments[${PYTHON_USEDEP}]
-"
-DEPEND="${RDEPEND}
- dev-python/setuptools[${PYTHON_USEDEP}]
-"
-
-# Not included
-RESTRICT=test
-
-python_test() {
- "${PYTHON}" tests/run_tests.py || die
-}