From: "Patrick Lauer" <patrick@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/rsa/
Date: Sun, 6 Nov 2016 08:17:06 +0000 (UTC) [thread overview]
Message-ID: <1478420221.0885ccf77508351e0ce2a29f1b0e4661eceebb1f.patrick@gentoo> (raw)
commit: 0885ccf77508351e0ce2a29f1b0e4661eceebb1f
Author: Patrick Lauer <patrick <AT> gentoo <DOT> org>
AuthorDate: Sun Nov 6 08:16:45 2016 +0000
Commit: Patrick Lauer <patrick <AT> gentoo <DOT> org>
CommitDate: Sun Nov 6 08:17:01 2016 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0885ccf7
dev-python/rsa: Bump
Package-Manager: portage-2.3.2
dev-python/rsa/Manifest | 1 +
dev-python/rsa/rsa-3.4.2.ebuild | 34 ++++++++++++++++++++++++++++++++++
2 files changed, 35 insertions(+)
diff --git a/dev-python/rsa/Manifest b/dev-python/rsa/Manifest
index 66f0a0c..35df1c7 100644
--- a/dev-python/rsa/Manifest
+++ b/dev-python/rsa/Manifest
@@ -2,3 +2,4 @@ DIST rsa-3.1.4.tar.gz 36181 SHA256 e2b0b05936c276b1edd2e1525553233b666df9e29b5c3
DIST rsa-3.2.3.tar.gz 35628 SHA256 14db288cc40d6339dedf60d7a47053ab004b4a8976a5c59402a211d8fc5bf21f SHA512 52b33e0278e6e1fed64b1cdebed29f7caa31fae733c2d5875e6cba5a045aaa829616799d8de84fdb63c546780dbdafcabf1f85f25930b8e663861151479ef7e2 WHIRLPOOL 5814f912849bed4f98f8bef20dcf2fb9b28af70b970f324cadab90f0c67ff42c32792f7a6306edf1884d4cf6fe35d27f47c833358c2d03c582faba60fba1490d
DIST rsa-3.2.tar.gz 33686 SHA256 30f371fbb060747aa53e02c2d53067d8a4f776a7f8ba0e9f0e6bd3f392489777 SHA512 cef1f42534d010e1bbaf62838779a54d20dbbee2b190afec662089c47959c490e279150de7c23bf10a0b53c4e7d4478680df1107a911ea42468b3483274aaf50 WHIRLPOOL 99608189a17f829615bee05f309375a0712f9f438161f37642fe09ad9286aea02475ed723e6f36c55c2cb6139bffd32660b169784ba932dd23433e72ea9e3feb
DIST rsa-3.3.tar.gz 33449 SHA256 03f3d9bebad06681771016b8752a40b12f615ff32363c7aa19b3798e73ccd615 SHA512 b4d40441454ff4164fb30216bc1bb474d02074e37d012b4af8fd36f14db0a5675f8155058aeabd1e134624b575d8ca2f3ee813ac2d91f93ea8a30f2023bc1eca WHIRLPOOL d6a73217f74e6673ddacdca784e571690b00888d7c6276e492c07353aecb1322765b949acd4c735ae05c029a0e2c7d44c6eb4112f7f07124d59f3cf0f734172c
+DIST rsa-3.4.2.tar.gz 40956 SHA256 25df4e10c263fb88b5ace923dd84bf9aa7f5019687b5e55382ffcdb8bede9db5 SHA512 62b0ff31fb3b9c18ae65bd102329e69726b853560576b1b66b9b89b26d3ff79154239af7e7a581b6a27c7017cc013f738762cd9662777ef594cc11c5b1f8e267 WHIRLPOOL d8d51f7ffc47af5fbc48199860171c38fe6f08b5a510bfed20513c22df8a614565703c9d89939ff1092a7c6392fbdef8bacf41cc839a9943b120b1fa4cf8d496
diff --git a/dev-python/rsa/rsa-3.4.2.ebuild b/dev-python/rsa/rsa-3.4.2.ebuild
new file mode 100644
index 00000000..56fce15
--- /dev/null
+++ b/dev-python/rsa/rsa-3.4.2.ebuild
@@ -0,0 +1,34 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+
+PYTHON_COMPAT=( python2_7 python3_{4,5} pypy )
+
+inherit distutils-r1
+
+DESCRIPTION="Pure-Python RSA implementation"
+HOMEPAGE="http://stuvel.eu/rsa https://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="test"
+
+RDEPEND="
+ >=dev-python/pyasn1-0.1.3[${PYTHON_USEDEP}]
+ dev-python/traceback2[${PYTHON_USEDEP}]
+ "
+DEPEND="${RDEPEND}
+ >=dev-python/setuptools-0.6.10[${PYTHON_USEDEP}]
+ test? (
+ dev-python/nose[${PYTHON_USEDEP}]
+ dev-python/unittest2[${PYTHON_USEDEP}]
+ )
+ "
+
+python_test() {
+ nosetests --verbose || die
+}
next reply other threads:[~2016-11-06 8:17 UTC|newest]
Thread overview: 60+ messages / expand[flat|nested] mbox.gz Atom feed top
2016-11-06 8:17 Patrick Lauer [this message]
-- strict thread matches above, loose matches on Subject: below --
2024-06-25 8:39 [gentoo-commits] repo/gentoo:master commit in: dev-python/rsa/ Petr Vaněk
2023-06-07 9:27 Sam James
2022-10-19 19:22 Sam James
2022-08-21 18:56 Arthur Zamarin
2022-07-21 20:17 Michał Górny
2022-06-16 11:47 Michał Górny
2022-06-16 9:41 Jakov Smolić
2022-05-14 20:01 Michał Górny
2022-05-14 20:01 Michał Górny
2021-12-25 18:43 Michał Górny
2021-12-25 17:55 Arthur Zamarin
2021-11-25 8:11 Michał Górny
2021-05-18 9:32 Michał Górny
2021-05-18 9:32 Michał Górny
2021-03-30 11:10 Michał Górny
2021-03-30 9:27 Sam James
2021-03-19 21:39 Michał Górny
2021-03-19 20:14 Sam James
2021-02-24 21:43 Michał Górny
2021-02-16 0:32 Michał Górny
2021-01-11 22:48 Michał Górny
2021-01-11 22:20 Sam James
2021-01-11 21:22 Michał Górny
2021-01-11 19:13 Sam James
2021-01-11 19:13 Sam James
2021-01-10 19:16 Michał Górny
2020-09-01 4:22 Sam James
2020-08-29 23:22 Sam James
2020-07-19 13:36 Sergei Trofimovich
2020-07-17 0:17 Sam James
2020-07-16 2:32 Georgy Yakovlev
2020-06-18 3:25 Aaron Bauman
2020-06-18 3:21 Aaron Bauman
2020-06-13 22:06 Mart Raudsepp
2020-06-12 7:55 Agostino Sarubbo
2020-06-12 7:52 Agostino Sarubbo
2020-06-12 7:51 Agostino Sarubbo
2020-06-12 6:45 Michał Górny
2020-06-11 22:08 Mart Raudsepp
2020-06-11 6:43 Michał Górny
2020-06-10 18:40 Michał Górny
2020-05-01 15:44 Michał Górny
2020-03-29 7:31 Michał Górny
2020-03-25 13:12 Agostino Sarubbo
2020-02-11 11:42 Alexey Shvetsov
2020-02-06 5:59 Michał Górny
2020-01-22 23:40 Thomas Deutschmann
2019-04-10 22:44 Matthew Thode
2018-03-17 21:41 Michał Górny
2017-06-19 18:12 Alexis Ballier
2017-03-17 19:43 Zac Medico
2016-11-26 21:44 Patrice Clement
2016-02-16 20:42 Mike Frysinger
2016-01-20 15:29 Andreas Schuerch
2016-01-14 9:53 Justin Lecher
2016-01-11 10:56 Agostino Sarubbo
2015-11-24 12:10 Justin Lecher
2015-08-21 4:53 Ian Delaney
2015-08-21 4:34 Ian Delaney
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1478420221.0885ccf77508351e0ce2a29f1b0e4661eceebb1f.patrick@gentoo \
--to=patrick@gentoo.org \
--cc=gentoo-commits@lists.gentoo.org \
--cc=gentoo-dev@lists.gentoo.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox