From 3c469d30dcb2b9b2c9fbde0377e3adcb31ed6117 Mon Sep 17 00:00:00 2001 From: Conrad Kostecki Date: Sat, 23 Jun 2018 23:28:17 +0200 Subject: [PATCH] dev-python/python-axolotl-curve25519: New package Closes: https://bugs.gentoo.org/608882 Package-Manager: Portage-2.3.40, Repoman-2.3.9 --- dev-python/python-axolotl-curve25519/Manifest | 1 + .../python-axolotl-curve25519/metadata.xml | 24 +++++++++++++++++++ .../python-axolotl-curve25519-0.4.1_p2.ebuild | 22 +++++++++++++++++ 3 files changed, 47 insertions(+) create mode 100644 dev-python/python-axolotl-curve25519/Manifest create mode 100644 dev-python/python-axolotl-curve25519/metadata.xml create mode 100644 dev-python/python-axolotl-curve25519/python-axolotl-curve25519-0.4.1_p2.ebuild diff --git a/dev-python/python-axolotl-curve25519/Manifest b/dev-python/python-axolotl-curve25519/Manifest new file mode 100644 index 000000000000..d678c06615a3 --- /dev/null +++ b/dev-python/python-axolotl-curve25519/Manifest @@ -0,0 +1 @@ +DIST python-axolotl-curve25519-0.4.1-2.tar.gz 100957 BLAKE2B cda4fb7ad7c78df7465a952e2b5f3c6616849876bc1c8b72dde08042a655c2b86233329d311f6bee1bfc6d2b32926968aafc7e6204320209c2c1bd008f1aa361 SHA512 cbc7c6caa47a9a811640c247a1be727d7b1b68bcdb4c5336e02b4d1eaf9fd2c57b7438b0da466a379a1c0f3f146756b9b7eea3c9b7945ce88478d4bf0b8a1e0d diff --git a/dev-python/python-axolotl-curve25519/metadata.xml b/dev-python/python-axolotl-curve25519/metadata.xml new file mode 100644 index 000000000000..0d550cd85953 --- /dev/null +++ b/dev-python/python-axolotl-curve25519/metadata.xml @@ -0,0 +1,24 @@ + + + + + hanno@gentoo.org + + + ck+gentoo@bl4ckb0x.de + Conrad Kostecki + + + proxy-maint@gentoo.org + Proxy Maintainers + + + This is a python wrapper for the curve25519 library with ed25519 signatures. + The C code was pulled from libaxolotl-android. + At the moment this wrapper is meant for use by dev-python/python-axolotl. + + + https://github.com/tgalal/python-axolotl-curve25519/issues + tgalal/python-axolotl-curve25519 + + 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 000000000000..46d50ec426bc --- /dev/null +++ b/dev-python/python-axolotl-curve25519/python-axolotl-curve25519-0.4.1_p2.ebuild @@ -0,0 +1,22 @@ +# Copyright 1999-2018 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 + +MY_PV="${PV/_p/-}" + +DESCRIPTION="A python wrapper for the curve25519 library with ed25519 signatures" +HOMEPAGE="https://github.com/tgalal/python-axolotl-curve25519" +SRC_URI="https://github.com/tgalal/${PN}/archive/${MY_PV}.tar.gz -> ${PN}-${MY_PV}.tar.gz" + +LICENSE="BSD GPL-3" +SLOT="0" +KEYWORDS="~amd64 ~x86" + +DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]" + +S="${WORKDIR}/${PN}-${MY_PV}" -- 2.26.2