dev-python/pyaes: add python3.5 and cleanups

Package-Manager: Portage-2.3.3, Repoman-2.3.1
This commit is contained in:
Anthony G. Basile
2017-03-24 02:59:17 -04:00
parent 33b28f96b7
commit ec1748e7fd
2 changed files with 2 additions and 4 deletions

View File

@@ -6,6 +6,6 @@
<name>Anthony G. Basile</name>
</maintainer>
<upstream>
<remote-id type="pypi">slowaes</remote-id>
<remote-id type="pypi">pyaes</remote-id>
</upstream>
</pkgmetadata>

View File

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