mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-07-29 22:28:08 -07:00
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:
committed by
Mike Gilbert
parent
096fa821ad
commit
678e6156d4
16
dev-python/configparser/configparser-3.5.0.ebuild
Normal file
16
dev-python/configparser/configparser-3.5.0.ebuild
Normal 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=""
|
||||
Reference in New Issue
Block a user