commit:     eb65453a5638f3a4864ffe0ec1cde02d953f1331
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sun Mar 10 13:01:22 2024 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sun Mar 10 13:19:26 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=eb65453a

dev-python/cython: Remove old

Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>

 dev-python/cython/Manifest                |  3 -
 dev-python/cython/cython-0.29.37.1.ebuild | 94 -------------------------------
 dev-python/cython/cython-3.0.2-r1.ebuild  | 86 ----------------------------
 dev-python/cython/cython-3.0.5.ebuild     | 84 ---------------------------
 dev-python/cython/cython-3.0.6.ebuild     | 84 ---------------------------
 dev-python/cython/cython-3.0.8-r1.ebuild  | 87 ----------------------------
 6 files changed, 438 deletions(-)

diff --git a/dev-python/cython/Manifest b/dev-python/cython/Manifest
index e88511654fe5..e2826321b968 100644
--- a/dev-python/cython/Manifest
+++ b/dev-python/cython/Manifest
@@ -1,7 +1,4 @@
 DIST cython-0.29.36.gh.tar.gz 2115333 BLAKE2B 
6d43779c7222ff65d7de3a35ec18ef636480807d53480a8f94cc8c92d462fcc2f4d201a3bbf6e840a11fd33025e32c53f85626b05c131d10eed2859cdca7eb2d
 SHA512 
a086fe1a11290cd3c870b891e61a0a0e2595bab9c26888024a758b6950c07059346d682fa9349e46c0af89805abbdd750059b3189960b8ce18007dfb5eb4391a
 DIST cython-0.29.37.1.gh.tar.gz 2115631 BLAKE2B 
b81e527ee1da7d16d074102378b531e4b0c161a3d66e47df46b624b02464cbd5c3d08d0e32f8175d56807ed8c6603108b85953db9f51892cfdf8952b4d287399
 SHA512 
6038499f13914b8a1957eee4d04e0499f448c89c3d519320e5218bf518aacb7d345f3c48614839222eaee016edf549b719520500b0088d28163635a74d35f3c6
-DIST cython-3.0.2.gh.tar.gz 2744583 BLAKE2B 
f631891870a6ce24acf2bcde75ebcb9775cf0df7840fe9d7b138cfdea64d54e9253a53d35d892a9086f251c1294d9414eec8521218d031840a3cd06903fefb86
 SHA512 
f55be138efdca6ca61bd39c6f2fab736244328a170a6f6c9bda87036e022c846930b209e9e9101fad889cb179d6e60034ba6f299f14b3056536d46235b438eb7
-DIST cython-3.0.5.gh.tar.gz 2756583 BLAKE2B 
d9b5af97933030fc1ac49677a5f3fd8194ba6e685dccd257f4ef4af206565ae2fa6f72c1268d8d0604b6fd6f2d8147c542501e8e319588bfdc4a7f40622976ff
 SHA512 
585d3fe810ace55278fcc6ea4508b3b5259320f92998cd688da787cd5f88ac5fc2467025f20da6d968969eb3296ae9c517136d24a4dbb475441271227968f6be
-DIST cython-3.0.6.gh.tar.gz 2759853 BLAKE2B 
fdcbb870418eebfb2e55e28f7223699fee4fb06d52f9f41db55b30fbe6ba6ee3de42af9bbdd8930d418ec790dec195546486ea45c370e2df122d6fada08d38cf
 SHA512 
f1d33775166d0b6541ea98bee5d4186fc6128aad788323224397c1f3ba0a058141ac84a8b3baa4885204dcbf0979141bc4b5316342003e96208952f040f31753
 DIST cython-3.0.8.gh.tar.gz 2764668 BLAKE2B 
03202ea480fa398d2b0893cc96185467009c783cf4451fc5d1c09ec229398bc084276680ed2b64acf63253744f827427e03674be3e5985d5a2912d9f338c786a
 SHA512 
1070fc278401990595d177b0e6396bc1eba2ea8234a7c5bb26399b6b7284de7791ee5fa60ef74d06d0f4120b9c877bfd7703a7d701838f1634737526c614b860
 DIST cython-3.0.9.gh.tar.gz 2769345 BLAKE2B 
2a21b5e7060727d727902a08d7e038dacc047b724ebaa496ba5768542e28eec3c6198062ac3dd774a4321204752b373516f193f01bc6951e5f38b6029754647e
 SHA512 
7899474882faab14716973783bbb46b981eab48192791acbbd06133efee83bfa9ace0e9a0272b0a44061a95ed94cdceaa98c4100f843220f5987791e36fa00e6

diff --git a/dev-python/cython/cython-0.29.37.1.ebuild 
b/dev-python/cython/cython-0.29.37.1.ebuild
deleted file mode 100644
index 3db83925618c..000000000000
--- a/dev-python/cython/cython-0.29.37.1.ebuild
+++ /dev/null
@@ -1,94 +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_TESTED=( python3_{10..11} )
-# 3.12 not tested yet for https://github.com/cython/cython/issues/5285.
-PYTHON_COMPAT=( "${PYTHON_TESTED[@]}" python3_12 pypy3 )
-PYTHON_REQ_USE="threads(+)"
-
-inherit distutils-r1 multiprocessing toolchain-funcs elisp-common
-
-DESCRIPTION="A Python to C compiler"
-HOMEPAGE="
-       https://cython.org/
-       https://github.com/cython/cython/
-       https://pypi.org/project/Cython/
-"
-SRC_URI="
-       https://github.com/cython/cython/archive/${PV}.tar.gz
-               -> ${P}.gh.tar.gz
-"
-
-LICENSE="Apache-2.0"
-SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc ~ppc64 
~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~arm64-macos ~ppc-macos 
~x64-macos ~x64-solaris"
-IUSE="emacs test"
-RESTRICT="!test? ( test )"
-
-RDEPEND="
-       emacs? ( >=app-editors/emacs-23.1:* )
-"
-BDEPEND="
-       ${RDEPEND}
-       test? (
-               $(python_gen_cond_dep '
-                       dev-python/numpy[${PYTHON_USEDEP}]
-               ' "${PYTHON_TESTED[@]}")
-       )
-"
-
-PATCHES=(
-       "${FILESDIR}/${PN}-0.29.22-spawn-multiprocessing.patch"
-       "${FILESDIR}/${PN}-0.29.23-test_exceptions-py310.patch"
-       "${FILESDIR}/${PN}-0.29.23-pythran-parallel-install.patch"
-)
-
-SITEFILE=50cython-gentoo.el
-
-distutils_enable_sphinx docs
-
-python_compile() {
-       # Python gets confused when it is in sys.path before build.
-       local -x PYTHONPATH=
-
-       distutils-r1_python_compile
-}
-
-python_compile_all() {
-       use emacs && elisp-compile Tools/cython-mode.el
-}
-
-python_test() {
-       if ! has "${EPYTHON/./_}" "${PYTHON_TESTED[@]}"; then
-               einfo "Skipping tests on ${EPYTHON} (xfail)"
-               return
-       fi
-
-       tc-export CC
-       # https://github.com/cython/cython/issues/1911
-       local -x CFLAGS="${CFLAGS} -fno-strict-overflow"
-       "${PYTHON}" runtests.py -vv -j "$(makeopts_jobs)" --work-dir 
"${BUILD_DIR}"/tests ||
-               die "Tests fail with ${EPYTHON}"
-}
-
-python_install_all() {
-       local DOCS=( CHANGES.rst README.rst ToDo.txt USAGE.txt )
-       distutils-r1_python_install_all
-
-       if use emacs; then
-               elisp-install ${PN} Tools/cython-mode.*
-               elisp-site-file-install "${FILESDIR}/${SITEFILE}"
-       fi
-}
-
-pkg_postinst() {
-       use emacs && elisp-site-regen
-}
-
-pkg_postrm() {
-       use emacs && elisp-site-regen
-}

diff --git a/dev-python/cython/cython-3.0.2-r1.ebuild 
b/dev-python/cython/cython-3.0.2-r1.ebuild
deleted file mode 100644
index 605c37fa6295..000000000000
--- a/dev-python/cython/cython-3.0.2-r1.ebuild
+++ /dev/null
@@ -1,86 +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_TESTED=( python3_{10..11} )
-PYTHON_COMPAT=( "${PYTHON_TESTED[@]}" python3_12 pypy3 )
-PYTHON_REQ_USE="threads(+)"
-
-inherit distutils-r1 multiprocessing toolchain-funcs
-
-MY_P=${P/_rc/rc}
-DESCRIPTION="A Python to C compiler"
-HOMEPAGE="
-       https://cython.org/
-       https://github.com/cython/cython/
-       https://pypi.org/project/Cython/
-"
-SRC_URI="
-       https://github.com/cython/cython/archive/${PV/_rc/rc}.tar.gz
-               -> ${MY_P}.gh.tar.gz
-"
-S=${WORKDIR}/${MY_P}
-
-LICENSE="Apache-2.0"
-SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~loong ~m68k ~mips ppc ppc64 
~riscv ~s390 sparc x86 ~amd64-linux ~x86-linux ~arm64-macos ~ppc-macos 
~x64-macos ~x64-solaris"
-IUSE="test"
-RESTRICT="!test? ( test )"
-
-BDEPEND="
-       ${RDEPEND}
-       test? (
-               $(python_gen_cond_dep '
-                       dev-python/numpy[${PYTHON_USEDEP}]
-               ' python3_{10..11})
-       )
-"
-
-PATCHES=(
-       "${FILESDIR}/${PN}-0.29.22-spawn-multiprocessing.patch"
-       "${FILESDIR}/${PN}-0.29.23-test_exceptions-py310.patch"
-       "${FILESDIR}/${PN}-0.29.23-pythran-parallel-install.patch"
-       # https://github.com/cython/cython/pull/5675
-       "${FILESDIR}/${P}-enummeta.patch"
-)
-
-distutils_enable_sphinx docs \
-       dev-python/jinja \
-       dev-python/sphinx-issues \
-       dev-python/sphinx-tabs
-
-python_compile() {
-       # Python gets confused when it is in sys.path before build.
-       local -x PYTHONPATH=
-
-       distutils-r1_python_compile
-}
-
-python_test() {
-       if ! has "${EPYTHON/./_}" "${PYTHON_TESTED[@]}"; then
-               einfo "Skipping tests on ${EPYTHON} (xfail)"
-               return
-       fi
-
-       # Needed to avoid confusing cache tests
-       unset CYTHON_FORCE_REGEN
-
-       tc-export CC
-       # https://github.com/cython/cython/issues/1911
-       local -x CFLAGS="${CFLAGS} -fno-strict-overflow"
-       "${PYTHON}" runtests.py \
-               -vv \
-               -j "$(makeopts_jobs)" \
-               --work-dir "${BUILD_DIR}"/tests \
-               --no-examples \
-               --no-code-style \
-               || die "Tests fail with ${EPYTHON}"
-}
-
-python_install_all() {
-       local DOCS=( CHANGES.rst README.rst ToDo.txt USAGE.txt )
-       distutils-r1_python_install_all
-}

diff --git a/dev-python/cython/cython-3.0.5.ebuild 
b/dev-python/cython/cython-3.0.5.ebuild
deleted file mode 100644
index 07b3decb0d3c..000000000000
--- a/dev-python/cython/cython-3.0.5.ebuild
+++ /dev/null
@@ -1,84 +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_TESTED=( python3_{10..11} )
-PYTHON_COMPAT=( "${PYTHON_TESTED[@]}" python3_12 pypy3 )
-PYTHON_REQ_USE="threads(+)"
-
-inherit distutils-r1 multiprocessing toolchain-funcs
-
-MY_P=${P/_rc/rc}
-DESCRIPTION="A Python to C compiler"
-HOMEPAGE="
-       https://cython.org/
-       https://github.com/cython/cython/
-       https://pypi.org/project/Cython/
-"
-SRC_URI="
-       https://github.com/cython/cython/archive/${PV/_rc/rc}.tar.gz
-               -> ${MY_P}.gh.tar.gz
-"
-S=${WORKDIR}/${MY_P}
-
-LICENSE="Apache-2.0"
-SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~loong ~m68k ~mips ppc ppc64 
~riscv ~s390 sparc x86 ~amd64-linux ~x86-linux ~arm64-macos ~ppc-macos 
~x64-macos ~x64-solaris"
-IUSE="test"
-RESTRICT="!test? ( test )"
-
-BDEPEND="
-       ${RDEPEND}
-       test? (
-               $(python_gen_cond_dep '
-                       dev-python/numpy[${PYTHON_USEDEP}]
-               ' "${PYTHON_TESTED[@]}")
-       )
-"
-
-PATCHES=(
-       "${FILESDIR}/${PN}-0.29.22-spawn-multiprocessing.patch"
-       "${FILESDIR}/${PN}-0.29.23-test_exceptions-py310.patch"
-       "${FILESDIR}/${PN}-0.29.23-pythran-parallel-install.patch"
-)
-
-distutils_enable_sphinx docs \
-       dev-python/jinja \
-       dev-python/sphinx-issues \
-       dev-python/sphinx-tabs
-
-python_compile() {
-       # Python gets confused when it is in sys.path before build.
-       local -x PYTHONPATH=
-
-       distutils-r1_python_compile
-}
-
-python_test() {
-       if ! has "${EPYTHON/./_}" "${PYTHON_TESTED[@]}"; then
-               einfo "Skipping tests on ${EPYTHON} (xfail)"
-               return
-       fi
-
-       # Needed to avoid confusing cache tests
-       unset CYTHON_FORCE_REGEN
-
-       tc-export CC
-       # https://github.com/cython/cython/issues/1911
-       local -x CFLAGS="${CFLAGS} -fno-strict-overflow"
-       "${PYTHON}" runtests.py \
-               -vv \
-               -j "$(makeopts_jobs)" \
-               --work-dir "${BUILD_DIR}"/tests \
-               --no-examples \
-               --no-code-style \
-               || die "Tests fail with ${EPYTHON}"
-}
-
-python_install_all() {
-       local DOCS=( CHANGES.rst README.rst ToDo.txt USAGE.txt )
-       distutils-r1_python_install_all
-}

diff --git a/dev-python/cython/cython-3.0.6.ebuild 
b/dev-python/cython/cython-3.0.6.ebuild
deleted file mode 100644
index 00912e983abc..000000000000
--- a/dev-python/cython/cython-3.0.6.ebuild
+++ /dev/null
@@ -1,84 +0,0 @@
-# Copyright 1999-2024 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_EXT=1
-DISTUTILS_USE_PEP517=setuptools
-PYTHON_TESTED=( python3_{10..12} )
-PYTHON_COMPAT=( "${PYTHON_TESTED[@]}" pypy3 )
-PYTHON_REQ_USE="threads(+)"
-
-inherit distutils-r1 multiprocessing toolchain-funcs
-
-MY_P=${P/_rc/rc}
-DESCRIPTION="A Python to C compiler"
-HOMEPAGE="
-       https://cython.org/
-       https://github.com/cython/cython/
-       https://pypi.org/project/Cython/
-"
-SRC_URI="
-       https://github.com/cython/cython/archive/${PV/_rc/rc}.tar.gz
-               -> ${MY_P}.gh.tar.gz
-"
-S=${WORKDIR}/${MY_P}
-
-LICENSE="Apache-2.0"
-SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~loong ~m68k ~mips ppc ppc64 
~riscv ~s390 sparc ~x86 ~amd64-linux ~x86-linux ~arm64-macos ~ppc-macos 
~x64-macos ~x64-solaris"
-IUSE="test"
-RESTRICT="!test? ( test )"
-
-BDEPEND="
-       ${RDEPEND}
-       test? (
-               $(python_gen_cond_dep '
-                       dev-python/numpy[${PYTHON_USEDEP}]
-               ' "${PYTHON_TESTED[@]}")
-       )
-"
-
-PATCHES=(
-       "${FILESDIR}/${PN}-0.29.22-spawn-multiprocessing.patch"
-       "${FILESDIR}/${PN}-0.29.23-test_exceptions-py310.patch"
-       "${FILESDIR}/${PN}-0.29.23-pythran-parallel-install.patch"
-)
-
-distutils_enable_sphinx docs \
-       dev-python/jinja \
-       dev-python/sphinx-issues \
-       dev-python/sphinx-tabs
-
-python_compile() {
-       # Python gets confused when it is in sys.path before build.
-       local -x PYTHONPATH=
-
-       distutils-r1_python_compile
-}
-
-python_test() {
-       if ! has "${EPYTHON/./_}" "${PYTHON_TESTED[@]}"; then
-               einfo "Skipping tests on ${EPYTHON} (xfail)"
-               return
-       fi
-
-       # Needed to avoid confusing cache tests
-       unset CYTHON_FORCE_REGEN
-
-       tc-export CC
-       # https://github.com/cython/cython/issues/1911
-       local -x CFLAGS="${CFLAGS} -fno-strict-overflow"
-       "${PYTHON}" runtests.py \
-               -vv \
-               -j "$(makeopts_jobs)" \
-               --work-dir "${BUILD_DIR}"/tests \
-               --no-examples \
-               --no-code-style \
-               || die "Tests fail with ${EPYTHON}"
-}
-
-python_install_all() {
-       local DOCS=( CHANGES.rst README.rst ToDo.txt USAGE.txt )
-       distutils-r1_python_install_all
-}

diff --git a/dev-python/cython/cython-3.0.8-r1.ebuild 
b/dev-python/cython/cython-3.0.8-r1.ebuild
deleted file mode 100644
index 7fe363918971..000000000000
--- a/dev-python/cython/cython-3.0.8-r1.ebuild
+++ /dev/null
@@ -1,87 +0,0 @@
-# Copyright 1999-2024 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_EXT=1
-DISTUTILS_USE_PEP517=setuptools
-PYTHON_TESTED=( python3_{10..12} )
-PYTHON_COMPAT=( "${PYTHON_TESTED[@]}" pypy3 )
-PYTHON_REQ_USE="threads(+)"
-
-inherit distutils-r1 multiprocessing toolchain-funcs
-
-MY_P=${P/_rc/rc}
-DESCRIPTION="A Python to C compiler"
-HOMEPAGE="
-       https://cython.org/
-       https://github.com/cython/cython/
-       https://pypi.org/project/Cython/
-"
-SRC_URI="
-       https://github.com/cython/cython/archive/${PV/_rc/rc}.tar.gz
-               -> ${MY_P}.gh.tar.gz
-"
-S=${WORKDIR}/${MY_P}
-
-LICENSE="Apache-2.0"
-SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc ~ppc64 
~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~arm64-macos ~ppc-macos 
~x64-macos ~x64-solaris"
-IUSE="test"
-RESTRICT="!test? ( test )"
-
-BDEPEND="
-       ${RDEPEND}
-       test? (
-               $(python_gen_cond_dep '
-                       dev-python/numpy[${PYTHON_USEDEP}]
-               ' "${PYTHON_TESTED[@]}")
-       )
-"
-
-PATCHES=(
-       "${FILESDIR}/${PN}-0.29.22-spawn-multiprocessing.patch"
-       "${FILESDIR}/${PN}-0.29.23-test_exceptions-py310.patch"
-       "${FILESDIR}/${PN}-0.29.23-pythran-parallel-install.patch"
-       # workaround for https://bugs.gentoo.org/918983
-       # https://github.com/cython/cython/issues/2747
-       "${FILESDIR}/${PN}-3.0.8-no-warn-ptr-types.patch"
-)
-
-distutils_enable_sphinx docs \
-       dev-python/jinja \
-       dev-python/sphinx-issues \
-       dev-python/sphinx-tabs
-
-python_compile() {
-       # Python gets confused when it is in sys.path before build.
-       local -x PYTHONPATH=
-
-       distutils-r1_python_compile
-}
-
-python_test() {
-       if ! has "${EPYTHON/./_}" "${PYTHON_TESTED[@]}"; then
-               einfo "Skipping tests on ${EPYTHON} (xfail)"
-               return
-       fi
-
-       # Needed to avoid confusing cache tests
-       unset CYTHON_FORCE_REGEN
-
-       tc-export CC
-       # https://github.com/cython/cython/issues/1911
-       local -x CFLAGS="${CFLAGS} -fno-strict-overflow"
-       "${PYTHON}" runtests.py \
-               -vv \
-               -j "$(makeopts_jobs)" \
-               --work-dir "${BUILD_DIR}"/tests \
-               --no-examples \
-               --no-code-style \
-               || die "Tests fail with ${EPYTHON}"
-}
-
-python_install_all() {
-       local DOCS=( CHANGES.rst README.rst ToDo.txt USAGE.txt )
-       distutils-r1_python_install_all
-}

Reply via email to