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 74766138334 for ; Sun, 2 Jun 2019 10:24:44 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 8455FE07AE; Sun, 2 Jun 2019 10:24:43 +0000 (UTC) Received: from smtp.gentoo.org (mail.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 65964E07AE for ; Sun, 2 Jun 2019 10:24:43 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (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 CBCB8345536 for ; Sun, 2 Jun 2019 10:24:41 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 6170957B for ; Sun, 2 Jun 2019 10:24:39 +0000 (UTC) From: "Hanno Boeck" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Hanno Boeck" Message-ID: <1559471045.c23afe7a74cb8bba9edecbf92f3c38b44f82a3e1.hanno@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/python-axolotl/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/python-axolotl/Manifest dev-python/python-axolotl/python-axolotl-0.2.3.ebuild X-VCS-Directories: dev-python/python-axolotl/ X-VCS-Committer: hanno X-VCS-Committer-Name: Hanno Boeck X-VCS-Revision: c23afe7a74cb8bba9edecbf92f3c38b44f82a3e1 X-VCS-Branch: master Date: Sun, 2 Jun 2019 10:24:39 +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-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: a9ecc0ba-fab5-4152-bb1b-472f6fc04bbb X-Archives-Hash: 6ae6368a20b7169373a7f3c4430324db commit: c23afe7a74cb8bba9edecbf92f3c38b44f82a3e1 Author: Conrad Kostecki kostecki com> AuthorDate: Sat Jun 1 23:03:38 2019 +0000 Commit: Hanno Boeck gentoo org> CommitDate: Sun Jun 2 10:24:05 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c23afe7a dev-python/python-axolotl: bump to version 0.2.3 Package-Manager: Portage-2.3.67, Repoman-2.3.13 Closes: https://github.com/gentoo/gentoo/pull/12158 Signed-off-by: Conrad Kostecki kostecki.com> Signed-off-by: Hanno Boeck gentoo.org> dev-python/python-axolotl/Manifest | 1 + .../python-axolotl/python-axolotl-0.2.3.ebuild | 28 ++++++++++++++++++++++ 2 files changed, 29 insertions(+) diff --git a/dev-python/python-axolotl/Manifest b/dev-python/python-axolotl/Manifest index f4ad7a3bc3c..097aec4458c 100644 --- a/dev-python/python-axolotl/Manifest +++ b/dev-python/python-axolotl/Manifest @@ -1 +1,2 @@ DIST python-axolotl-0.1.42.tar.gz 53869 BLAKE2B 045d19b38478404b19717daee431a4fc36d187dc511d42ee950b37ef257d98aaee8ba42633888d596265c0d64bfc33f2da9307d45feb4189ec04c03d69687108 SHA512 db9e1cfab87d690619a672b1782942a18b12b17af555959c17bcc3e2581e9c689c57becc0ea884a1129df9dace17684ba03de38b81f8c8c65cab27962ebdb6c5 +DIST python-axolotl-0.2.3.tar.gz 52139 BLAKE2B 8539f4ff6d9d7e57965cdbbd510f499cf344490091fe56b013d1ab60986092ac8a7a76248624993692077020043ea21c1d9448ecf9b76a698b43da4e014f37ab SHA512 1a10dc9df2f95d19b49909d4d136b5266aae19e24ac84f8b263ae7d4de18f77353c737616ac0648b600e05699a90d348f95c6c1659849986becefb4a0277fc80 diff --git a/dev-python/python-axolotl/python-axolotl-0.2.3.ebuild b/dev-python/python-axolotl/python-axolotl-0.2.3.ebuild new file mode 100644 index 00000000000..66e74fa421f --- /dev/null +++ b/dev-python/python-axolotl/python-axolotl-0.2.3.ebuild @@ -0,0 +1,28 @@ +# Copyright 1999-2019 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +PYTHON_COMPAT=( python2_7 python3_{5,6,7} ) + +inherit distutils-r1 + +DESCRIPTION="A python module for the axolotl protocol" +HOMEPAGE="https://github.com/tgalal/python-axolotl" +SRC_URI="https://github.com/tgalal/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz" + +LICENSE="GPL-3" +SLOT="0" +KEYWORDS="~amd64 ~x86" + +RDEPEND=" + dev-python/cryptography[${PYTHON_USEDEP}] + dev-python/protobuf-python[${PYTHON_USEDEP}] + dev-python/python-axolotl-curve25519[${PYTHON_USEDEP}] + " +DEPEND="${RDEPEND}" +BDEPEND="dev-python/setuptools[${PYTHON_USEDEP}]" + +python_test() { + esetup.py test +}