From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: <gentoo-commits+bounces-1024865-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 7FFE51382C5 for <garchives@archives.gentoo.org>; Fri, 18 May 2018 23:19:52 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id A346EE0A7F; Fri, 18 May 2018 23:19:51 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (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 67534E0A7F for <gentoo-commits@lists.gentoo.org>; Fri, 18 May 2018 23:19:51 +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 1CC18335C72 for <gentoo-commits@lists.gentoo.org>; Fri, 18 May 2018 23:19:50 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 61FF5291 for <gentoo-commits@lists.gentoo.org>; Fri, 18 May 2018 23:19:47 +0000 (UTC) From: "Göktürk Yüksek" <gokturk@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, "Göktürk Yüksek" <gokturk@gentoo.org> Message-ID: <1526685566.34e75a68871fafd25322b36abc43fe75e6ca8517.gokturk@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/fido2/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/fido2/Manifest dev-python/fido2/fido2-0.3.0.ebuild dev-python/fido2/metadata.xml X-VCS-Directories: dev-python/fido2/ X-VCS-Committer: gokturk X-VCS-Committer-Name: Göktürk Yüksek X-VCS-Revision: 34e75a68871fafd25322b36abc43fe75e6ca8517 X-VCS-Branch: master Date: Fri, 18 May 2018 23:19:47 +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: 9a79e660-4b68-4da1-8fc0-c447a7199a96 X-Archives-Hash: 1738f4a62440004595315e4dce173bb3 commit: 34e75a68871fafd25322b36abc43fe75e6ca8517 Author: Göktürk Yüksek <gokturk <AT> gentoo <DOT> org> AuthorDate: Fri May 18 22:47:17 2018 +0000 Commit: Göktürk Yüksek <gokturk <AT> gentoo <DOT> org> CommitDate: Fri May 18 23:19:26 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=34e75a68 dev-python/fido2: initial commit with version 0.3.0 This is a dependency for >=app-crypt/yubikey-manager-0.7.0. Package-Manager: Portage-2.3.27, Repoman-2.3.9 dev-python/fido2/Manifest | 1 + dev-python/fido2/fido2-0.3.0.ebuild | 35 +++++++++++++++++++++++++++++++++++ dev-python/fido2/metadata.xml | 16 ++++++++++++++++ 3 files changed, 52 insertions(+) diff --git a/dev-python/fido2/Manifest b/dev-python/fido2/Manifest new file mode 100644 index 00000000000..ef3b3d41a76 --- /dev/null +++ b/dev-python/fido2/Manifest @@ -0,0 +1 @@ +DIST fido2-0.3.0.tar.gz 125907 BLAKE2B 95054f258c775ac3b4f65608fd3b62ec4165a568c237064ebb66da1ca6ae899a3d88b5613e9dd4be87c05068ebd698be452dd3467800317e5894092216196e12 SHA512 c6ea83e104d77350413156eba4c1aa2635b77ae00d157dce61e5a8539c65aca4dd1dfc5303f9d408359582eeb98ae558aa1e2043a9b1dfcb23415eb8bc9c6a09 diff --git a/dev-python/fido2/fido2-0.3.0.ebuild b/dev-python/fido2/fido2-0.3.0.ebuild new file mode 100644 index 00000000000..80c22c109c0 --- /dev/null +++ b/dev-python/fido2/fido2-0.3.0.ebuild @@ -0,0 +1,35 @@ +# Copyright 1999-2018 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI=6 + +PYTHON_COMPAT=( python{2_7,3_{4,5,6}} ) +inherit distutils-r1 + +DESCRIPTION="Python based FIDO 2.0 library" +HOMEPAGE="https://github.com/Yubico/python-fido2" +SRC_URI="https://github.com/Yubico/python-fido2/releases/download/${PV}/${P}.tar.gz" + +LICENSE="Apache-2.0 BSD-2 MPL-2.0" +SLOT="0" +KEYWORDS="~amd64" +IUSE="test" + +RDEPEND=" + dev-python/six[${PYTHON_USEDEP}] + dev-python/cryptography[${PYTHON_USEDEP}] + $(python_gen_cond_dep 'dev-python/enum34[${PYTHON_USEDEP}]' python2_7) +" +DEPEND=" + dev-python/setuptools[${PYTHON_USEDEP}] + test? ( + ${RDEPEND} + dev-python/mock[${PYTHON_USEDEP}] + dev-python/pyfakefs[${PYTHON_USEDEP}] + ) +" + +python_test() { + touch "${S}"/test/__init__.py || die + esetup.py test +} diff --git a/dev-python/fido2/metadata.xml b/dev-python/fido2/metadata.xml new file mode 100644 index 00000000000..b0754694d80 --- /dev/null +++ b/dev-python/fido2/metadata.xml @@ -0,0 +1,16 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> +<maintainer type="person"> + <email>gokturk@gentoo.org</email> + <name>Göktürk Yüksek</name> +</maintainer> +<longdescription> + fido2 provides library functionality for communicating with a FIDO + device over USB as well as verifying attestation and assertion + signatures. +</longdescription> +<upstream> + <remote-id type="github">Yubico/python-fido2</remote-id> +</upstream> +</pkgmetadata>