overlay/dev-python/python-axolotl/python-axolotl-0.1.39.ebuild
2017-12-19 10:01:06 +01:00

22 lines
547 B
Bash

# Copyright 1999-2017 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
EAPI=5
PYTHON_COMPAT=(python2_7)
inherit distutils-r1
DESCRIPTION="python implementation of axolotl encryption"
HOMEPAGE="https://github.com/tgalal/python-axolotl"
SRC_URI="https://github.com/tgalal/${PN}/archive/${PV}.tar.gz"
LICENSE="GPL-3"
SLOT="0"
KEYWORDS="~amd64"
IUSE=""
DEPEND="|| ( >=dev-libs/protobuf-2.6[python] dev-python/protobuf-python )
dev-python/pycrypto
dev-python/python-axolotl-curve25519"
RDEPEND="${DEPEND}"