Skip to content

Commit

Permalink
dev-python/pyaes: add python3.5 and cleanups
Browse files Browse the repository at this point in the history
Package-Manager: Portage-2.3.3, Repoman-2.3.1
  • Loading branch information
blueness committed Mar 24, 2017
1 parent 33b28f9 commit ec1748e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
2 changes: 1 addition & 1 deletion dev-python/pyaes/metadata.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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>
4 changes: 1 addition & 3 deletions dev-python/pyaes/pyaes-1.6.0.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

EAPI=6

PYTHON_COMPAT=( python2_7 python3_4 )
PYTHON_COMPAT=( python2_7 python3_{4,5} )

inherit distutils-r1

Expand All @@ -17,5 +17,3 @@ KEYWORDS="~amd64 ~x86"
IUSE=""

DEPENDS="dev-python/setuptools"

#S=${WORKDIR}/${MY_P}

0 comments on commit ec1748e

Please sign in to comment.