commit:     4fcc40123040c63e21f716e69ea2dbcf1cdaeca8
Author:     Andrew Ammerlaan <andrewammerlaan <AT> gentoo <DOT> org>
AuthorDate: Fri Feb 10 13:10:47 2023 +0000
Commit:     Andrew Ammerlaan <andrewammerlaan <AT> gentoo <DOT> 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 <andrewammerlaan <AT> 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 <igraph@#include 
<igraph/igraph@g' {} + || die
-       find -type f -name "*.c" -exec sed -i -e 's@#include <igraph@#include 
<igraph/igraph@g' {} + || die
-       cd .. || die
-
-       distutils-r1_python_prepare_all
-}
-
-python_compile() {
-       distutils-r1_python_compile --use-pkg-config
-}

diff --git a/dev-python/python-igraph/python-igraph-0.9.11.ebuild 
b/dev-python/python-igraph/python-igraph-0.9.11.ebuild
deleted file mode 100644
index 0cf01c443..000000000
--- a/dev-python/python-igraph/python-igraph-0.9.11.ebuild
+++ /dev/null
@@ -1,53 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-PYTHON_COMPAT=( python3_10 )
-
-inherit distutils-r1
-
-MY_PN="${PN#python-}"
-MY_P="${MY_PN}-${PV}"
-
-DESCRIPTION="Python interface for igraph"
-HOMEPAGE="https://igraph.org";
-SRC_URI="mirror://pypi/${MY_PN:0:1}/${MY_PN}/${MY_P}.tar.gz"
-S="${WORKDIR}/${MY_P}"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-
-RDEPEND="
-       >=dev-libs/igraph-0.9.0
-       >=dev-python/texttable-1.6.2[${PYTHON_USEDEP}]
-"
-DEPEND="${RDEPEND}"
-BDEPEND="
-       test? (
-               dev-python/cairocffi[${PYTHON_USEDEP}]
-               dev-python/matplotlib[${PYTHON_USEDEP}]
-               dev-python/networkx[${PYTHON_USEDEP}]
-               dev-python/numpy[${PYTHON_USEDEP}]
-               dev-python/pandas[${PYTHON_USEDEP}]
-               dev-python/plotly[${PYTHON_USEDEP}]
-               dev-python/scipy[${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 <igraph@#include 
<igraph/igraph@g' {} + || die
-       find -type f -name "*.c" -exec sed -i -e 's@#include <igraph@#include 
<igraph/igraph@g' {} + || die
-       cd .. || die
-
-       distutils-r1_python_prepare_all
-}
-
-python_compile() {
-       distutils-r1_python_compile --use-pkg-config
-}

Reply via email to