dev-python/pxml: Remove py2

Signed-off-by: Michał Górny <mgorny@gentoo.org>
This commit is contained in:
Michał Górny
2020-02-04 14:19:12 +01:00
parent e33466a3a9
commit 3d36cebaa5

View File

@@ -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"