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 817B31395E2 for ; Tue, 8 Nov 2016 22:05:09 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id C7AA0E09D2; Tue, 8 Nov 2016 22:05:08 +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 B0A04E09D2 for ; Tue, 8 Nov 2016 22:05:08 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 E5F84340EFD for ; Tue, 8 Nov 2016 22:05:07 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id A8BC0343 for ; Tue, 8 Nov 2016 22:05:06 +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: <1478642692.819b46b4efefa26d6fae259729f6130adf804c27.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.3.0-r1.ebuild X-VCS-Directories: dev-python/safety/ X-VCS-Committer: mrueg X-VCS-Committer-Name: Manuel Rüger X-VCS-Revision: 819b46b4efefa26d6fae259729f6130adf804c27 X-VCS-Branch: master Date: Tue, 8 Nov 2016 22:05:06 +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: 31b89444-1e87-4bdd-a873-549109d68471 X-Archives-Hash: 8a81b1d1e34f452d39440333415a200c commit: 819b46b4efefa26d6fae259729f6130adf804c27 Author: Manuel Rüger gentoo org> AuthorDate: Tue Nov 8 22:04:52 2016 +0000 Commit: Manuel Rüger gentoo org> CommitDate: Tue Nov 8 22:04:52 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=819b46b4 dev-python/safety: Remove old Package-Manager: portage-2.3.2 dev-python/safety/Manifest | 1 - dev-python/safety/safety-0.3.0-r1.ebuild | 24 ------------------------ 2 files changed, 25 deletions(-) diff --git a/dev-python/safety/Manifest b/dev-python/safety/Manifest index fe0b195..289352c 100644 --- a/dev-python/safety/Manifest +++ b/dev-python/safety/Manifest @@ -1,2 +1 @@ -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.3.0-r1.ebuild b/dev-python/safety/safety-0.3.0-r1.ebuild deleted file mode 100644 index 86e49d6..00000000 --- a/dev-python/safety/safety-0.3.0-r1.ebuild +++ /dev/null @@ -1,24 +0,0 @@ -# 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}"