From: Pacho Ramos Date: Sat, 12 Dec 2015 13:22:27 +0000 (+0100) Subject: dev-python/pyxdg: Support python 3.5 X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=e6dd214962355983db2372a0cb91019ad77e620f;p=gentoo.git dev-python/pyxdg: Support python 3.5 Package-Manager: portage-2.2.24 --- diff --git a/dev-python/pyxdg/pyxdg-0.25-r1.ebuild b/dev-python/pyxdg/pyxdg-0.25-r1.ebuild index abce0f4528ba..af3da6853f14 100644 --- a/dev-python/pyxdg/pyxdg-0.25-r1.ebuild +++ b/dev-python/pyxdg/pyxdg-0.25-r1.ebuild @@ -4,8 +4,7 @@ EAPI=5 -# py3.3 removed due to nosetests -PYTHON_COMPAT=( python{2_7,3_3,3_4} pypy ) +PYTHON_COMPAT=( python{2_7,3_3,3_4,3_5} pypy ) inherit distutils-r1 DESCRIPTION="A Python module to deal with freedesktop.org specifications"