From 3d36cebaa59d7a02337a4a8440b15b6c3dcafc86 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Micha=C5=82=20G=C3=B3rny?= Date: Tue, 4 Feb 2020 14:19:12 +0100 Subject: [PATCH] dev-python/pxml: Remove py2 MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Signed-off-by: Michał Górny --- dev-python/pxml/pxml-0.2.12.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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" -- 2.26.2