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 84FDF1395E3 for ; Tue, 8 Nov 2016 22:04:24 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 3AB46E0962; Tue, 8 Nov 2016 22:04:21 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 0A25AE0962 for ; Tue, 8 Nov 2016 22:04:21 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 1C9773415A2 for ; Tue, 8 Nov 2016 22:04:20 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 7621524B0 for ; Tue, 8 Nov 2016 22:04:18 +0000 (UTC) From: "Manuel Rüger" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Manuel Rüger" Message-ID: <1478642641.703f9b594cfd39cd5cf427a16d9fab82e204ea24.mrueg@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/safety/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/safety/Manifest dev-python/safety/safety-0.5.1.ebuild X-VCS-Directories: dev-python/safety/ X-VCS-Committer: mrueg X-VCS-Committer-Name: Manuel Rüger X-VCS-Revision: 703f9b594cfd39cd5cf427a16d9fab82e204ea24 X-VCS-Branch: master Date: Tue, 8 Nov 2016 22:04:18 +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: 630b58c9-d0f5-4210-b4f4-3a2db94de7ce X-Archives-Hash: 20e6f3c3dd0f8cb58ef8bd5ab42ba1e2 commit: 703f9b594cfd39cd5cf427a16d9fab82e204ea24 Author: Manuel Rüger gentoo org> AuthorDate: Tue Nov 8 22:04:01 2016 +0000 Commit: Manuel Rüger gentoo org> CommitDate: Tue Nov 8 22:04:01 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=703f9b59 dev-python/safety: Version bump to 0.5.1 Package-Manager: portage-2.3.2 dev-python/safety/Manifest | 1 + dev-python/safety/safety-0.5.1.ebuild | 24 ++++++++++++++++++++++++ 2 files changed, 25 insertions(+) diff --git a/dev-python/safety/Manifest b/dev-python/safety/Manifest index a23972a..fe0b195 100644 --- a/dev-python/safety/Manifest +++ b/dev-python/safety/Manifest @@ -1 +1,2 @@ DIST safety-0.3.0.tar.gz 7783 SHA256 d8de3f0e6bf428c3642d577cbbac732582b11aad2d864f30c52a8fa754719930 SHA512 ec16c26e597f53288aef3d3d2e36677d12818493b193097650d7871693bea5135c698433cb82955f5951894f78ae4c3f5251d09bc211fc28d9b3c235c99949e3 WHIRLPOOL badddc75999f5d410340cc894862187adbd3d7302dc30a6075fad4266eaf8a79b1c8c2572c2281aed9f88d26b63fb855dc9645e2aa63c7b9ff8f3c85c8f66e8f +DIST safety-0.5.1.tar.gz 8404 SHA256 6ba9e3b6c3d33588d3ed062d11dea8a5f855e09cde9418f69c866fa23068f3e8 SHA512 95d61256cf16cceb92d35215bfb70e38b663e0cd0162658b41e692993cd08457e7bd36faacfa86512031327a930a0b254eb2af4838db808ba93c13aefa35a82b WHIRLPOOL 6774dc4df2003d0d1c705216c558cfe5ccea8167d20031ef327dad4a9fef1bb2a3f60a7309a3e997741c196d9e851c67c9fb1a4c81d7f192d6d1ca04832826ce diff --git a/dev-python/safety/safety-0.5.1.ebuild b/dev-python/safety/safety-0.5.1.ebuild new file mode 100644 index 00000000..86e49d6 --- /dev/null +++ b/dev-python/safety/safety-0.5.1.ebuild @@ -0,0 +1,24 @@ +# Copyright 1999-2016 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=6 + +PYTHON_COMPAT=( python{2_7,3_4,3_5} ) +inherit distutils-r1 + +DESCRIPTION="Checks your installed dependencies for known security vulnerabilities" +HOMEPAGE="https://github.com/pyupio/safety" +SRC_URI="https://github.com/pyupio/safety/archive/${PV}.tar.gz -> ${P}.tar.gz" + +LICENSE="MIT" +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="" + +RDEPEND="dev-python/setuptools[${PYTHON_USEDEP}] + >=dev-python/click-6.0[${PYTHON_USEDEP}] + dev-python/packaging[${PYTHON_USEDEP}] + dev-python/pip[${PYTHON_USEDEP}] + dev-python/requests[${PYTHON_USEDEP}]" +DEPEND="${DEPEND}"