From: Michał Górny Date: Tue, 4 Feb 2020 13:19:12 +0000 (+0100) Subject: dev-python/pxml: Remove py2 X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=3d36cebaa59d7a02337a4a8440b15b6c3dcafc86;p=gentoo.git dev-python/pxml: Remove py2 Signed-off-by: Michał Górny --- diff --git a/dev-python/pxml/pxml-0.2.12.ebuild b/dev-python/pxml/pxml-0.2.12.ebuild index fa7bba27d4ca..fd9dd82999a4 100644 --- a/dev-python/pxml/pxml-0.2.12.ebuild +++ b/dev-python/pxml/pxml-0.2.12.ebuild @@ -3,11 +3,11 @@ EAPI=5 -PYTHON_COMPAT=( python{2_7,3_6} ) +PYTHON_COMPAT=( python3_6 ) inherit distutils-r1 -DESCRIPTION="A python library and command-line tool to "prettify" and colorize XML" +DESCRIPTION="A python library and command-line tool to 'prettify' and colorize XML" HOMEPAGE="https://pypi.org/project/pxml/ https://github.com/metagriffin/pxml" SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"