URI: 
       dev-python/python-gitlab: Add 1.0.1 - parlay - yet another gentoo overlay
  HTML git clone https://git.parazyd.org/parlay
   DIR Log
   DIR Files
   DIR Refs
   DIR README
       ---
   DIR commit 581abd9c8970fe1657c26796f8b4f968e083f843
   DIR parent bdce81656983874967affc04f83c979c69da278c
  HTML Author: parazyd <parazyd@dyne.org>
       Date:   Sat, 23 Sep 2017 09:45:06 +0200
       
       dev-python/python-gitlab: Add 1.0.1
       
       Diffstat:
         A dev-python/python-gitlab/Manifest   |       1 +
         A dev-python/python-gitlab/python-gi… |      25 +++++++++++++++++++++++++
       
       2 files changed, 26 insertions(+), 0 deletions(-)
       ---
   DIR diff --git a/dev-python/python-gitlab/Manifest b/dev-python/python-gitlab/Manifest
       @@ -0,0 +1 @@
       +DIST python-gitlab-1.0.1.tar.gz 112714 SHA256 8f118501ff679717b9932d1aee8086fdf4c122212920ae6937901d81711c3b7c SHA512 28854af01de13e23c4e9ee82e16c89c548f6245a4d5696e559efb6260436cad5850d9d83e064c9d81985f2cf73c7a4bb8ff2ad19684bd84114c5fe7dc7879e26 WHIRLPOOL b743b02b254ac12adb6f83bf7d19bc1758f738ac20630dbe855deed20e90a51ad84465ce0774d8824d2d9ed4ebddf8cae285ef104d06cebae9d4e8b043f5c86a
   DIR diff --git a/dev-python/python-gitlab/python-gitlab-1.0.1.ebuild b/dev-python/python-gitlab/python-gitlab-1.0.1.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 Gitlab API"
       +HOMEPAGE="https://pypi.python.org/pypi/python-gitlab/"
       +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}]
       +"