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 F1427139085 for ; Tue, 3 Jan 2017 17:03:37 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 3736DE0D4C; Tue, 3 Jan 2017 17:03:22 +0000 (UTC) Received: from smtp.gentoo.org (smtp.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 0A0E4E0D4C for ; Tue, 3 Jan 2017 17:03:17 +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 14A09341293 for ; Tue, 3 Jan 2017 17:03:11 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 377BE2622 for ; Tue, 3 Jan 2017 17:03:07 +0000 (UTC) From: "Matt Thode" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Matt Thode" Message-ID: <1483462944.11278b4ef024df5d6094a1da5de73a43a7215dda.prometheanfire@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/oslo-privsep/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/oslo-privsep/Manifest dev-python/oslo-privsep/oslo-privsep-1.13.0.ebuild X-VCS-Directories: dev-python/oslo-privsep/ X-VCS-Committer: prometheanfire X-VCS-Committer-Name: Matt Thode X-VCS-Revision: 11278b4ef024df5d6094a1da5de73a43a7215dda X-VCS-Branch: master Date: Tue, 3 Jan 2017 17:03:07 +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: bb0c77eb-1cc2-49b2-aea1-6ffba3ee13b0 X-Archives-Hash: 898a2f138d15189a1746de0b4ad598b4 commit: 11278b4ef024df5d6094a1da5de73a43a7215dda Author: Matthew Thode gentoo org> AuthorDate: Tue Jan 3 16:45:50 2017 +0000 Commit: Matt Thode gentoo org> CommitDate: Tue Jan 3 17:02:24 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=11278b4e dev-python/oslo-privsep: cleanup Package-Manager: portage-2.3.0 dev-python/oslo-privsep/Manifest | 1 - dev-python/oslo-privsep/oslo-privsep-1.13.0.ebuild | 52 ---------------------- 2 files changed, 53 deletions(-) diff --git a/dev-python/oslo-privsep/Manifest b/dev-python/oslo-privsep/Manifest index 7e70d21..93640b2 100644 --- a/dev-python/oslo-privsep/Manifest +++ b/dev-python/oslo-privsep/Manifest @@ -1,2 +1 @@ -DIST oslo.privsep-1.13.0.tar.gz 29671 SHA256 45e55f5107634939bcbacec879e43a67190001e4e2b108b15753e70cb07ca4ee SHA512 d897df3b0c664062b3f2dbae76e5d4dd809d508a75f3ff7122d4c892d68b57caa5cab19794c3df8bbd69d03dcc4914e803898b4132dadd80dc04c65bec22f8d3 WHIRLPOOL a40a27c803059bcc2c734db587b0f68289b2e3183a3671b2ad2489262ca837f105ae88634d56a26042c348702fe276303eb3dc1eee48ac8fc0494265f5fbbc0c DIST oslo.privsep-1.13.1.tar.gz 30002 SHA256 acbcd4304211f30294e9242c61ecb9bdc1b66d1725a3ac24884f0dbc5b807608 SHA512 8ff17643866fdbcc872e863e65732493e1e2796eab69db3af4f138155c4237d7bf9462001599cd54ad91b7d6a651bf62cb81331261582723bd9d87f5c2a3418f WHIRLPOOL 7bd61e719363d5ef313c7e9ef2de011d7303fa63ac6eeffc4b7f4baf982d40573d2d1e28e601cd855a42d65978f7c5d9de5c7113e1a7bc5a3957b9bc0cd2dc14 diff --git a/dev-python/oslo-privsep/oslo-privsep-1.13.0.ebuild b/dev-python/oslo-privsep/oslo-privsep-1.13.0.ebuild deleted file mode 100644 index 5f9a538..00000000 --- a/dev-python/oslo-privsep/oslo-privsep-1.13.0.ebuild +++ /dev/null @@ -1,52 +0,0 @@ -# Copyright 1999-2016 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Id$ - -EAPI=6 -PYTHON_COMPAT=( python2_7 python3_4 python3_5 ) - -inherit distutils-r1 - -DESCRIPTION="OpenStack library for privilege separation." -HOMEPAGE="https://pypi.python.org/pypi/oslo.privsep" -SRC_URI="mirror://pypi/${PN:0:1}/oslo.privsep/oslo.privsep-${PV}.tar.gz" -S="${WORKDIR}/oslo.privsep-${PV}" - -LICENSE="Apache-2.0" -SLOT="0" -KEYWORDS="amd64 ~arm64 x86" -IUSE="test" - -CDEPEND=" - >=dev-python/pbr-1.8[${PYTHON_USEDEP}]" -DEPEND="dev-python/setuptools[${PYTHON_USEDEP}] - ${CDEPEND} - test? ( - >=dev-python/oslotest-1.10.0[${PYTHON_USEDEP}] - >=dev-python/mock-2.0.0[${PYTHON_USEDEP}] - >=dev-python/fixtures-3.0.0[${PYTHON_USEDEP}] - >=dev-python/sphinx-1.1.2[${PYTHON_USEDEP}] - !~dev-python/sphinx-1.2.0[${PYTHON_USEDEP}] - =dev-python/oslo-sphinx-2.5.0[${PYTHON_USEDEP}] - !~dev-python/oslo-sphinx-3.4.0[${PYTHON_USEDEP}] - >=dev-python/reno-1.8.0[${PYTHON_USEDEP}] - dev-python/nose[${PYTHON_USEDEP}] )" -RDEPEND=" - >=dev-python/oslo-log-1.14.0[${PYTHON_USEDEP}] - >=dev-python/oslo-i18n-2.1.0[${PYTHON_USEDEP}] - >=dev-python/oslo-config-3.14.0[${PYTHON_USEDEP}] - >=dev-python/oslo-utils-3.16.0[${PYTHON_USEDEP}] - virtual/python-enum34[${PYTHON_USEDEP}] - dev-python/cffi[${PYTHON_USEDEP}] - >=dev-python/eventlet-0.18.4[${PYTHON_USEDEP}] - >=dev-python/greenlet-0.3.2[${PYTHON_USEDEP}] - >=dev-python/msgpack-0.4.0[${PYTHON_USEDEP}]" - -python_prepare_all() { - sed -i '/^hacking/d' test-requirements.txt || die - distutils-r1_python_prepare_all -} - -# python_test() { -# }