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 046341396D0 for ; Wed, 30 Aug 2017 19:47:07 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 185CFE0E56; Wed, 30 Aug 2017 19:47:05 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id D8304E0E56 for ; Wed, 30 Aug 2017 19:47:04 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (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 CEF0234168E for ; Wed, 30 Aug 2017 19:47:03 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 269D7883A for ; Wed, 30 Aug 2017 19:47:01 +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: <1504122399.2d1f3f7e1fd802a67477f14366d47ead9cee77d1.prometheanfire@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/ovsdbapp/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/ovsdbapp/Manifest dev-python/ovsdbapp/metadata.xml dev-python/ovsdbapp/ovsdbapp-0.4.0.ebuild X-VCS-Directories: dev-python/ovsdbapp/ X-VCS-Committer: prometheanfire X-VCS-Committer-Name: Matt Thode X-VCS-Revision: 2d1f3f7e1fd802a67477f14366d47ead9cee77d1 X-VCS-Branch: master Date: Wed, 30 Aug 2017 19:47:01 +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: 42572b31-e93a-41de-9477-86e422a8a353 X-Archives-Hash: 7feebbbd884df2e3821aea26368bdc15 commit: 2d1f3f7e1fd802a67477f14366d47ead9cee77d1 Author: Matthew Thode gentoo org> AuthorDate: Wed Aug 30 19:13:05 2017 +0000 Commit: Matt Thode gentoo org> CommitDate: Wed Aug 30 19:46:39 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2d1f3f7e dev-python/ovsdbapp: 0.4.0 bup Package-Manager: Portage-2.3.6, Repoman-2.3.3 dev-python/ovsdbapp/Manifest | 1 + dev-python/ovsdbapp/metadata.xml | 13 +++++++++++++ dev-python/ovsdbapp/ovsdbapp-0.4.0.ebuild | 24 ++++++++++++++++++++++++ 3 files changed, 38 insertions(+) diff --git a/dev-python/ovsdbapp/Manifest b/dev-python/ovsdbapp/Manifest new file mode 100644 index 00000000000..40e574ae967 --- /dev/null +++ b/dev-python/ovsdbapp/Manifest @@ -0,0 +1 @@ +DIST ovsdbapp-0.4.0.tar.gz 35790 SHA256 dad5ce056ade622c90f8e03d3ef43591db03cdaef86e2e0c689687832c2a3e0f SHA512 6eaa98745c2c438f43bfc9ce3fe00b100689a2df7564e487bf9c2abce81a725490813d969ddd9ad56b4933f0822d6d8801297e8b6a0c81db2ccff562c1ca62ec WHIRLPOOL 34bdb33ab22487a9df855a42d9139d911b5b78a9cc7ab23f307b1963eeca6331a3a05e724d26daf5ec5c4108044256533cf8998a64878fa0edce39bbd75f7021 diff --git a/dev-python/ovsdbapp/metadata.xml b/dev-python/ovsdbapp/metadata.xml new file mode 100644 index 00000000000..5727453189b --- /dev/null +++ b/dev-python/ovsdbapp/metadata.xml @@ -0,0 +1,13 @@ + + + + + python@gentoo.org + + + prometheanfire@gentoo.org + Matthew Thode + + + + diff --git a/dev-python/ovsdbapp/ovsdbapp-0.4.0.ebuild b/dev-python/ovsdbapp/ovsdbapp-0.4.0.ebuild new file mode 100644 index 00000000000..6b8a2d9327d --- /dev/null +++ b/dev-python/ovsdbapp/ovsdbapp-0.4.0.ebuild @@ -0,0 +1,24 @@ +# Copyright 1999-2017 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI=6 + +PYTHON_COMPAT=( python2_7 python3_4 python3_5 ) +inherit distutils-r1 + +DESCRIPTION="A library for creating OVSDB applications" +HOMEPAGE="http://bugs.launchpad.net/ovsdbapp" +SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" + +LICENSE="Apache-2.0" +SLOT="0" +KEYWORDS="~amd64 ~arm64 ~x86" +IUSE="" + +CDEPEND=">=dev-python/pbr-2.0.0[${PYTHON_USEDEP}] + !~dev-python/pbr-2.1.0" +DEPEND="dev-python/setuptools[${PYTHON_USEDEP}] + ${CDEPEND}" +RDEPEND="${CDEPEND} + >=dev-python/fixtures-3.0.0[${PYTHON_USEDEP}] + >=dev-python/ovs-2.7.0[${PYTHON_USEDEP}]"