From: Anthony G. Basile Date: Fri, 24 Mar 2017 06:59:17 +0000 (-0400) Subject: dev-python/pyaes: add python3.5 and cleanups X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=ec1748e7fdc574f70d8bc644db044baacb07acfc;p=gentoo.git dev-python/pyaes: add python3.5 and cleanups Package-Manager: Portage-2.3.3, Repoman-2.3.1 --- diff --git a/dev-python/pyaes/metadata.xml b/dev-python/pyaes/metadata.xml index 54439957721a..936a7fedbd7d 100644 --- a/dev-python/pyaes/metadata.xml +++ b/dev-python/pyaes/metadata.xml @@ -6,6 +6,6 @@ Anthony G. Basile - slowaes + pyaes diff --git a/dev-python/pyaes/pyaes-1.6.0.ebuild b/dev-python/pyaes/pyaes-1.6.0.ebuild index a318c326068d..39724be2a32b 100644 --- a/dev-python/pyaes/pyaes-1.6.0.ebuild +++ b/dev-python/pyaes/pyaes-1.6.0.ebuild @@ -3,7 +3,7 @@ EAPI=6 -PYTHON_COMPAT=( python2_7 python3_4 ) +PYTHON_COMPAT=( python2_7 python3_{4,5} ) inherit distutils-r1 @@ -17,5 +17,3 @@ KEYWORDS="~amd64 ~x86" IUSE="" DEPENDS="dev-python/setuptools" - -#S=${WORKDIR}/${MY_P}