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 E6BD11395E2 for ; Wed, 7 Dec 2016 15:43:21 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id E5333E0EBF; Wed, 7 Dec 2016 15:43:10 +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 B19B6E0EBF for ; Wed, 7 Dec 2016 15:43:09 +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 69DB434161D for ; Wed, 7 Dec 2016 15:43:08 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 9A10B495 for ; Wed, 7 Dec 2016 15:43:06 +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: <1481125347.6daa65e9de05e0894fa2fb1dc8f45e9fcdbc8a40.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.1.ebuild X-VCS-Directories: dev-python/oslo-privsep/ X-VCS-Committer: prometheanfire X-VCS-Committer-Name: Matt Thode X-VCS-Revision: 6daa65e9de05e0894fa2fb1dc8f45e9fcdbc8a40 X-VCS-Branch: master Date: Wed, 7 Dec 2016 15:43: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: f1f00eb0-d6d1-4ae5-a18d-cc6801612ff5 X-Archives-Hash: 25789117a1f83a2d6bafd09b5bed9bda commit: 6daa65e9de05e0894fa2fb1dc8f45e9fcdbc8a40 Author: Matthew Thode gentoo org> AuthorDate: Wed Dec 7 15:19:11 2016 +0000 Commit: Matt Thode gentoo org> CommitDate: Wed Dec 7 15:42:27 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6daa65e9 dev-python/oslo-privsep: bup Package-Manager: portage-2.3.0 dev-python/oslo-privsep/Manifest | 1 + dev-python/oslo-privsep/oslo-privsep-1.13.1.ebuild | 52 ++++++++++++++++++++++ 2 files changed, 53 insertions(+) diff --git a/dev-python/oslo-privsep/Manifest b/dev-python/oslo-privsep/Manifest index d46a2e8..7e70d21 100644 --- a/dev-python/oslo-privsep/Manifest +++ b/dev-python/oslo-privsep/Manifest @@ -1 +1,2 @@ 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.1.ebuild b/dev-python/oslo-privsep/oslo-privsep-1.13.1.ebuild new file mode 100644 index 00000000..db38ecf --- /dev/null +++ b/dev-python/oslo-privsep/oslo-privsep-1.13.1.ebuild @@ -0,0 +1,52 @@ +# 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() { +# }