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 382F7138334 for ; Fri, 8 Mar 2019 17:55:36 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 275F3E089C; Fri, 8 Mar 2019 17:55:35 +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 E5FEBE089C for ; Fri, 8 Mar 2019 17:55:34 +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 CE18E335C71 for ; Fri, 8 Mar 2019 17:55:33 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 772DC326 for ; Fri, 8 Mar 2019 17:55:32 +0000 (UTC) From: "William Hubbs" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "William Hubbs" Message-ID: <1552067686.6ef281f4b6d678abfa6daacfb5d4f69d5da2bb23.williamh@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/trustme/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/trustme/Manifest dev-python/trustme/metadata.xml dev-python/trustme/trustme-0.5.0.ebuild X-VCS-Directories: dev-python/trustme/ X-VCS-Committer: williamh X-VCS-Committer-Name: William Hubbs X-VCS-Revision: 6ef281f4b6d678abfa6daacfb5d4f69d5da2bb23 X-VCS-Branch: master Date: Fri, 8 Mar 2019 17:55:32 +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-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 23f7a6c8-830a-4621-ae38-1e61dde053b9 X-Archives-Hash: 6b55583329f509fc9b26db811773259e commit: 6ef281f4b6d678abfa6daacfb5d4f69d5da2bb23 Author: William Hubbs sony com> AuthorDate: Fri Mar 8 17:53:15 2019 +0000 Commit: William Hubbs gentoo org> CommitDate: Fri Mar 8 17:54:46 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6ef281f4 dev-python/trustme: #1 quality TLS certs while you wait Copyright: Sony Interactive Entertainment Inc. Package-Manager: Portage-2.3.51, Repoman-2.3.12 Signed-off-by: William Hubbs gentoo.org> dev-python/trustme/Manifest | 1 + dev-python/trustme/metadata.xml | 8 ++++++++ dev-python/trustme/trustme-0.5.0.ebuild | 33 +++++++++++++++++++++++++++++++++ 3 files changed, 42 insertions(+) diff --git a/dev-python/trustme/Manifest b/dev-python/trustme/Manifest new file mode 100644 index 00000000000..1b65b757f34 --- /dev/null +++ b/dev-python/trustme/Manifest @@ -0,0 +1 @@ +DIST trustme-0.5.0.tar.gz 21232 BLAKE2B 3804fe4e9b7049da0bab926bb1180af6bbb8f882cfb16109bed040ca50c85e7b83b5468c3388dd8478ee9fc6478523bba98c39b74cb76c86a72761a26685122e SHA512 7ce5041b8d3687fa462fe93e55b2f83549ab805cec4a2a94c9178a02af557cf8900fe6c05bae0bf100eb36181952fb2bc31cb1d4d6ad6ed2fd2b0706d569518f diff --git a/dev-python/trustme/metadata.xml b/dev-python/trustme/metadata.xml new file mode 100644 index 00000000000..c36c37139fa --- /dev/null +++ b/dev-python/trustme/metadata.xml @@ -0,0 +1,8 @@ + + + + + williamh@gentoo.org + William Hubbs + + diff --git a/dev-python/trustme/trustme-0.5.0.ebuild b/dev-python/trustme/trustme-0.5.0.ebuild new file mode 100644 index 00000000000..6943be998d6 --- /dev/null +++ b/dev-python/trustme/trustme-0.5.0.ebuild @@ -0,0 +1,33 @@ +# Copyright 1999-2019 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6} ) +inherit distutils-r1 + +DESCRIPTION="#1 quality TLS certs while you wait, for the discerning tester" +HOMEPAGE="https://github.com/python-trio/trustme" +SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" + +LICENSE="|| ( Apache-2.0 MIT )" +SLOT="0" +KEYWORDS="~amd64" +IUSE="test" + +RDEPEND="dev-python/cryptography[${PYTHON_USEDEP}] + dev-python/idna[${PYTHON_USEDEP}] + $(python_gen_cond_dep '>=dev-python/ipaddress-1.0.16[${PYTHON_USEDEP}]' 'python2_7' )" +DEPEND="${RDEPEND} + dev-python/setuptools[${PYTHON_USEDEP}] + test? ( + dev-python/pytest + dev-python/pytest-cov + dev-python/pyopenssl + dev-python/service_identity + $(python_gen_cond_dep 'dev-python/futures[${PYTHON_USEDEP}]' 'python2_7' ) + )" + +python_test() { + py.test -v || die "Tests failed under ${EPYTHON}" +}