mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-08-06 00:48:18 -07:00
dev-python/pyaes: add python3.5 and cleanups
Package-Manager: Portage-2.3.3, Repoman-2.3.1
This commit is contained in:
@@ -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>
|
||||
|
||||
@@ -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}
|
||||
|
||||
Reference in New Issue
Block a user