You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
30 lines
711 B
30 lines
711 B
# Copyright 1999-2014 Gentoo Foundation
|
|
# Distributed under the terms of the GNU General Public License v2
|
|
# $Header: /var/cvsroot/gentoo-x86/dev-python/potr/potr-1.0.1.ebuild,v 1.1 2014/12/29 18:04:37 aidecoe Exp $
|
|
|
|
EAPI=5
|
|
|
|
MY_PN="python-${PN}"
|
|
MY_P="${MY_PN}-${PV}"
|
|
|
|
PYTHON_COMPAT=( python{2_7,3_2,3_3,3_4} )
|
|
|
|
inherit distutils-r1
|
|
|
|
DESCRIPTION="Pure Python OTR implementation"
|
|
HOMEPAGE="https://github.com/python-otr/pure-python-otr"
|
|
SRC_URI="mirror://pypi/${MY_PN:0:1}/${MY_PN}/${MY_P}.zip"
|
|
|
|
LICENSE="LGPL-3+"
|
|
SLOT="0"
|
|
KEYWORDS="~amd64"
|
|
IUSE=""
|
|
|
|
CDEPEND=">=dev-python/pycrypto-2.1[${PYTHON_USEDEP}]"
|
|
DEPEND="${CDEPEND}
|
|
dev-python/setuptools[${PYTHON_USEDEP}]
|
|
"
|
|
RDEPEND="${CDEPEND}"
|
|
|
|
S="${WORKDIR}/${MY_P}"
|