We have moved to Git. This repository is only provided for compatibility with old installations. Learn how to migrate your installation here.

comparison dev-python/py-bcrypt/py-bcrypt-0.2.ebuild @ 13:7d56754e9644

copied description texts from official ebuilds, modified dependencies and download methods
author Daniel Neugebauer <dneuge@energiequant.de>
date Sun, 29 Jul 2012 23:12:08 +0200
parents c3acf66affe4
children
comparison
equal deleted inserted replaced
12:c3acf66affe4 13:7d56754e9644
10 DESCRIPTION="a Python wrapper to bcrypt" 10 DESCRIPTION="a Python wrapper to bcrypt"
11 HOMEPAGE="http://code.google.com/p/py-bcrypt/" 11 HOMEPAGE="http://code.google.com/p/py-bcrypt/"
12 12
13 SRC_URI="http://py-bcrypt.googlecode.com/files/py-bcrypt-0.2.tar.gz" 13 SRC_URI="http://py-bcrypt.googlecode.com/files/py-bcrypt-0.2.tar.gz"
14 14
15 DEPEND="dev-python/setuptools"
16
15 LICENSE="BSD" 17 LICENSE="BSD"
16 SLOT="0" 18 SLOT="0"
17 KEYWORDS="~amd64 ~x86" 19 KEYWORDS="~amd64 ~x86"
18 IUSE="" 20 IUSE=""
19 21