From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 70DC259CB2 for ; Sun, 17 Apr 2016 17:38:05 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 7F13221C07D; Sun, 17 Apr 2016 17:38:02 +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 20DE121C07D for ; Sun, 17 Apr 2016 17:38:02 +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 063D5340AB2 for ; Sun, 17 Apr 2016 17:38:01 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id B88297E for ; Sun, 17 Apr 2016 17:37:58 +0000 (UTC) From: "Alex Brandt" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Alex Brandt" Message-ID: <1460914648.6b29c7d01b79b2f5bdd36e5afcd37b6831e8c976.alunduil@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/py2-ipaddress/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/py2-ipaddress/Manifest dev-python/py2-ipaddress/metadata.xml dev-python/py2-ipaddress/py2-ipaddress-3.4.1.ebuild X-VCS-Directories: dev-python/py2-ipaddress/ X-VCS-Committer: alunduil X-VCS-Committer-Name: Alex Brandt X-VCS-Revision: 6b29c7d01b79b2f5bdd36e5afcd37b6831e8c976 X-VCS-Branch: master Date: Sun, 17 Apr 2016 17:37:58 +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: 2d34c922-0bf7-4e49-9676-26296d13540c X-Archives-Hash: b4ddfeafbfccce50e4d7e58b619fc67d commit: 6b29c7d01b79b2f5bdd36e5afcd37b6831e8c976 Author: Alex Brandt gentoo org> AuthorDate: Sun Apr 17 17:37:28 2016 +0000 Commit: Alex Brandt gentoo org> CommitDate: Sun Apr 17 17:37:28 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6b29c7d0 dev-python/py2-ipaddress: add version 3.4.1 Package-Manager: portage-2.2.28 dev-python/py2-ipaddress/Manifest | 1 + dev-python/py2-ipaddress/metadata.xml | 10 ++++++++++ dev-python/py2-ipaddress/py2-ipaddress-3.4.1.ebuild | 20 ++++++++++++++++++++ 3 files changed, 31 insertions(+) diff --git a/dev-python/py2-ipaddress/Manifest b/dev-python/py2-ipaddress/Manifest new file mode 100644 index 0000000..5c102c3 --- /dev/null +++ b/dev-python/py2-ipaddress/Manifest @@ -0,0 +1 @@ +DIST py2-ipaddress-3.4.1.tar.gz 17880 SHA256 6d7bf02ac2590764691bf50ac213e966bc885ed37c02606513dcac484190564b SHA512 b57df7362d9d03b7e2d7e713ca005b25f8bd70959d4a500ae4ca33cb4be7203911adae4b539ba19268e0cf906175e98cacbceefa2ed6bdca688be9de3a3106d5 WHIRLPOOL 770fea377ef191d04461e842d436efb9c420a4efc23858a7ce77edacd923720c6a6093b681d75c817b29d5067919be64b993ee80ac9f3a658875d738bc8802ff diff --git a/dev-python/py2-ipaddress/metadata.xml b/dev-python/py2-ipaddress/metadata.xml new file mode 100644 index 0000000..9b3c6f8 --- /dev/null +++ b/dev-python/py2-ipaddress/metadata.xml @@ -0,0 +1,10 @@ + + + + + alunduil@gentoo.org + Alex Brandt + + + + diff --git a/dev-python/py2-ipaddress/py2-ipaddress-3.4.1.ebuild b/dev-python/py2-ipaddress/py2-ipaddress-3.4.1.ebuild new file mode 100644 index 0000000..594fada --- /dev/null +++ b/dev-python/py2-ipaddress/py2-ipaddress-3.4.1.ebuild @@ -0,0 +1,20 @@ +# Copyright 1999-2016 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=5 +PYTHON_COMPAT=( python2_7 ) + +inherit distutils-r1 + +DESCRIPTION="Python 2.6 backport of 3.4's ipaddress module" +HOMEPAGE="https://bitbucket.org/kwi/py2-ipaddress/" +SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" + +LICENSE="PSF-2" +SLOT="0" +KEYWORDS="~amd64" +IUSE="" + +DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]" +RDEPEND=""