dev-python/pxml: Remove py2
authorMichał Górny <mgorny@gentoo.org>
Tue, 4 Feb 2020 13:19:12 +0000 (14:19 +0100)
committerMichał Górny <mgorny@gentoo.org>
Tue, 4 Feb 2020 13:19:12 +0000 (14:19 +0100)
Signed-off-by: Michał Górny <mgorny@gentoo.org>
dev-python/pxml/pxml-0.2.12.ebuild

index fa7bba27d4ca4711a1e3e3ccba9b798727dd4956..fd9dd82999a4034fde45d52efc2c98be094c57ca 100644 (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"