From: "Anthony G. Basile" <blueness@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/pyaes/
Date: Wed, 27 Sep 2017 08:23:10 +0000 (UTC) [thread overview]
Message-ID: <1506500562.ad1fbb7f10812c8ada3859c63a03ce779014550b.blueness@gentoo> (raw)
commit: ad1fbb7f10812c8ada3859c63a03ce779014550b
Author: Anthony G. Basile <blueness <AT> gentoo <DOT> org>
AuthorDate: Wed Sep 27 08:22:42 2017 +0000
Commit: Anthony G. Basile <blueness <AT> gentoo <DOT> org>
CommitDate: Wed Sep 27 08:22:42 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ad1fbb7f
dev-python/pyaes: version bump to 1.6.1
Package-Manager: Portage-2.3.8, Repoman-2.3.1
dev-python/pyaes/Manifest | 1 +
dev-python/pyaes/pyaes-1.6.1.ebuild | 23 +++++++++++++++++++++++
2 files changed, 24 insertions(+)
diff --git a/dev-python/pyaes/Manifest b/dev-python/pyaes/Manifest
index bd982f1f516..d06be62275f 100644
--- a/dev-python/pyaes/Manifest
+++ b/dev-python/pyaes/Manifest
@@ -1 +1,2 @@
DIST pyaes-1.6.0.tar.gz 28237 SHA256 9cd5a54d914b1eebfb14fcb490315214b6a0304d9f1bb47e90d1d8e0b15ce92e SHA512 32f6bf998b7e200fc73b4852873f60067ac056d646ae87cd8ab55f3ec99c9e26fa2b418b67ba0264a8016311a5f0eb2d40c8e7f917c0715e19f5c3dbf6a8238e WHIRLPOOL 255679d20d40d7a9134465b39365bd6e077601e7882c2f17dd2d1e4198b88712782bfdb8d5d5dc7a74f5c8e5f124da0d396a3aa94dd2a858f53ec45fd8af7a61
+DIST pyaes-1.6.1.tar.gz 28536 SHA256 02c1b1405c38d3c370b085fb952dd8bea3fadcee6411ad99f312cc129c536d8f SHA512 00ce3babf72ea18b0de369860cd884058c7c6f3bd8b961c3ff591ef7d3dc0a69fabad5311f61c9f91d2f1a480c8512e34eeced5ec7145ed9f963bf91c5f8838a WHIRLPOOL 5dd013096329f669afc75bddf18c773d282f4b505185838cafab411ab4ba03b7dfa278e053f8c7101033bae0d3ad1c8d88548278917959116942909a2e095066
diff --git a/dev-python/pyaes/pyaes-1.6.1.ebuild b/dev-python/pyaes/pyaes-1.6.1.ebuild
new file mode 100644
index 00000000000..839a967746d
--- /dev/null
+++ b/dev-python/pyaes/pyaes-1.6.1.ebuild
@@ -0,0 +1,23 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+PYTHON_COMPAT=( python2_7 python3_{4,5,6} )
+
+inherit distutils-r1
+
+DESCRIPTION="Pure-Python Implementation of the AES block-cipher and common modes of operation"
+HOMEPAGE="https://pypi.python.org/pypi/pyaes"
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"
+
+python_test() {
+ ${EPYTHON} tests/test-{aes,blockfeeder,util}.py || die
+}
next reply other threads:[~2017-09-27 8:23 UTC|newest]
Thread overview: 42+ messages / expand[flat|nested] mbox.gz Atom feed top
2017-09-27 8:23 Anthony G. Basile [this message]
-- strict thread matches above, loose matches on Subject: below --
2024-06-15 17:33 [gentoo-commits] repo/gentoo:master commit in: dev-python/pyaes/ Michał Górny
2023-06-01 13:40 Michał Górny
2022-06-05 16:10 Arthur Zamarin
2022-03-16 9:01 Michał Górny
2022-03-16 8:13 Jakov Smolić
2022-01-29 20:43 Michał Górny
2021-10-02 10:23 James Le Cuirot
2021-06-05 17:59 Michał Górny
2021-02-22 6:02 Joshua Kinard
2020-12-27 12:51 Sergei Trofimovich
2020-11-28 12:13 Sam James
2020-11-28 11:26 Sergei Trofimovich
2020-07-29 23:53 Sam James
2020-07-29 23:49 Sam James
2020-07-24 18:22 Sam James
2020-07-24 18:22 Sam James
2020-07-24 18:16 Sam James
2020-07-24 18:16 Sam James
2020-07-24 18:04 Sam James
2020-07-20 14:40 Michał Górny
2020-07-09 13:42 Michał Górny
2020-07-09 13:42 Michał Górny
2020-05-31 8:12 Michał Górny
2020-04-04 10:52 Sergei Trofimovich
2020-03-29 21:21 Sergei Trofimovich
2020-03-28 23:40 Sergei Trofimovich
2020-03-28 17:07 Michał Górny
2020-03-16 20:10 Matt Turner
2020-03-16 20:09 Matt Turner
2020-03-16 20:09 Matt Turner
2020-02-21 13:59 Michał Górny
2020-02-21 13:59 Michał Górny
2020-02-05 19:12 Michał Górny
2019-07-30 7:24 Michał Górny
2019-07-30 7:24 Michał Górny
2019-07-30 7:24 Michał Górny
2019-07-30 7:24 Michał Górny
2017-10-11 17:47 Anthony G. Basile
2017-05-16 12:22 Manuel Rüger
2017-03-24 7:00 Anthony G. Basile
2017-03-18 14:06 Anthony G. Basile
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=1506500562.ad1fbb7f10812c8ada3859c63a03ce779014550b.blueness@gentoo \
--to=blueness@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