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 A3C05138334 for ; Fri, 21 Dec 2018 04:11:27 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 6D27DE0AAD; Fri, 21 Dec 2018 04:11:26 +0000 (UTC) Received: from smtp.gentoo.org (dev.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 403FFE0AAD for ; Fri, 21 Dec 2018 04:11:25 +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 C7CDD335C9F for ; Fri, 21 Dec 2018 04:11:23 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 18E424CE for ; Fri, 21 Dec 2018 04:11:22 +0000 (UTC) From: "Georgy Yakovlev" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Georgy Yakovlev" Message-ID: <1545365426.de2da409a0cdddf824d36b310f8fc290e3364f31.gyakovlev@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/pyTenable/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/pyTenable/Manifest dev-python/pyTenable/pyTenable-0.3.7.ebuild X-VCS-Directories: dev-python/pyTenable/ X-VCS-Committer: gyakovlev X-VCS-Committer-Name: Georgy Yakovlev X-VCS-Revision: de2da409a0cdddf824d36b310f8fc290e3364f31 X-VCS-Branch: master Date: Fri, 21 Dec 2018 04:11:22 +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: 42763b63-d4c4-43f3-b6f0-1ee9795126ff X-Archives-Hash: 5027ecbef8af2cbe0159e181c0b4f0b2 commit: de2da409a0cdddf824d36b310f8fc290e3364f31 Author: Georgy Yakovlev gentoo org> AuthorDate: Fri Dec 21 04:10:26 2018 +0000 Commit: Georgy Yakovlev gentoo org> CommitDate: Fri Dec 21 04:10:26 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=de2da409 dev-python/pyTenable: bump to 0.3.7 Package-Manager: Portage-2.3.52, Repoman-2.3.12 Signed-off-by: Georgy Yakovlev gentoo.org> dev-python/pyTenable/Manifest | 1 + dev-python/pyTenable/pyTenable-0.3.7.ebuild | 28 ++++++++++++++++++++++++++++ 2 files changed, 29 insertions(+) diff --git a/dev-python/pyTenable/Manifest b/dev-python/pyTenable/Manifest index 415b8f2c75d..952b67d5f2e 100644 --- a/dev-python/pyTenable/Manifest +++ b/dev-python/pyTenable/Manifest @@ -1 +1,2 @@ DIST pyTenable-0.3.4.tar.gz 75204 BLAKE2B eabb031b6748db0a5de55f364c490675877224d14c4c64e637e011c03f6e63c78ed7d297eb0c010ee59e05ffac92e8b97e8a491797dce16eafb2708d88328494 SHA512 e7d153183096841e85289d4a313f59d12009fe6222dd5018d03100a9e278b2610d2b6c9eefbd66b4be5bca62a7bd0c6830c445b8c8ed4aaa0cdda04361a18812 +DIST pyTenable-0.3.7.tar.gz 76638 BLAKE2B 8ff586e4a77bc4005769e6565622756b798398aac9e8e2335653c1ccc5f9c0525ab9e1261b939c848126b1fa71dcca8ea7887d82972f1d881c7b21e5f61de0b5 SHA512 c1f5d7a916cc79a754160fd056b661bad15ec60d64ab08b91345c2646f0e8047ba629d73b39a4d70d87ad7b1c624d55744cbbe0eb78f6e9df32e50a5c85c38b4 diff --git a/dev-python/pyTenable/pyTenable-0.3.7.ebuild b/dev-python/pyTenable/pyTenable-0.3.7.ebuild new file mode 100644 index 00000000000..4e6bd10348c --- /dev/null +++ b/dev-python/pyTenable/pyTenable-0.3.7.ebuild @@ -0,0 +1,28 @@ +# Copyright 2018 Sony Interactive Entertainment Inc. +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +PYTHON_COMPAT=( python{2_7,3_{4,5,6}} ) + +inherit distutils-r1 + +DESCRIPTION="Tenable API Library for Tenable.io and SecurityCenter" +HOMEPAGE="https://github.com/tenable/pyTenable" +SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" + +LICENSE="MIT" +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="" + +BDEPEND="dev-python/setuptools[${PYTHON_USEDEP}]" + +RDEPEND="dev-python/lxml[${PYTHON_USEDEP}] + dev-python/python-dateutil[${PYTHON_USEDEP}] + >=dev-python/requests-2.19[${PYTHON_USEDEP}] +" +DEPEND="${RDEPEND}" + +# requires networking and API endpoint +RESTRICT="test"