]> Pileus Git - ~andy/sunrise/blob - dev-python/py-bcrypt/py-bcrypt-0.2.ebuild
net-misc/geomyidae: removed from sunrise, cause it is in main tree now
[~andy/sunrise] / dev-python / py-bcrypt / py-bcrypt-0.2.ebuild
1 # Copyright 1999-2012 Gentoo Foundation
2 # Distributed under the terms of the GNU General Public License v2
3 # $Header: $
4
5 EAPI=3
6
7 PYTHON_DEPEND="2"
8 SUPPORT_PYTHON_ABIS=1
9 RESTRICT_PYTHON_ABIS="3.*"
10
11 inherit distutils
12
13 DESCRIPTION="Python wrapper of OpenBSD's Blowfish password hashing code"
14 HOMEPAGE="http://www.mindrot.org/projects/py-bcrypt/"
15 SRC_URI="http://py-bcrypt.googlecode.com/files/${P}.tar.gz"
16
17 LICENSE="BSD-4"
18 SLOT="0"
19 KEYWORDS="~amd64 ~x86"
20 IUSE=""