From: "Matt Turner" <mattst88@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/pyaes/
Date: Mon, 16 Mar 2020 20:09:44 +0000 (UTC) [thread overview]
Message-ID: <1584389203.dbd1785f2d4aecca22c5b9512e8f852021a67353.mattst88@gentoo> (raw)
commit: dbd1785f2d4aecca22c5b9512e8f852021a67353
Author: Matt Turner <mattst88 <AT> gentoo <DOT> org>
AuthorDate: Mon Mar 16 20:06:30 2020 +0000
Commit: Matt Turner <mattst88 <AT> gentoo <DOT> org>
CommitDate: Mon Mar 16 20:06:43 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dbd1785f
dev-python/pyaes: Add missing test dependency
Closes: https://bugs.gentoo.org/651262
Signed-off-by: Matt Turner <mattst88 <AT> gentoo.org>
dev-python/pyaes/pyaes-1.6.1-r2.ebuild | 30 ++++++++++++++++++++++++++++++
1 file changed, 30 insertions(+)
diff --git a/dev-python/pyaes/pyaes-1.6.1-r2.ebuild b/dev-python/pyaes/pyaes-1.6.1-r2.ebuild
new file mode 100644
index 00000000000..2c3a31013a3
--- /dev/null
+++ b/dev-python/pyaes/pyaes-1.6.1-r2.ebuild
@@ -0,0 +1,30 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+DISTUTILS_USE_SETUPTOOLS=no
+PYTHON_COMPAT=( python3_{6,7,8} pypy3 )
+
+inherit distutils-r1
+
+DESCRIPTION="Pure-Python Implementation of the AES block-cipher and common modes of operation"
+HOMEPAGE="https://pypi.org/project/pyaes/"
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~arm64 ~x86"
+IUSE="test"
+RESTRICT="!test? ( test )"
+
+DEPEND="test? ( dev-python/pycryptodome[${PYTHON_USEDEP}] )"
+
+python_test() {
+ local t fail=
+ for t in tests/test-*.py; do
+ einfo "${t}"
+ "${EPYTHON}" "${t}" || fail=1
+ done
+ [[ ${fail} ]] && die "Tests fail with ${EPYTHON}"
+}
next reply other threads:[~2020-03-16 20:09 UTC|newest]
Thread overview: 43+ messages / expand[flat|nested] mbox.gz Atom feed top
2020-03-16 20:09 Matt Turner [this message]
-- strict thread matches above, loose matches on Subject: below --
2025-02-27 21:15 [gentoo-commits] repo/gentoo:master commit in: dev-python/pyaes/ Michał Górny
2024-06-15 17:33 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-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-09-27 8:23 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=1584389203.dbd1785f2d4aecca22c5b9512e8f852021a67353.mattst88@gentoo \
--to=mattst88@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