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 E09DD139694 for ; Tue, 6 Jun 2017 21:43:54 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id B5DEFE0DA7; Tue, 6 Jun 2017 21:43:37 +0000 (UTC) Received: from smtp.gentoo.org (mail.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 840FBE0DA7 for ; Tue, 6 Jun 2017 21:43:37 +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 B6DCD341A5F for ; Tue, 6 Jun 2017 21:43:36 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 54AE1746A for ; Tue, 6 Jun 2017 21:43:35 +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: <1496785361.a6fd5eebff1f97dce194b39ca04b34f464b15cd5.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-1.4.0.ebuild X-VCS-Directories: dev-python/safety/ X-VCS-Committer: mrueg X-VCS-Committer-Name: Manuel Rüger X-VCS-Revision: a6fd5eebff1f97dce194b39ca04b34f464b15cd5 X-VCS-Branch: master Date: Tue, 6 Jun 2017 21:43:35 +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: 3e4b5d36-2760-4bec-89dd-21ded058811e X-Archives-Hash: a9c9867df4774483451b1933bca22743 commit: a6fd5eebff1f97dce194b39ca04b34f464b15cd5 Author: Manuel Rüger gentoo org> AuthorDate: Tue Jun 6 21:36:01 2017 +0000 Commit: Manuel Rüger gentoo org> CommitDate: Tue Jun 6 21:42:41 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a6fd5eeb dev-python/safety: Version bump to 1.4.0 Package-Manager: Portage-2.3.6, Repoman-2.3.2 dev-python/safety/Manifest | 1 + dev-python/safety/safety-1.4.0.ebuild | 27 +++++++++++++++++++++++++++ 2 files changed, 28 insertions(+) diff --git a/dev-python/safety/Manifest b/dev-python/safety/Manifest index 102a59609ca..4abe62b908d 100644 --- a/dev-python/safety/Manifest +++ b/dev-python/safety/Manifest @@ -1,2 +1,3 @@ DIST safety-0.5.1.tar.gz 8404 SHA256 6ba9e3b6c3d33588d3ed062d11dea8a5f855e09cde9418f69c866fa23068f3e8 SHA512 95d61256cf16cceb92d35215bfb70e38b663e0cd0162658b41e692993cd08457e7bd36faacfa86512031327a930a0b254eb2af4838db808ba93c13aefa35a82b WHIRLPOOL 6774dc4df2003d0d1c705216c558cfe5ccea8167d20031ef327dad4a9fef1bb2a3f60a7309a3e997741c196d9e851c67c9fb1a4c81d7f192d6d1ca04832826ce DIST safety-0.6.0.tar.gz 8625 SHA256 d2fd0217bd7680e48614e2d26561ca363a3aa207ccef6e492dec189a1927a31b SHA512 23cb933bb9a065966058830e8a324a927b02b1d599437f6b18f936cf3760f33fae382bc47d2fc33d29648c6741a0bf3b7bc46684322433633277871e75c428f8 WHIRLPOOL 1d8c33b8815c3f61fc0970e004b16cb948b503e8a43452361d415b61597d4c4ae7533d4f2fad11c1ab2d51a02bd9349724f76d6e007447f23659d424bf1fb889 +DIST safety-1.4.0.tar.gz 1275837 SHA256 b4037479ba82cce27d91725dd98ae68917603f58c4cc7dfa5750319f59c5751b SHA512 8205136896a29b4713d5a55ba60a0a8d3fa0bfe26aaa2c21f9aa82bd72d8b378367f0f76918b33043e3ccca21443178033dd44a9e452322a4c59df2d79eaa861 WHIRLPOOL 8dc445547cd1d9192215c4cd3ecb4a28f5bd7678e04effc9b0b04ff1ec9c4c0c78ebe865fb12761caba006b881b9e8319c9295f30783326997c7effd8b8f5960 diff --git a/dev-python/safety/safety-1.4.0.ebuild b/dev-python/safety/safety-1.4.0.ebuild new file mode 100644 index 00000000000..5c1e30c010c --- /dev/null +++ b/dev-python/safety/safety-1.4.0.ebuild @@ -0,0 +1,27 @@ +# Copyright 1999-2017 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI=6 + +PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6} ) +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-16[${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}" + +python_test() { + esetup.py test || die +}