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 CFE3A1396D0 for ; Wed, 30 Aug 2017 19:47:03 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 2705DE0E3A; Wed, 30 Aug 2017 19:47:03 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (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 02EACE0E1A for ; Wed, 30 Aug 2017 19:47:02 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 E9AF6341646 for ; Wed, 30 Aug 2017 19:47:01 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id B69C58835 for ; Wed, 30 Aug 2017 19:47:00 +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: <1504122384.520a14b189d08395d54d7748ffb5ae18e1f61295.prometheanfire@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/pyroute2/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/pyroute2/Manifest dev-python/pyroute2/pyroute2-0.4.18.ebuild X-VCS-Directories: dev-python/pyroute2/ X-VCS-Committer: prometheanfire X-VCS-Committer-Name: Matt Thode X-VCS-Revision: 520a14b189d08395d54d7748ffb5ae18e1f61295 X-VCS-Branch: master Date: Wed, 30 Aug 2017 19:47:00 +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: fc7b7dff-77ed-4ad4-8604-3e335735134f X-Archives-Hash: b3215ffd624d6ece867e8e003875bf78 commit: 520a14b189d08395d54d7748ffb5ae18e1f61295 Author: Matthew Thode gentoo org> AuthorDate: Wed Aug 30 18:51:08 2017 +0000 Commit: Matt Thode gentoo org> CommitDate: Wed Aug 30 19:46:24 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=520a14b1 dev-python/pyroute2: 0.4.18 bup Package-Manager: Portage-2.3.6, Repoman-2.3.3 dev-python/pyroute2/Manifest | 1 + dev-python/pyroute2/pyroute2-0.4.18.ebuild | 22 ++++++++++++++++++++++ 2 files changed, 23 insertions(+) diff --git a/dev-python/pyroute2/Manifest b/dev-python/pyroute2/Manifest index fd600ffac58..94d8da09725 100644 --- a/dev-python/pyroute2/Manifest +++ b/dev-python/pyroute2/Manifest @@ -1 +1,2 @@ DIST pyroute2-0.4.12.tar.gz 562555 SHA256 98e2e4841541aa180d14e301c5bfbc2d258e697e6dc76c88855cbf8b86375733 SHA512 d666c29cfb8da1e13748976030dc5ec153d2740f6df7f279a6e9fc4ec9b6ad60462c2a2b57905c4a4c8566da1de30dca0bb24b3b6c5a97bb729c074584270e2a WHIRLPOOL 7c26309bd6118bde2ee901a270b3494411f208695e924a96ec623c1a81c02f76e1d915bfc2620cfd21e7d2d935f97dfc963e5bf66de2523f3127b7033ca44e55 +DIST pyroute2-0.4.18.tar.gz 568152 SHA256 bdcff9f598ff4dda7420675ee387426cd9cc79d795ea73eb684a4314d4b00b9e SHA512 cf8345c68aa2af2180cdecd398a12cdb4c849105b57298f01eba6afd3364e5c90ea3838e2cf319c8bfc50e12283ef19a191ac1a533ee35135b7d6977395a067d WHIRLPOOL 0cf3e0bc70fe92f16eed0a8cdeb27a10dbcca958aa150a07380178bc7343851bb5464f8f9668d93202e33c52ee29566a754e50c771b73c788d3e70a6cd9f898b diff --git a/dev-python/pyroute2/pyroute2-0.4.18.ebuild b/dev-python/pyroute2/pyroute2-0.4.18.ebuild new file mode 100644 index 00000000000..229407b15d9 --- /dev/null +++ b/dev-python/pyroute2/pyroute2-0.4.18.ebuild @@ -0,0 +1,22 @@ +# Copyright 1999-2017 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI=6 + +PYTHON_COMPAT=( python2_7 python3_{4,5,6} pypy pypy3 ) + +inherit distutils-r1 + +DESCRIPTION="A pure Python netlink and Linux network configuration library." +HOMEPAGE="https://github.com/svinota/pyroute2" +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}] +" +RDEPEND=""