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.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 84B3B158095 for ; Mon, 25 Jul 2022 07:14:58 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id C44EBE10F4; Mon, 25 Jul 2022 07:14:57 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id A8701E10F4 for ; Mon, 25 Jul 2022 07:14:57 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id D2BB5340EFE for ; Mon, 25 Jul 2022 07:14:56 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 6AB2252C for ; Mon, 25 Jul 2022 07:14:55 +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: <1658733286.7e1b60d14a87366fd08b446e4648fe921f6ef09f.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/ifaddr/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/ifaddr/Manifest dev-python/ifaddr/ifaddr-0.1.7.ebuild X-VCS-Directories: dev-python/ifaddr/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: 7e1b60d14a87366fd08b446e4648fe921f6ef09f X-VCS-Branch: master Date: Mon, 25 Jul 2022 07:14:55 +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-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: dc168c34-4da4-4d91-985d-38adaf6efa9c X-Archives-Hash: e1532621163a090aa4768c50f15cc11f commit: 7e1b60d14a87366fd08b446e4648fe921f6ef09f Author: Michał Górny gentoo org> AuthorDate: Mon Jul 25 07:12:57 2022 +0000 Commit: Michał Górny gentoo org> CommitDate: Mon Jul 25 07:14:46 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7e1b60d1 dev-python/ifaddr: Remove old Signed-off-by: Michał Górny gentoo.org> dev-python/ifaddr/Manifest | 1 - dev-python/ifaddr/ifaddr-0.1.7.ebuild | 18 ------------------ 2 files changed, 19 deletions(-) diff --git a/dev-python/ifaddr/Manifest b/dev-python/ifaddr/Manifest index e1d40c9c3593..87d8163255b7 100644 --- a/dev-python/ifaddr/Manifest +++ b/dev-python/ifaddr/Manifest @@ -1,2 +1 @@ -DIST ifaddr-0.1.7.tar.gz 9281 BLAKE2B 3f7d29b69462cbf592899f1b4035685d1e9bb4535b104e6e59b41fd51c4c2681d2502ad190dae633891aec90818bb330c1f8ea403be22d154d9e7de8a5a80dab SHA512 9a428dd6bb022c8f483b77df9e9301f96e9ba64207eda8b3956a7ca5993bfe97f222c451149851135d379db1a819c75d0834566f3b6501456b2f237b0645e300 DIST ifaddr-0.2.0.tar.gz 10485 BLAKE2B d59f34e75c4d27c365f7b169bdf62d9ac3f413275b86ae52677b08909e2811349ab0a6d2c613fc303d74b71c787b5e97e0741174c5a11b88a8f8400e123d1fdc SHA512 02597c0fda81addebbc52893d2f1f5a5f1e99820360202652c433b4869f751901c0931a9fcf8cf0b1b4f1a95c438f238e5b1cfc84511785e7a2a42d5f81bb0d6 diff --git a/dev-python/ifaddr/ifaddr-0.1.7.ebuild b/dev-python/ifaddr/ifaddr-0.1.7.ebuild deleted file mode 100644 index 437dfc518f1c..000000000000 --- a/dev-python/ifaddr/ifaddr-0.1.7.ebuild +++ /dev/null @@ -1,18 +0,0 @@ -# Copyright 2020-2022 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -PYTHON_COMPAT=( pypy3 python3_{8..11} ) - -inherit distutils-r1 - -DESCRIPTION="Enumerate IP addresses on the local network adapters" -HOMEPAGE="https://github.com/pydron/ifaddr" -SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz" - -LICENSE="MIT" -SLOT="0" -KEYWORDS="amd64 ~arm ~arm64 x86 ~amd64-linux ~x86-linux" - -distutils_enable_tests pytest