dev-python/python-jenkins: Add 0.4.15 - parlay - yet another gentoo overlay
  HTML git clone https://git.parazyd.org/parlay
   DIR Log
   DIR Files
   DIR Refs
   DIR README
       ---
   DIR commit 3c2a3d147e640728ab4f623ba24e275e7d540987
   DIR parent b834de86c3d04f45a08195bc02a96345974055c8
  HTML Author: parazyd <parazyd@dyne.org>
       Date:   Mon, 24 Jul 2017 14:37:06 +0200
       
       dev-python/python-jenkins: Add 0.4.15
       
       Diffstat:
         A dev-python/python-jenkins/Manifest  |       1 +
         A dev-python/python-jenkins/python-j… |      25 +++++++++++++++++++++++++
       
       2 files changed, 26 insertions(+), 0 deletions(-)
       ---
   DIR diff --git a/dev-python/python-jenkins/Manifest b/dev-python/python-jenkins/Manifest
       @@ -0,0 +1 @@
       +DIST python-jenkins-0.4.15.tar.gz 50732 SHA256 12c50a027e12048504c71e984e8e776a15a1204065b86ca2d1d871802c6da336 SHA512 55ef670e73261210a9803716b3993a1bf89035c1ae41bac33fb2c3fec5f6252b771b35e8400401ab7f46c54c39c96d0f7413cdf9103e846a7992fa32a3f4f029 WHIRLPOOL f1005a189ef4d55344e236fb544464c5452d769a8343fff2fcc34960645b923b2027758d0c673bc88cabf7976841d98b764b33f7902ded5ea26aa5149f4cfd2f
   DIR diff --git a/dev-python/python-jenkins/python-jenkins-0.4.15.ebuild b/dev-python/python-jenkins/python-jenkins-0.4.15.ebuild
       @@ -0,0 +1,25 @@
       +# Copyright 1999-2017 Gentoo Foundation
       +# Distributed under the terms of the GNU General Public License v2
       +
       +EAPI=6
       +
       +PYTHON_COMPAT=( python2_7 python3_{4,5,6} )
       +inherit distutils-r1
       +
       +DESCRIPTION="Python bindings for the remote Jenkins API"
       +HOMEPAGE="https://pypi.python.org/pypi/python-jenkins/"
       +SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz"
       +
       +LICENSE="BSD"
       +SLOT="0"
       +KEYWORDS="~amd64 ~x86"
       +IUSE=""
       +
       +DEPEND="
       +        dev-python/setuptools[${PYTHON_USEDEP}]
       +        dev-python/pbr[${PYTHON_USEDEP}]
       +"
       +RDEPEND="
       +        dev-python/six[${PYTHON_USEDEP}]
       +        dev-python/multi_key_dict[${PYTHON_USEDEP}]
       +"