diff options
author | Andreas Sturmlechner <asturm@gentoo.org> | 2019-11-24 16:57:04 +0100 |
---|---|---|
committer | Andreas Sturmlechner <asturm@gentoo.org> | 2019-11-24 18:13:33 +0100 |
commit | 9ffec68ec4056a48120cff8fba45220144b0ff25 (patch) | |
tree | df3e601d19e16cf119d3e0c50d60b61190ae02d5 /dev-python/iniparse/iniparse-0.4-r2.ebuild | |
parent | dev-python/vobject: Drop 0.9.6.1 (r0) (diff) | |
download | gentoo-9ffec68ec4056a48120cff8fba45220144b0ff25.tar.gz gentoo-9ffec68ec4056a48120cff8fba45220144b0ff25.tar.bz2 gentoo-9ffec68ec4056a48120cff8fba45220144b0ff25.zip |
dev-python/iniparse: EAPI-7 bump, python3_8
Package-Manager: Portage-2.3.79, Repoman-2.3.18
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'dev-python/iniparse/iniparse-0.4-r2.ebuild')
-rw-r--r-- | dev-python/iniparse/iniparse-0.4-r2.ebuild | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/dev-python/iniparse/iniparse-0.4-r2.ebuild b/dev-python/iniparse/iniparse-0.4-r2.ebuild index 396e1cdef557..b00850921307 100644 --- a/dev-python/iniparse/iniparse-0.4-r2.ebuild +++ b/dev-python/iniparse/iniparse-0.4-r2.ebuild @@ -1,9 +1,9 @@ # Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=6 -PYTHON_COMPAT=( python2_7 python3_{5,6,7} ) +EAPI=7 +PYTHON_COMPAT=( python2_7 python3_{5,6,7,8} ) inherit distutils-r1 DESCRIPTION="Better INI parser for Python" @@ -15,6 +15,7 @@ SLOT="0" KEYWORDS="amd64 arm64 x86" IUSE="" +BDEPEND="dev-python/setuptools[${PYTHON_USEDEP}]" DEPEND=">=dev-python/six-1.10.0[${PYTHON_USEDEP}]" RDEPEND="${DEPEND}" |