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 7CF1E1382C5 for ; Sun, 8 Apr 2018 09:23:11 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id BFCB5E09BB; Sun, 8 Apr 2018 09:23:10 +0000 (UTC) Received: from smtp.gentoo.org (mail.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 836DAE09BB for ; Sun, 8 Apr 2018 09:23:10 +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 2A332335C30 for ; Sun, 8 Apr 2018 09:23:09 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 95D09264 for ; Sun, 8 Apr 2018 09:23:07 +0000 (UTC) From: "Michał Górny" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michał Górny" Message-ID: <1523179319.20c4df82aa74985e7fad933f8cd5701f9a3c19f0.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/ipcalc/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/ipcalc/Manifest dev-python/ipcalc/ipcalc-1.99.0.ebuild dev-python/ipcalc/metadata.xml X-VCS-Directories: dev-python/ipcalc/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: 20c4df82aa74985e7fad933f8cd5701f9a3c19f0 X-VCS-Branch: master Date: Sun, 8 Apr 2018 09:23:07 +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: 864eb2e6-9cb1-4a46-901b-af3732bd65e8 X-Archives-Hash: 4ebd2352eb5ec6b20c29b723c376fde3 commit: 20c4df82aa74985e7fad933f8cd5701f9a3c19f0 Author: Geaaru gmail com> AuthorDate: Thu Mar 15 14:23:14 2018 +0000 Commit: Michał Górny gentoo org> CommitDate: Sun Apr 8 09:21:59 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=20c4df82 dev-python/ipcalc: Bump v.1.99.0 Closes: https://github.com/gentoo/gentoo/pull/7464 Package-Manager: Portage-2.3.24, Repoman-2.3.6 dev-python/ipcalc/Manifest | 1 + dev-python/ipcalc/ipcalc-1.99.0.ebuild | 21 +++++++++++++++++++++ dev-python/ipcalc/metadata.xml | 8 ++++++-- 3 files changed, 28 insertions(+), 2 deletions(-) diff --git a/dev-python/ipcalc/Manifest b/dev-python/ipcalc/Manifest index d1e7212b079..02a9a15b799 100644 --- a/dev-python/ipcalc/Manifest +++ b/dev-python/ipcalc/Manifest @@ -1 +1,2 @@ DIST ipcalc-1.1.3.tar.gz 8099 BLAKE2B 27ffef8ca70db237c4d22a8ee1f91a167446e6135d70d7ca435222a52a0451557c8c60fca64655535679fdd231585a50b2322c3e5b87447f5699d1021d5201c0 SHA512 f852e93bfa4994e424a8aafc74a1e8ec9488d4c60085fbc53e0587abcf8fbfdc7a35d7a20e67cd4dbe0d8484c0e7bfb11b5fe3d6934f322dd818273e3d64c2c6 +DIST ipcalc-1.99.0.tar.gz 12120 BLAKE2B 43afe713c32eae9465e4baacbea24205e73cea989921a27e56fa2182108bac46e4c7f3376bacc5b891e441fc23f502ed4248121d27a565a0f28eca197ad5f9a6 SHA512 a7d9633fd464a0d5c5cdae9552edfe42a55906f5d378c676dba14552d4214590d88f32cb43cad14181d55ed3c3efd95a2fad1535ab7a8bc2bbb092b2bb4748cd diff --git a/dev-python/ipcalc/ipcalc-1.99.0.ebuild b/dev-python/ipcalc/ipcalc-1.99.0.ebuild new file mode 100644 index 00000000000..6186c84469b --- /dev/null +++ b/dev-python/ipcalc/ipcalc-1.99.0.ebuild @@ -0,0 +1,21 @@ +# Copyright 1999-2018 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI=6 +PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6} pypy pypy3 ) + +inherit distutils-r1 + +DESCRIPTION="IP subnet calculator" +HOMEPAGE="https://pypi.python.org/pypi/ipcalc/" +SRC_URI="https://github.com/tehmaze/${PN}/archive/${P}.tar.gz" + +SLOT="0" +LICENSE="BSD-2" +KEYWORDS="~amd64 ~x86" +IUSE="" + +DEPEND="dev-python/six[${PYTHON_USEDEP}]" +RDEPEND="${DEPEND}" + +S="${WORKDIR}/${PN}-${P}" diff --git a/dev-python/ipcalc/metadata.xml b/dev-python/ipcalc/metadata.xml index fe44936ddc6..8858b18db9a 100644 --- a/dev-python/ipcalc/metadata.xml +++ b/dev-python/ipcalc/metadata.xml @@ -2,13 +2,17 @@ - ercpe@gentoo.org - Johann Schmitz + geaaru@gmail.com + Geaaru python@gentoo.org Python + + proxy-maint@gentoo.org + Proxy Maintainers + ipcalc