From c04ecab37dcaf82c859d0584fc500d0d82a02f47 Mon Sep 17 00:00:00 2001 From: Michał Górny Date: Sun, 12 Jul 2020 18:42:48 +0200 Subject: dev-python/json-rpc: Remove redundant versions MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Michał Górny --- dev-python/json-rpc/Manifest | 1 - dev-python/json-rpc/json-rpc-1.11.0.ebuild | 41 ------------------------------ 2 files changed, 42 deletions(-) delete mode 100644 dev-python/json-rpc/json-rpc-1.11.0.ebuild (limited to 'dev-python/json-rpc') diff --git a/dev-python/json-rpc/Manifest b/dev-python/json-rpc/Manifest index 1fd7bca957ae..e2b869755c97 100644 --- a/dev-python/json-rpc/Manifest +++ b/dev-python/json-rpc/Manifest @@ -1,2 +1 @@ -DIST json-rpc-1.11.0.tar.gz 29442 BLAKE2B b2a77bdcc2f5efe64527feb29b28c0add90b9fdbd5aa73dce18c33e9a10342c1e6b04ed5d53c110e3f1b6287cf1fdca9db77e38a04651e0a522b76c0351ec993 SHA512 aa5a467ef0e6e556612f77855d38f0dfb76b22556490fac5f0989d27b7608aed8389042ded1a0d8fcbee1f20294c78a6af3c030f41c4e30ec1effae8e51530fb DIST json-rpc-1.13.0.tar.gz 31089 BLAKE2B f2058bf78cf1924aff7bf7882aa693cbbb5419624bf3e3508a344754265985907cb16456de611b9be23afd701bd2f664ccb05f954622e543bd9db0ab8be52101 SHA512 76cd320b29c32a79fcafbd415cea8d4ca98a349b22b29c379aa06a89a76cd2b5bcba2e0883d8cad75ee43c4a979759a6af513d3cfb30076965de08e1ee801b9e diff --git a/dev-python/json-rpc/json-rpc-1.11.0.ebuild b/dev-python/json-rpc/json-rpc-1.11.0.ebuild deleted file mode 100644 index 4c5cc11feda4..000000000000 --- a/dev-python/json-rpc/json-rpc-1.11.0.ebuild +++ /dev/null @@ -1,41 +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 - -DESCRIPTION="JSON-RPC transport implementation for python" -HOMEPAGE="https://github.com/pavlov99/json-rpc" -SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" - -LICENSE="MIT" -SLOT="0" -KEYWORDS="amd64" -IUSE="test" -RESTRICT="!test? ( test )" - -RDEPEND="dev-python/six[${PYTHON_USEDEP}]" - -DEPEND=" - ${RDEPEND} - dev-python/setuptools[${PYTHON_USEDEP}] - test? ( - dev-python/nose[${PYTHON_USEDEP}] - dev-python/mock[${PYTHON_USEDEP}] - dev-python/flask[${PYTHON_USEDEP}] - )" - -python_prepare_all() { - cat > jsonrpc/six.py <<- EOF || die - from __future__ import absolute_import - from six import * - EOF - distutils-r1_python_prepare_all -} - -python_test() { - esetup.py test || die -} -- cgit v1.2.3-65-gdbad