From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: <gentoo-commits+bounces-1097132-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 9DBFB138334 for <garchives@archives.gentoo.org>; Tue, 25 Jun 2019 01:35:49 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 7F295E087A; Tue, 25 Jun 2019 01:35:48 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.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 4EB80E0876 for <gentoo-commits@lists.gentoo.org>; Tue, 25 Jun 2019 01:35:48 +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 CC28734699E for <gentoo-commits@lists.gentoo.org>; Tue, 25 Jun 2019 01:35:46 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 48E11627 for <gentoo-commits@lists.gentoo.org>; Tue, 25 Jun 2019 01:35:44 +0000 (UTC) From: "Zac Medico" <zmedico@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, "Zac Medico" <zmedico@gentoo.org> Message-ID: <1561426420.eaaa480af5bb37b1087d9397e7cf8fb962f0c538.zmedico@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/python-jose/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/python-jose/Manifest dev-python/python-jose/metadata.xml dev-python/python-jose/python-jose-3.0.1.ebuild X-VCS-Directories: dev-python/python-jose/ X-VCS-Committer: zmedico X-VCS-Committer-Name: Zac Medico X-VCS-Revision: eaaa480af5bb37b1087d9397e7cf8fb962f0c538 X-VCS-Branch: master Date: Tue, 25 Jun 2019 01:35:44 +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-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 05d90575-bb8f-41c7-a2e7-58d00496400b X-Archives-Hash: 4e549442a1dbf6c13bd401a6ced22f80 commit: eaaa480af5bb37b1087d9397e7cf8fb962f0c538 Author: Zac Medico <zachary.medico <AT> sony <DOT> com> AuthorDate: Wed Jun 19 02:00:28 2019 +0000 Commit: Zac Medico <zmedico <AT> gentoo <DOT> org> CommitDate: Tue Jun 25 01:33:40 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=eaaa480a dev-python/python-jose: New package Bug: https://bugs.gentoo.org/688034 Copyright: Sony Interactive Entertainment Inc. Package-Manager: Portage-2.3.67, Repoman-2.3.14 Signed-off-by: Zac Medico <zmedico <AT> gentoo.org> dev-python/python-jose/Manifest | 1 + dev-python/python-jose/metadata.xml | 13 +++++++++ dev-python/python-jose/python-jose-3.0.1.ebuild | 35 +++++++++++++++++++++++++ 3 files changed, 49 insertions(+) diff --git a/dev-python/python-jose/Manifest b/dev-python/python-jose/Manifest new file mode 100644 index 00000000000..0906e01b6a5 --- /dev/null +++ b/dev-python/python-jose/Manifest @@ -0,0 +1 @@ +DIST python-jose-3.0.1.tar.gz 86726 BLAKE2B 82ad3cd1139b367d179e965aaf0e33f3592883da6b21ecb3a91e9fe98ff05dbe358e56156a3d34366ffc0d7bfa9efbcdef67c41307d803ac16144a0c0ac3570b SHA512 a39c3aa9acc6bcc0030e4435e499581043a820c54aa1a4b67ae478cf95f96f28755b03fa4453e484932a64865a61613a1ff4afe30249216e8f392638485693d7 diff --git a/dev-python/python-jose/metadata.xml b/dev-python/python-jose/metadata.xml new file mode 100644 index 00000000000..78d20636d80 --- /dev/null +++ b/dev-python/python-jose/metadata.xml @@ -0,0 +1,13 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> + <maintainer type="person"> + <email>zmedico@gentoo.org</email> + <name>Zac Medico</name> + </maintainer> + <upstream> + <remote-id type="github">mpdavis/python-jose</remote-id> + <remote-id type="pypi">python-jose</remote-id> + <bugs-to>https://github.com/mpdavis/python-jose/issues</bugs-to> + </upstream> +</pkgmetadata> diff --git a/dev-python/python-jose/python-jose-3.0.1.ebuild b/dev-python/python-jose/python-jose-3.0.1.ebuild new file mode 100644 index 00000000000..e304330420f --- /dev/null +++ b/dev-python/python-jose/python-jose-3.0.1.ebuild @@ -0,0 +1,35 @@ +# Copyright 1999-2019 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 +PYTHON_COMPAT=( python2_7 python3_{5,6,7} ) + +inherit distutils-r1 + +DESCRIPTION="A JavaScript Object Signing and Encryption (JOSE) implementation in Python" +HOMEPAGE="https://github.com/mpdavis/python-jose https://pypi.org/project/python-jose/" +# pypi tarball lacks unit tests +#SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz" +SRC_URI="https://github.com/mpdavis/python-jose/archive/${PV}.tar.gz -> ${P}.tar.gz" + +LICENSE="MIT" +SLOT="0" +KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux" +IUSE="test" +RESTRICT="!test? ( test )" +RDEPEND="dev-python/cryptography[${PYTHON_USEDEP}] + dev-python/ecdsa[${PYTHON_USEDEP}] + dev-python/pyasn1[${PYTHON_USEDEP}] + >=dev-python/pycryptodome-3.3.1[${PYTHON_USEDEP}] + dev-python/rsa[${PYTHON_USEDEP}] + dev-python/six[${PYTHON_USEDEP}]" +DEPEND="${RDEPEND} + dev-python/setuptools[${PYTHON_USEDEP}] + test? ( + dev-python/pytest[${PYTHON_USEDEP}] + dev-python/pytest-cov[${PYTHON_USEDEP}] + )" + +python_test() { + esetup.py test || die "tests failed with ${EPYTHON}" +}