dev-python/verboselogs: Version Bump

Package-Manager: portage-2.2.23
Signed-off-by: Justin Lecher <jlec@gentoo.org>
This commit is contained in:
Justin Lecher
2015-10-23 14:12:22 +02:00
parent d2edfe0096
commit 17f258666d
2 changed files with 23 additions and 0 deletions

View File

@@ -1 +1,2 @@
DIST verboselogs-1.0.1.tar.gz 4619 SHA256 0a1fa58d6c4bdf7249f04d502cb25c9926f6d1abb834448f27c533728db4d8ac SHA512 51f6509b6e5b5f624c0e21a6f517908a2d4bbb90c3e885488e148731a2f37202bba1de4edf7c1d4ac686b262c172d56f2e8374866d84e4020641fe7ea42e2fbc WHIRLPOOL ea800560ad7ea216e3e54325674836ca7b5258ddec452261b23c1b61d52fdb7088f8ce079ba782e1b0b09c674019393aa081be349f06675da95c607ccbfdcb39
DIST verboselogs-1.0.2.tar.gz 4784 SHA256 78e8f81a7608417f92b819adf5f66411026f6cf5bcca4102a44c91dcbf60efc8 SHA512 a6a28cf63bd40776783eb33f1877a8e16096820741bdeb4f98b22667196929c98a7dea4a8d3008be75c86d1a6f4d5a635601644fdc9b49a78a45e17a55f589af WHIRLPOOL 73a6f4a3d7c4e5b6a15cf928a6e9c02f48c9f1e0141b44e6f219da5de905b947758c6ff20d0f98e928d0c07759436e1a76a95ce509c594f3c4b5acc44975a8fa

View File

@@ -0,0 +1,22 @@
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Id$
EAPI=5
PYTHON_COMPAT=( python2_7 python3_{3,4,5} )
inherit distutils-r1
DESCRIPTION="Verbose logging for Python's logging module"
HOMEPAGE="https://pypi.python.org/pypi/verboselogs"
SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
SLOT="0"
LICENSE="MIT"
KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
IUSE=""
RDEPEND=""
DEPEND="${RDEPEND}
dev-python/setuptools[${PYTHON_USEDEP}]"