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 B4E87139083 for ; Fri, 22 Dec 2017 22:54:07 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id A978DE0E94; Fri, 22 Dec 2017 22:54:04 +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 72C91E0E93 for ; Fri, 22 Dec 2017 22:54:03 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 3CA4333D4A6 for ; Fri, 22 Dec 2017 22:54:01 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id C7EA6A1A0 for ; Fri, 22 Dec 2017 22:53:59 +0000 (UTC) From: "Matt Thode" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Matt Thode" Message-ID: <1513983156.be30959b86e55a3d70f7ce7871c5973552cf6e63.prometheanfire@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/josepy/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/josepy/Manifest dev-python/josepy/josepy-1.0.1.ebuild dev-python/josepy/metadata.xml X-VCS-Directories: dev-python/josepy/ X-VCS-Committer: prometheanfire X-VCS-Committer-Name: Matt Thode X-VCS-Revision: be30959b86e55a3d70f7ce7871c5973552cf6e63 X-VCS-Branch: master Date: Fri, 22 Dec 2017 22:53:59 +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: a0ea70a6-f3db-412d-9570-c07881ae6a45 X-Archives-Hash: 1bb392f0b488d97a0e59d7803a532e54 commit: be30959b86e55a3d70f7ce7871c5973552cf6e63 Author: Matthew Thode gentoo org> AuthorDate: Fri Dec 22 22:52:36 2017 +0000 Commit: Matt Thode gentoo org> CommitDate: Fri Dec 22 22:52:36 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=be30959b dev-python/josepy: adding for certbot/acme Package-Manager: Portage-2.3.14, Repoman-2.3.6 dev-python/josepy/Manifest | 1 + dev-python/josepy/josepy-1.0.1.ebuild | 24 ++++++++++++++++++++++++ dev-python/josepy/metadata.xml | 15 +++++++++++++++ 3 files changed, 40 insertions(+) diff --git a/dev-python/josepy/Manifest b/dev-python/josepy/Manifest new file mode 100644 index 00000000000..33e6de28269 --- /dev/null +++ b/dev-python/josepy/Manifest @@ -0,0 +1 @@ +DIST josepy-1.0.1.tar.gz 50251 BLAKE2B eb75e05dec890c92043357740829edf96f49f0c77b85211b9a9077ef39bfe59df2ee5952c1569559a07b6505870d796b3aa9e2b0fdba6943860b035f09a004b2 SHA512 51f0e1286a05ebc42f388d13e47e7bd2d1eb11ba1cf06f4d52d627d4a3c2d01f73f1ce9c9ff23ed7dd78ba18142af23e3de4277a63dc69b433bbc3e7aedfd6eb diff --git a/dev-python/josepy/josepy-1.0.1.ebuild b/dev-python/josepy/josepy-1.0.1.ebuild new file mode 100644 index 00000000000..115d502f9d0 --- /dev/null +++ b/dev-python/josepy/josepy-1.0.1.ebuild @@ -0,0 +1,24 @@ +# Copyright 1999-2017 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI=6 + +PYTHON_COMPAT=( python2_7 python3_4 python3_5 python3_6 ) +inherit distutils-r1 + +DESCRIPTION="JOSE protocol implementation in Python" +HOMEPAGE="https://github.com/jezdez/josepy" +SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" + +LICENSE="Apache-2.0" +SLOT="0" +KEYWORDS="~amd64 ~arm ~ppc64 ~x86" +IUSE="" + +DEPEND=" + >=dev-python/setuptools-1.0[${PYTHON_USEDEP}] + >=dev-python/cryptography-0.8[${PYTHON_USEDEP}] + >=dev-python/pyopenssl-0.13[${PYTHON_USEDEP}] + >=dev-python/six-1.9.0[${PYTHON_USEDEP}] +" +RDEPEND="${DEPEND}" diff --git a/dev-python/josepy/metadata.xml b/dev-python/josepy/metadata.xml new file mode 100644 index 00000000000..68065a29e28 --- /dev/null +++ b/dev-python/josepy/metadata.xml @@ -0,0 +1,15 @@ + + + + + python@gentoo.org + + + prometheanfire@gentoo.org + Matthew Thode + + + JOSE protocol implementation in Python using cryptography + Originally developed as part of the ACME protocol implementation. + +