From ba11979ae3977afe252dd35dce5d49f0931d3497 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Karel=20Ko=C4=8D=C3=AD?= Date: Mon, 11 Mar 2019 10:38:31 +0100 Subject: dev-python/jsonrpc-server: use pypi instead of github Github tarball does not have correctly configured version. Pypi tarball does, so you that one instead. --- .../jsonrpc-server/jsonrpc-server-0.1.2-r1.ebuild | 21 --------------------- 1 file changed, 21 deletions(-) delete mode 100644 dev-python/jsonrpc-server/jsonrpc-server-0.1.2-r1.ebuild (limited to 'dev-python/jsonrpc-server/jsonrpc-server-0.1.2-r1.ebuild') diff --git a/dev-python/jsonrpc-server/jsonrpc-server-0.1.2-r1.ebuild b/dev-python/jsonrpc-server/jsonrpc-server-0.1.2-r1.ebuild deleted file mode 100644 index fa3c9d4..0000000 --- a/dev-python/jsonrpc-server/jsonrpc-server-0.1.2-r1.ebuild +++ /dev/null @@ -1,21 +0,0 @@ -# Copyright 1999-2018 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -PYTHON_COMPAT=( python3_{5,6,7} ) -inherit distutils-r1 - -DESCRIPTION="Python JSON RPC Server" -HOMEPAGE="https://github.com/palantir/python-jsonrpc-server" -SRC_URI="https://github.com/palantir/python-${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz" -S="${WORKDIR}/python-${PN}-${PV}" - -LICENSE="MIT" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="" - -DEPEND="" -RDEPEND="${DEPEND}" -BDEPEND="" -- cgit v1.2.3