From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 03C2C58973 for ; Fri, 5 Feb 2016 19:45:27 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 9C17021C04C; Fri, 5 Feb 2016 19:45:20 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 672CC21C092 for ; Fri, 5 Feb 2016 19:45:19 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 960A8340B79 for ; Fri, 5 Feb 2016 19:45:18 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 183BAD25 for ; Fri, 5 Feb 2016 19:45:16 +0000 (UTC) From: "Justin Lecher" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Justin Lecher" Message-ID: <1454701503.548d586ed738ba389b041d440ca93c58d1e60fc9.jlec@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/ed25519ll/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/ed25519ll/Manifest dev-python/ed25519ll/ed25519ll-0.6.ebuild dev-python/ed25519ll/metadata.xml X-VCS-Directories: dev-python/ed25519ll/ X-VCS-Committer: jlec X-VCS-Committer-Name: Justin Lecher X-VCS-Revision: 548d586ed738ba389b041d440ca93c58d1e60fc9 X-VCS-Branch: master Date: Fri, 5 Feb 2016 19:45:16 +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: 9b9f50ef-2ca8-4890-9f5a-f80d08463f87 X-Archives-Hash: 36c543d7cbca6b3fca868e6814cc9e34 commit: 548d586ed738ba389b041d440ca93c58d1e60fc9 Author: Justin Lecher gentoo org> AuthorDate: Fri Feb 5 18:49:16 2016 +0000 Commit: Justin Lecher gentoo org> CommitDate: Fri Feb 5 19:45:03 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=548d586e dev-python/ed25519ll: New package, ebuild written by me Package-Manager: portage-2.2.27 Signed-off-by: Justin Lecher gentoo.org> dev-python/ed25519ll/Manifest | 1 + dev-python/ed25519ll/ed25519ll-0.6.ebuild | 32 +++++++++++++++++++++++++++++++ dev-python/ed25519ll/metadata.xml | 15 +++++++++++++++ 3 files changed, 48 insertions(+) diff --git a/dev-python/ed25519ll/Manifest b/dev-python/ed25519ll/Manifest new file mode 100644 index 0000000..a12392f --- /dev/null +++ b/dev-python/ed25519ll/Manifest @@ -0,0 +1 @@ +DIST ed25519ll-0.6.tar.gz 74782 SHA256 7b75b7e6f4c7e7c172229aa78b13436ca9834ef5893598b49c7163d7ba55adf9 SHA512 03d6e1985371698d2fee9627fa24cd724ae2ce8399f55ef9c88df7166ddf88c4b56abbbf7971eb2c8591a6d703b92fcd52f743ecb5752841849eea23eba0978d WHIRLPOOL 71c914795a7b4fbd047471bc1efdafa6a033bc8c7aa3a4f315bdec5772c0a58574b5bfe94082e7f7173ff053f5438f40276358e2644974144266973487252668 diff --git a/dev-python/ed25519ll/ed25519ll-0.6.ebuild b/dev-python/ed25519ll/ed25519ll-0.6.ebuild new file mode 100644 index 0000000..25c7715 --- /dev/null +++ b/dev-python/ed25519ll/ed25519ll-0.6.ebuild @@ -0,0 +1,32 @@ +# Copyright 1999-2016 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=6 + +PYTHON_COMPAT=( python{2_7,3_{3,4,5}} pypy pypy3 ) + +inherit distutils-r1 + +DESCRIPTION="A low-level ctypes wrapper for Ed25519 digital signatures." +HOMEPAGE="http://bitbucket.org/dholth/ed25519ll/ http://pypi.python.org/pypi/ed25519ll" +SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz" + +LICENSE="MIT" +SLOT="0" +KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux" +IUSE="test" + +RDEPEND="" +DEPEND="${RDEPEND} + dev-python/setuptools[${PYTHON_USEDEP}] + test? ( + dev-python/nose[${PYTHON_USEDEP}] + )" + +# https://bitbucket.org/dholth/ed25519ll/issues/1/testfailures-with-python-3 +RESTRICT=test + +python_test() { + esetup.py test +} diff --git a/dev-python/ed25519ll/metadata.xml b/dev-python/ed25519ll/metadata.xml new file mode 100644 index 0000000..eef113a --- /dev/null +++ b/dev-python/ed25519ll/metadata.xml @@ -0,0 +1,15 @@ + + + + + python@gentoo.org + Python + + + ed25519ll + + dholth@fastmail.fm + Daniel Holth + + +