From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 5CBA21396D0 for ; Wed, 27 Sep 2017 08:23:15 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 686A1E0E93; Wed, 27 Sep 2017 08:23:14 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 43F5FE0E93 for ; Wed, 27 Sep 2017 08:23:13 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 73A813416C1 for ; Wed, 27 Sep 2017 08:23:12 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id D26229086 for ; Wed, 27 Sep 2017 08:23:10 +0000 (UTC) From: "Anthony G. Basile" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Anthony G. Basile" Message-ID: <1506500562.ad1fbb7f10812c8ada3859c63a03ce779014550b.blueness@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/pyaes/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/pyaes/Manifest dev-python/pyaes/pyaes-1.6.1.ebuild X-VCS-Directories: dev-python/pyaes/ X-VCS-Committer: blueness X-VCS-Committer-Name: Anthony G. Basile X-VCS-Revision: ad1fbb7f10812c8ada3859c63a03ce779014550b X-VCS-Branch: master Date: Wed, 27 Sep 2017 08:23:10 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: e9df0554-68d4-4453-97e9-1a6b9131330b X-Archives-Hash: 119e6c92afccdd555555c8a8bb4be812 commit: ad1fbb7f10812c8ada3859c63a03ce779014550b Author: Anthony G. Basile gentoo org> AuthorDate: Wed Sep 27 08:22:42 2017 +0000 Commit: Anthony G. Basile gentoo 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 +}