diff options
author | Patrick Lauer <patrick@gentoo.org> | 2012-06-28 07:26:48 +0000 |
---|---|---|
committer | Patrick Lauer <patrick@gentoo.org> | 2012-06-28 07:26:48 +0000 |
commit | b56324bf3e356a736acca4aa7d049d0bfdfdcfab (patch) | |
tree | efd68ab32c800c738da35524bce2bbff302d254e /dev-python/rsa | |
parent | Bump (diff) | |
download | gentoo-2-b56324bf3e356a736acca4aa7d049d0bfdfdcfab.tar.gz gentoo-2-b56324bf3e356a736acca4aa7d049d0bfdfdcfab.tar.bz2 gentoo-2-b56324bf3e356a736acca4aa7d049d0bfdfdcfab.zip |
Bump
(Portage version: 2.2.0_alpha114/cvs/Linux x86_64)
Diffstat (limited to 'dev-python/rsa')
-rw-r--r-- | dev-python/rsa/ChangeLog | 8 | ||||
-rw-r--r-- | dev-python/rsa/rsa-3.1.1.ebuild | 26 |
2 files changed, 32 insertions, 2 deletions
diff --git a/dev-python/rsa/ChangeLog b/dev-python/rsa/ChangeLog index 8c9faa9e198e..38a0cdfd7396 100644 --- a/dev-python/rsa/ChangeLog +++ b/dev-python/rsa/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for dev-python/rsa # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/rsa/ChangeLog,v 1.2 2012/05/28 17:54:18 maekke Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/rsa/ChangeLog,v 1.3 2012/06/28 07:26:48 patrick Exp $ + +*rsa-3.1.1 (28 Jun 2012) + + 28 Jun 2012; Patrick Lauer <patrick@gentoo.org> +rsa-3.1.1.ebuild: + Bump 28 May 2012; Markus Meier <maekke@gentoo.org> rsa-3.0.1.ebuild: add ~arm, bug #415187 @@ -10,4 +15,3 @@ 08 May 2012; Mike Gilbert <floppym@gentoo.org> +metadata.xml, +rsa-3.0.1.ebuild: New ebuild; dependency for bug 415173. - diff --git a/dev-python/rsa/rsa-3.1.1.ebuild b/dev-python/rsa/rsa-3.1.1.ebuild new file mode 100644 index 000000000000..d7bdc8ad44d3 --- /dev/null +++ b/dev-python/rsa/rsa-3.1.1.ebuild @@ -0,0 +1,26 @@ +# Copyright 1999-2012 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-python/rsa/rsa-3.1.1.ebuild,v 1.1 2012/06/28 07:26:48 patrick Exp $ + +EAPI="4" + +PYTHON_DEPEND="2:2.6" +SUPPORT_PYTHON_ABIS="1" +RESTRICT_PYTHON_ABIS="2.5 3.*" +DISTUTILS_SRC_TEST="nosetests" + +inherit distutils + +DESCRIPTION="Pure-Python RSA implementation" +HOMEPAGE="http://stuvel.eu/rsa http://pypi.python.org/pypi/rsa" +SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz" + +LICENSE="Apache-2.0" +SLOT="0" +KEYWORDS="~amd64 ~arm ~x86" +IUSE="" + +RDEPEND=">=dev-python/pyasn1-0.0.13 + >=dev-python/setuptools-0.6.10" +DEPEND="${RDEPEND} + app-arch/unzip" |