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 867CE15800F for ; Fri, 10 Feb 2023 13:11:34 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 5DB8BE0871; Fri, 10 Feb 2023 13:11:20 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.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) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 457F1E0871 for ; Fri, 10 Feb 2023 13:11:20 +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) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 698DA340D59 for ; Fri, 10 Feb 2023 13:11:19 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id B452D8A8 for ; Fri, 10 Feb 2023 13:11:17 +0000 (UTC) From: "Andrew Ammerlaan" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andrew Ammerlaan" Message-ID: <1676034647.4fcc40123040c63e21f716e69ea2dbcf1cdaeca8.andrewammerlaan@gentoo> Subject: [gentoo-commits] proj/sci:master commit in: dev-python/python-igraph/ X-VCS-Repository: proj/sci X-VCS-Files: dev-python/python-igraph/python-igraph-0.9.0.ebuild dev-python/python-igraph/python-igraph-0.9.11.ebuild X-VCS-Directories: dev-python/python-igraph/ X-VCS-Committer: andrewammerlaan X-VCS-Committer-Name: Andrew Ammerlaan X-VCS-Revision: 4fcc40123040c63e21f716e69ea2dbcf1cdaeca8 X-VCS-Branch: master Date: Fri, 10 Feb 2023 13:11:17 +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: 4ba329cc-4061-4217-bfe4-3dc4a7d0df8e X-Archives-Hash: 9ec2f9178963517d38db733c6242a1f8 commit: 4fcc40123040c63e21f716e69ea2dbcf1cdaeca8 Author: Andrew Ammerlaan gentoo org> AuthorDate: Fri Feb 10 13:10:47 2023 +0000 Commit: Andrew Ammerlaan gentoo org> CommitDate: Fri Feb 10 13:10:47 2023 +0000 URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=4fcc4012 dev-python/python-igraph: drop 0.9.0, 0.9.11 Signed-off-by: Andrew Ammerlaan gentoo.org> .../python-igraph/python-igraph-0.9.0.ebuild | 46 ------------------- .../python-igraph/python-igraph-0.9.11.ebuild | 53 ---------------------- 2 files changed, 99 deletions(-) diff --git a/dev-python/python-igraph/python-igraph-0.9.0.ebuild b/dev-python/python-igraph/python-igraph-0.9.0.ebuild deleted file mode 100644 index cec61215e..000000000 --- a/dev-python/python-igraph/python-igraph-0.9.0.ebuild +++ /dev/null @@ -1,46 +0,0 @@ -# Copyright 1999-2021 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -PYTHON_COMPAT=( python3_{7..9} ) - -inherit distutils-r1 - -DESCRIPTION="Python interface for igraph" -HOMEPAGE="https://igraph.org" -SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" - -LICENSE="MIT" -SLOT="0" -KEYWORDS="~amd64 ~x86" - -RDEPEND="${PYTHON_DEPS} - dev-libs/igraph - dev-python/texttable[${PYTHON_USEDEP}] - dev-python/pycairo[${PYTHON_USEDEP}] -" -DEPEND="${RDEPEND}" -BDEPEND=" - test? ( - dev-python/networkx[${PYTHON_USEDEP}] - dev-python/matplotlib[${PYTHON_USEDEP}] - dev-python/ipywidgets[${PYTHON_USEDEP}] - ) -" - -distutils_enable_tests pytest - -python_prepare_all() { - # fix the igraph include path - cd src || die - find -type f -name "*.h" -exec sed -i -e 's@#include