From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: <gentoo-commits+bounces-872372-garchives=archives.gentoo.org@lists.gentoo.org> Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 9D4DD59CA9 for <garchives@archives.gentoo.org>; Sat, 26 Mar 2016 02:26:06 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id E010E21C008; Sat, 26 Mar 2016 02:26:04 +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 5DDA621C008 for <gentoo-commits@lists.gentoo.org>; Sat, 26 Mar 2016 02:26:03 +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 67334340D02 for <gentoo-commits@lists.gentoo.org>; Sat, 26 Mar 2016 02:26:02 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id DAFDB86A for <gentoo-commits@lists.gentoo.org>; Sat, 26 Mar 2016 02:25:59 +0000 (UTC) From: "Matt Thode" <prometheanfire@gentoo.org> 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" <prometheanfire@gentoo.org> Message-ID: <1458959138.9b1cad84d849ed51a6982d4b3844137db6a3fb5e.prometheanfire@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/ryu/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/ryu/Manifest dev-python/ryu/ryu-4.0.ebuild X-VCS-Directories: dev-python/ryu/ X-VCS-Committer: prometheanfire X-VCS-Committer-Name: Matt Thode X-VCS-Revision: 9b1cad84d849ed51a6982d4b3844137db6a3fb5e X-VCS-Branch: master Date: Sat, 26 Mar 2016 02:25:59 +0000 (UTC) Precedence: bulk List-Post: <mailto:gentoo-commits@lists.gentoo.org> List-Help: <mailto:gentoo-commits+help@lists.gentoo.org> List-Unsubscribe: <mailto:gentoo-commits+unsubscribe@lists.gentoo.org> List-Subscribe: <mailto:gentoo-commits+subscribe@lists.gentoo.org> List-Id: Gentoo Linux mail <gentoo-commits.gentoo.org> X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 411a8577-6242-4a83-9b7a-def796485bd4 X-Archives-Hash: 423cd9d505719895e9a8ec43e6f295ce commit: 9b1cad84d849ed51a6982d4b3844137db6a3fb5e Author: Matthew Thode <prometheanfire <AT> gentoo <DOT> org> AuthorDate: Sat Mar 26 02:25:38 2016 +0000 Commit: Matt Thode <prometheanfire <AT> gentoo <DOT> org> CommitDate: Sat Mar 26 02:25:38 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9b1cad84 dev-python/ryu: bup for mitaka Package-Manager: portage-2.2.26 dev-python/ryu/Manifest | 1 + dev-python/ryu/ryu-4.0.ebuild | 21 +++++++++++++++++++++ 2 files changed, 22 insertions(+) diff --git a/dev-python/ryu/Manifest b/dev-python/ryu/Manifest index 6ca1165..eb4e35b 100644 --- a/dev-python/ryu/Manifest +++ b/dev-python/ryu/Manifest @@ -1 +1,2 @@ DIST ryu-3.26.tar.gz 1249530 SHA256 06c669a31ee44b0cf6f09f00f1281009e6562249d5d1bd6aea7b5b7c228e19ba SHA512 c32d53617b75e27b7946a0248f2ecfbc6b18d4c1e49a091f4582614d7714f5831b140ea462d1ebafc3ed36f5c23498a404f0473155fd7ae78d9739846e284e80 WHIRLPOOL 5c2da7cec3024fdc4a742c1c162d700b685fd8662978fd2d22cf3ba109318be1ada30428a5fb5549b123edd83b792b45ec8c82e27406e976bbc05e329438b2b6 +DIST ryu-4.0.tar.gz 1344663 SHA256 bf6d1ad6977fb0b9ee01567fbb7a4ec28d70d14bff8fe4370b617b1228f1ee12 SHA512 fbc0f3f903098c9682215eb8fb99cedeeb29b2bdec94801c3832bbf90e7beaf7aa7173ccb87959846c4fe23d21a8390b6672817aec2cc6bc75ef20a376944154 WHIRLPOOL 32ed4b2f23b09785c28ad99b45e101750866f48ffc57294683db25af88ab19e63966eb9e6c649d3af1160e8381b785b01a3ed95de24929f45db2124ec9e00e59 diff --git a/dev-python/ryu/ryu-4.0.ebuild b/dev-python/ryu/ryu-4.0.ebuild new file mode 100644 index 0000000..894cfa8 --- /dev/null +++ b/dev-python/ryu/ryu-4.0.ebuild @@ -0,0 +1,21 @@ +# Copyright 1999-2015 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=6 +PYTHON_COMPAT=( python2_7 python3_3 python3_4 python3_5 ) + +inherit distutils-r1 + +DESCRIPTION="Component-based Software-defined Networking Framework" +HOMEPAGE="http://osrg.github.io/ryu/" +SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" + +LICENSE="Apache-2.0" +SLOT="0" +KEYWORDS="~amd64 ~arm64 ~x86" +IUSE="" + +DEPEND="dev-python/setuptools[${PYTHON_USEDEP}] + dev-python/pbr[${PYTHON_USEDEP}]" +RDEPEND=""