2017-03-13 20:00:04 +00:00
|
|
|
# Copyright 2017 Julian Ospald <hasufell@posteo.de>
|
|
|
|
# Distributed under the terms of the GNU General Public License v2
|
|
|
|
|
|
|
|
require pypi setup-py [ import=setuptools ]
|
|
|
|
|
|
|
|
SUMMARY="Pure-Python RSA implementation"
|
|
|
|
|
|
|
|
LICENCES="Apache-2.0"
|
|
|
|
SLOT="0"
|
2019-04-06 17:10:10 +00:00
|
|
|
PLATFORMS="~amd64 ~armv7 ~armv8 ~x86"
|
2017-03-13 20:00:04 +00:00
|
|
|
MYOPTIONS=""
|
|
|
|
|
|
|
|
|
|
|
|
DEPENDENCIES="
|
|
|
|
build+run:
|
|
|
|
dev-python/pyasn1[python_abis:*(-)?]
|
|
|
|
"
|
|
|
|
|