From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: <gentoo-commits+bounces-1031720-garchives=archives.gentoo.org@lists.gentoo.org> 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 65BE4138334 for <garchives@archives.gentoo.org>; Fri, 22 Jun 2018 17:32:16 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 3AEABE086F; Fri, 22 Jun 2018 17:32: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 EAB9BE086F for <gentoo-commits@lists.gentoo.org>; Fri, 22 Jun 2018 17:32:12 +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 C72A2335C8A for <gentoo-commits@lists.gentoo.org>; Fri, 22 Jun 2018 17:32:10 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 5375E2B0 for <gentoo-commits@lists.gentoo.org>; Fri, 22 Jun 2018 17:32:08 +0000 (UTC) From: "Hanno Boeck" <hanno@gentoo.org> 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" <hanno@gentoo.org> Message-ID: <1529688713.3e941cc42ed0273be2ee2bf3cd066ff0d6abe61a.hanno@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/python-axolotl-curve25519/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/python-axolotl-curve25519/Manifest dev-python/python-axolotl-curve25519/metadata.xml dev-python/python-axolotl-curve25519/python-axolotl-curve25519-0.4.1_p2.ebuild X-VCS-Directories: dev-python/python-axolotl-curve25519/ X-VCS-Committer: hanno X-VCS-Committer-Name: Hanno Boeck X-VCS-Revision: 3e941cc42ed0273be2ee2bf3cd066ff0d6abe61a X-VCS-Branch: master Date: Fri, 22 Jun 2018 17:32:08 +0000 (UTC) Precedence: bulk List-Post: <mailto:gentoo-commits@lists.gentoo.org> List-Help: <mailto:gentoo-commits+help@lists.gentoo.org> List-Unsubscribe: <mailto:gentoo-commits+unsubscribe@lists.gentoo.org> List-Subscribe: <mailto:gentoo-commits+subscribe@lists.gentoo.org> List-Id: Gentoo Linux mail <gentoo-commits.gentoo.org> X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: a3affff7-6aa2-40a7-9e39-7c4378d8f750 X-Archives-Hash: 060cb0d739f52bc991e8bbe6fb14f67a commit: 3e941cc42ed0273be2ee2bf3cd066ff0d6abe61a Author: Hanno <hanno <AT> gentoo <DOT> org> AuthorDate: Fri Jun 22 17:31:53 2018 +0000 Commit: Hanno Boeck <hanno <AT> gentoo <DOT> org> CommitDate: Fri Jun 22 17:31:53 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3e941cc4 dev-python/python-axolotl-curve25519: Initial commit. Python library for axolotl-based protocols like OMEMO, see https://bugs.gentoo.org/608882 Package-Manager: Portage-2.3.40, Repoman-2.3.9 dev-python/python-axolotl-curve25519/Manifest | 1 + dev-python/python-axolotl-curve25519/metadata.xml | 11 +++++++++++ .../python-axolotl-curve25519-0.4.1_p2.ebuild | 19 +++++++++++++++++++ 3 files changed, 31 insertions(+) diff --git a/dev-python/python-axolotl-curve25519/Manifest b/dev-python/python-axolotl-curve25519/Manifest new file mode 100644 index 00000000000..e9d3d04f14a --- /dev/null +++ b/dev-python/python-axolotl-curve25519/Manifest @@ -0,0 +1 @@ +DIST python-axolotl-curve25519-0.4.1.post2.tar.gz 79941 BLAKE2B 51f616670e23591bd77a3b75ecfb487ad5b0360d49cccd736041a3dd12665e19695aea1c772336dbc9642b6ddd2772e1169f02369943bf5311b0ffb6a664fb3d SHA512 2cd0b8607fd1fa7654a5dd02f4594e9617b0553913a59dda1292867de9f6c2160e4b56ec74f83f3d4ef9259e1c77828dd3cd3f58ecb10076d6c9180c61e7d8ef diff --git a/dev-python/python-axolotl-curve25519/metadata.xml b/dev-python/python-axolotl-curve25519/metadata.xml new file mode 100644 index 00000000000..3d3866fb9b4 --- /dev/null +++ b/dev-python/python-axolotl-curve25519/metadata.xml @@ -0,0 +1,11 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> + <maintainer type="person"> + <email>hanno@gentoo.org</email> + </maintainer> + <upstream> + <remote-id type="pypi">python-axolotl-curve25519</remote-id> + <remote-id type="github">tgalal/python-axolotl-curve25519</remote-id> + </upstream> +</pkgmetadata> diff --git a/dev-python/python-axolotl-curve25519/python-axolotl-curve25519-0.4.1_p2.ebuild b/dev-python/python-axolotl-curve25519/python-axolotl-curve25519-0.4.1_p2.ebuild new file mode 100644 index 00000000000..4291ed002ca --- /dev/null +++ b/dev-python/python-axolotl-curve25519/python-axolotl-curve25519-0.4.1_p2.ebuild @@ -0,0 +1,19 @@ +# Copyright 1999-2018 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6} ) + +inherit distutils-r1 + +MY_P="${PN}-${PV/_p/.post}" +DESCRIPTION="Python module for Ed25519 signatures" +HOMEPAGE="https://github.com/tgalal/python-axolotl-curve25519" +SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${MY_P}.tar.gz" +S="${WORKDIR}/${MY_P}" + +LICENSE="GPL-3" +SLOT="0" +KEYWORDS="~amd64" +IUSE=""