mirror of
https://github.com/pentoo/pentoo-overlay
synced 2026-05-03 04:00:54 +02:00
symmetricjsonrpc: v0.1.0 initial commit
This commit is contained in:
parent
497f9cecba
commit
0b43a0c854
3 changed files with 25 additions and 0 deletions
1
dev-python/symmetricjsonrpc/Manifest
Normal file
1
dev-python/symmetricjsonrpc/Manifest
Normal file
|
|
@ -0,0 +1 @@
|
|||
DIST symmetricjsonrpc-0.1.0.tar.gz 9901 SHA256 67f64d9d2133a3da025a6cbc3ea52d824275ffea40fd1f367dd768ade38dc3db SHA512 17b576b152597bf1ddcf08334c7c567b4e1b9911c21b4cdf9d7fa443baa07dcdef7f551fb5a849b5791f8e56d39ba8bdb85dcd7e9cd22d5a3f11888257771f30 WHIRLPOOL a964497eab02d54873fe4cb3c73fef593ae136b7bae1b70c061acc86591c7fcdbffdfdd7a7300f4124a8506f28122a6d47e706c96b880c71f1c14ea64101bf16
|
||||
21
dev-python/symmetricjsonrpc/symmetricjsonrpc-0.1.0.ebuild
Normal file
21
dev-python/symmetricjsonrpc/symmetricjsonrpc-0.1.0.ebuild
Normal file
|
|
@ -0,0 +1,21 @@
|
|||
# Copyright 1999-2016 Gentoo Foundation
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
# $Id$
|
||||
|
||||
EAPI=5
|
||||
|
||||
PYTHON_COMPAT=( python2_7 )
|
||||
inherit distutils-r1
|
||||
|
||||
DESCRIPTION="A more beautiful JSON-RPC implemenation in python"
|
||||
HOMEPAGE="https://github.com/niligulmohar/python-symmetric-jsonrpc"
|
||||
SRC_URI="mirror://pypi/$(echo ${PN} | cut -c 1)/${PN}/${P}.tar.gz"
|
||||
|
||||
LICENSE="LGPL-2.1"
|
||||
SLOT="0"
|
||||
KEYWORDS="~amd64 ~x86"
|
||||
|
||||
DEPEND=""
|
||||
RDEPEND="${DEPEND}"
|
||||
|
||||
#S="${WORKDIR}/"
|
||||
|
|
@ -77,3 +77,6 @@
|
|||
|
||||
#https://bugs.gentoo.org/show_bug.cgi?id=530538
|
||||
~dev-python/matplotlib-1.4.0
|
||||
|
||||
#required for vail
|
||||
~dev-python/symmetricjsonrpc-0.1.0
|
||||
|
|
|
|||
Loading…
Reference in a new issue