# Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: $ EAPI=4 PYTHON_DEPEND=2 SUPPORT_PYTHON_ABIS=1 RESTRICT_PYTHON_ABIS="3.*" inherit distutils MY_PN="python-potr" # Needed because upstream's versioning scheme differs from ours: MY_PV=${PV/_beta/b} # Upstream's version: python-potr-1.0.0b4 MY_P="$MY_PN-$MY_PV" # Our version: python-otr-1.0.0_beta4 S="$WORKDIR/$MY_P" DESCRIPTION="Python implementation of the OTR encryption protocol" HOMEPAGE="https://github.com/afflux/pure-python-otr" SRC_URI="mirror://github/afflux/pure-python-otr/$MY_P.tar.gz" LICENSE="LGPL-3" SLOT="0" KEYWORDS="~amd64" IUSE="" DEPEND=">=dev-python/pycrypto-2.1" RDEPEND="${DEPEND}"