dev-python/configparser: Version bump to 3.5.0 + bump to EAPI=6

Package-Manager: portage-2.2.26
Closes: https://github.com/gentoo/gentoo/pull/1746
This commit is contained in:
Marius Brehler
2016-06-26 11:23:00 +02:00
committed by Mike Gilbert
parent 096fa821ad
commit 678e6156d4
2 changed files with 17 additions and 0 deletions

View File

@@ -0,0 +1,16 @@
# Copyright 1999-2016 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Id$
EAPI=6
PYTHON_COMPAT=( python2_7 pypy )
inherit distutils-r1
DESCRIPTION="Backport of Python-3 built-in configparser"
HOMEPAGE="https://pypi.python.org/pypi/configparser/"
SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
LICENSE="MIT"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE=""