dev-python/jaraco-logging: bump to 1.5, EAPI=6

Package-Manager: portage-2.3.0_rc1
This commit is contained in:
Louis Sautier
2016-05-26 11:52:14 +02:00
committed by Amy Winston
parent 54d1f92488
commit 9898df39f9
4 changed files with 40 additions and 1 deletions

View File

@@ -1 +1,2 @@
DIST jaraco.logging-1.3.1.tar.gz 4589 SHA256 e80e43a7b0d94bda2faacc1b996d5cc8bc6dcf20205048d18f4889f35e956580 SHA512 aaa2b29551a13358887e0747acb47ca2a6611ce1bfb08259bc70c7908929c4d2c45eefd7738e808b7b2404d723425efd69f9cb9601e0fb0c08f611bcf744ceae WHIRLPOOL 150101a7fa0b50a0130802638bd73124543c1836c27a96deb21be4eb6966028d58e4cabc6513a7149d08273a728ac1e46a27f78b6a139e304b16f14d2227abf3
DIST jaraco.logging-1.5.tar.gz 5707 SHA256 05c8922640cd22e7c6cb71068ef494a227b61ae8a0cd43b28ab1fa08ef4f7cd3 SHA512 18f267bd0c764f38ff5223d4fd6e08d7d9fa568691db285155d7b955c71439474fd84edd61b20d57f6eac77394d4b3ddf9b35d8e6ba08a2db5dd4b2ada6e0d68 WHIRLPOOL 03e32aaf52030c8635f59627a91330de004fb564b0d330e11122ebe7bb05e467c66f83f248424b1308ab7aecfcef428b90c05cab896fff10c3e7e83087031096

View File

@@ -1,4 +1,4 @@
# Copyright 1999-2015 Gentoo Foundation
# Copyright 1999-2016 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Id$

View File

@@ -0,0 +1,37 @@
# Copyright 1999-2016 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Id$
EAPI=6
PYTHON_COMPAT=( python{2_7,3_4,3_5} )
inherit distutils-r1
MY_PN="${PN/-/.}"
DESCRIPTION="Additional facilities to supplement Python's stdlib logging module"
HOMEPAGE="https://github.com/jaraco/jaraco.logging"
SRC_URI="mirror://pypi/${PN:0:1}/${MY_PN}/${MY_PN}-${PV}.tar.gz"
LICENSE="MIT"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE="test"
RDEPEND="dev-python/six[${PYTHON_USEDEP}]
dev-python/tempora[${PYTHON_USEDEP}]
"
DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]
>=dev-python/setuptools_scm-1.9[${PYTHON_USEDEP}]
test? (
${RDEPEND}
>=dev-python/pytest-2.8[${PYTHON_USEDEP}]
dev-python/pytest-runner[${PYTHON_USEDEP}]
)
"
S="${WORKDIR}/${MY_PN}-${PV}"
python_test() {
PYTHONPATH=. py.test || die "tests failed with ${EPYTHON}"
}

View File

@@ -13,5 +13,6 @@
<upstream>
<remote-id type="pypi">jaraco.logging</remote-id>
<remote-id type="github">jaraco/jaraco.logging</remote-id>
<bugs-to>https://github.com/jaraco/jaraco.logging/issues</bugs-to>
</upstream>
</pkgmetadata>