commit:     af840cd048c779575564ae07794832dfdcb17423
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Thu Jul  7 05:30:16 2022 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Thu Jul  7 05:49:46 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=af840cd0

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.28.ebuild           | 85 --------------------
 dev-python/cython/cython-0.29.28_p20220503.ebuild | 94 -----------------------
 dev-python/cython/cython-0.29.29.ebuild           | 90 ----------------------
 4 files changed, 272 deletions(-)

diff --git a/dev-python/cython/Manifest b/dev-python/cython/Manifest
index 6b6b2f7893f3..deeba64d3ae8 100644
--- a/dev-python/cython/Manifest
+++ b/dev-python/cython/Manifest
@@ -1,4 +1 @@
-DIST cython-0.29.28.gh.tar.gz 2101301 BLAKE2B 
980c04545e935deb4b4b1653f167dcbc94b8e2b24bc8897b5cc996dfca977645f7475c32aa973251ffcbbb31e725e27693af61ceaf66f2332c9525b02653dc76
 SHA512 
52490d0b5355e13cbe586830f763173d7556cf3d79d79192ca75138b1190e7a4c1f3feeb0568349802ef3b97300c3805f54eef5ffd73a5180d68f023ac2a44cd
-DIST cython-0.29.29.gh.tar.gz 2105839 BLAKE2B 
ab7879ce70733cfd77b7aa42a2de717bfc1b9bf933754bfecc6548ee1d097ce4102daaee98a1902d957b50f18400b5ba58d6517edfe43c9332c5bb3ec45f9665
 SHA512 
db14813f6191445cc3d497d3c7d76cc8b55fbe8e6857d800f5e05052fe4b05e9c2a2e597bdc1891254a62ecef203780c1c495e8d28e831072ddd46992bfe6df4
 DIST cython-0.29.30.gh.tar.gz 2105561 BLAKE2B 
c995bc710d2c397b8d6e4edee0f989e43969a51efb29b83643149d8c4110ae0331a35b9cc2ec7a45a43fea19ab8d63f1ef934f92d451c62d057e0e04ec79a871
 SHA512 
f6b07adfa1ebe9d52dfb72857ffd40b35d8777914299de101c7b96ee2d64cdd85ac0374ed41b382881b1f3ce535a9af9419dfabee9a4781a3f818125292627d4
-DIST cython-74073417c4f7e616af0a139a55f790f1ec7fe728.gh.tar.gz 2106765 BLAKE2B 
c2686a1d49fd1b522dcdf89f16c52fbb34595aed72e5626c8d3697ecc9318751d108999db443cfefe08334155ab59d230fcbd8e74715e185a161399abad6ae35
 SHA512 
2454a364fdd33f0090ba052a0bfa0ffb464ef750253a91c20a63c4db0b513f743870e7b9fafd844b0bf1a6b66b9b639f830d3a8c2f64abac6e197e2ff2279a59

diff --git a/dev-python/cython/cython-0.29.28.ebuild 
b/dev-python/cython/cython-0.29.28.ebuild
deleted file mode 100644
index 61afacee4b6a..000000000000
--- a/dev-python/cython/cython-0.29.28.ebuild
+++ /dev/null
@@ -1,85 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{8..10} pypy3 )
-PYTHON_REQ_USE="threads(+)"
-
-inherit distutils-r1 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 ~x64-cygwin ~amd64-linux ~x86-linux ~ppc-macos 
~x64-macos ~x64-solaris ~x86-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}]
-               ' python3_{8..10})
-       )
-"
-
-PATCHES=(
-       "${FILESDIR}/${PN}-0.29.22-spawn-multiprocessing.patch"
-       "${FILESDIR}/${PN}-0.29.23-test_exceptions-py310.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() {
-       tc-export CC
-       # https://github.com/cython/cython/issues/1911
-       local -x CFLAGS="${CFLAGS} -fno-strict-overflow"
-       "${PYTHON}" runtests.py -vv --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-0.29.28_p20220503.ebuild 
b/dev-python/cython/cython-0.29.28_p20220503.ebuild
deleted file mode 100644
index c94768213487..000000000000
--- a/dev-python/cython/cython-0.29.28_p20220503.ebuild
+++ /dev/null
@@ -1,94 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{8..11} pypy3 )
-PYTHON_REQ_USE="threads(+)"
-
-inherit distutils-r1 toolchain-funcs elisp-common
-
-EGIT_COMMIT="74073417c4f7e616af0a139a55f790f1ec7fe728"
-MY_P=${PN}-${EGIT_COMMIT}
-
-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/${EGIT_COMMIT}.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 ~x64-cygwin ~amd64-linux ~x86-linux ~ppc-macos 
~x64-macos ~x64-solaris ~x86-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}]
-               ' python3_{8..10})
-       )
-"
-
-PATCHES=(
-       "${FILESDIR}/${PN}-0.29.22-spawn-multiprocessing.patch"
-       "${FILESDIR}/${PN}-0.29.23-test_exceptions-py310.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 [[ ${EPYTHON} == python3.11 ]]; 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 --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-0.29.29.ebuild 
b/dev-python/cython/cython-0.29.29.ebuild
deleted file mode 100644
index 666f40d9818e..000000000000
--- a/dev-python/cython/cython-0.29.29.ebuild
+++ /dev/null
@@ -1,90 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{8..11} pypy3 )
-PYTHON_REQ_USE="threads(+)"
-
-inherit distutils-r1 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 ~x64-cygwin ~amd64-linux ~x86-linux ~ppc-macos 
~x64-macos ~x64-solaris ~x86-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}]
-               ' python3_{8..10})
-       )
-"
-
-PATCHES=(
-       "${FILESDIR}/${PN}-0.29.22-spawn-multiprocessing.patch"
-       "${FILESDIR}/${PN}-0.29.23-test_exceptions-py310.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}" pypy3 python3.11; 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 --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
-}

Reply via email to