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-r2.ebuild | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 dev-python/jsonrpc-server/jsonrpc-server-0.1.2-r2.ebuild (limited to 'dev-python/jsonrpc-server/jsonrpc-server-0.1.2-r2.ebuild') diff --git a/dev-python/jsonrpc-server/jsonrpc-server-0.1.2-r2.ebuild b/dev-python/jsonrpc-server/jsonrpc-server-0.1.2-r2.ebuild new file mode 100644 index 0000000..d0f1c2e --- /dev/null +++ b/dev-python/jsonrpc-server/jsonrpc-server-0.1.2-r2.ebuild @@ -0,0 +1,21 @@ +# 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://pypi.python.org/packages/source/p/python-${PN}/python-${P}.tar.gz -> ${P}.tar.gz" +S="${WORKDIR}/python-${P}" + +LICENSE="MIT" +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="" + +DEPEND="" +RDEPEND="${DEPEND}" +BDEPEND="" -- cgit v1.2.3