| 1 |
blueness |
1.1 |
# Copyright 1999-2012 Gentoo Foundation
|
| 2 |
|
|
# Distributed under the terms of the GNU General Public License v2
|
| 3 |
|
|
# $Header: /var/cvsroot/gentoo-x86/dev-python/slowaes/slowaes-0.1.ebuild,v 1.0 2012/09/16 20:05:55 blueness Exp $
|
| 4 |
|
|
|
| 5 |
|
|
EAPI="4"
|
| 6 |
|
|
PYTHON_DEPEND="2"
|
| 7 |
|
|
SUPPORT_PYTHON_ABIS="1"
|
| 8 |
|
|
RESTRICT_PYTHON_ABIS="3.*"
|
| 9 |
|
|
|
| 10 |
|
|
inherit distutils
|
| 11 |
|
|
|
| 12 |
|
|
MY_P=${P}a1
|
| 13 |
|
|
DESCRIPTION="AES implementation in pure Python"
|
| 14 |
|
|
HOMEPAGE="http://code.google.com/p/slowaes/"
|
| 15 |
|
|
SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${MY_P}.tar.gz"
|
| 16 |
|
|
|
| 17 |
|
|
LICENSE="Apache-2.0"
|
| 18 |
|
|
SLOT="0"
|
| 19 |
|
|
KEYWORDS="~amd64 ~x86"
|
| 20 |
|
|
IUSE=""
|
| 21 |
|
|
|
| 22 |
|
|
S=${WORKDIR}/${MY_P}
|