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 2A04615838C for ; Sun, 21 Jan 2024 06:21:59 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id D070AE29B3; Sun, 21 Jan 2024 06:21:57 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id ABABEE29B3 for ; Sun, 21 Jan 2024 06:21: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 AB75334328E for ; Sun, 21 Jan 2024 06:21:56 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id A069914BE for ; Sun, 21 Jan 2024 06:21:53 +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: <1705818101.d15167b5eca2054d2514fdf1161650dffd2dbe4c.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/netifaces/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/netifaces/netifaces-0.11.0-r1.ebuild X-VCS-Directories: dev-python/netifaces/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: d15167b5eca2054d2514fdf1161650dffd2dbe4c X-VCS-Branch: master Date: Sun, 21 Jan 2024 06:21:53 +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: 89fe2f1c-1266-4857-a2b4-360159a56782 X-Archives-Hash: 779f4ae0508fe3588d6a38b84332570e commit: d15167b5eca2054d2514fdf1161650dffd2dbe4c Author: Michał Górny gentoo org> AuthorDate: Sun Jan 21 05:12:14 2024 +0000 Commit: Michał Górny gentoo org> CommitDate: Sun Jan 21 06:21:41 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d15167b5 dev-python/netifaces: Remove old Signed-off-by: Michał Górny gentoo.org> dev-python/netifaces/netifaces-0.11.0-r1.ebuild | 27 ------------------------- 1 file changed, 27 deletions(-) diff --git a/dev-python/netifaces/netifaces-0.11.0-r1.ebuild b/dev-python/netifaces/netifaces-0.11.0-r1.ebuild deleted file mode 100644 index 46e323797705..000000000000 --- a/dev-python/netifaces/netifaces-0.11.0-r1.ebuild +++ /dev/null @@ -1,27 +0,0 @@ -# Copyright 1999-2023 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -DISTUTILS_EXT=1 -DISTUTILS_USE_PEP517=setuptools -PYTHON_COMPAT=( pypy3 python3_{10..12} ) - -inherit distutils-r1 pypi - -DESCRIPTION="Portable network interface information" -HOMEPAGE=" - https://pypi.org/project/netifaces/ - https://alastairs-place.net/projects/netifaces/ - https://github.com/al45tair/netifaces -" - -LICENSE="MIT" -SLOT="0" -KEYWORDS="amd64 arm arm64 ppc64 ~riscv x86 ~amd64-linux ~x86-linux" - -PATCHES=( "${FILESDIR}"/${PN}-0.10.4-remove-osx-fix.patch ) - -python_test() { - "${EPYTHON}" test.py || die "Tests failed with ${EPYTHON}" -}