commit:     907d0c10da7cf223779a541240b950d7a1efd25f
Author:     David Seifert <soap <AT> gentoo <DOT> org>
AuthorDate: Sat Aug 22 17:29:27 2020 +0000
Commit:     David Seifert <soap <AT> gentoo <DOT> org>
CommitDate: Sat Aug 22 17:29:27 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=907d0c10

dev-python/oct2py: Remove old 3.6.0, 4.0.6

Closes: https://bugs.gentoo.org/726346
Closes: https://bugs.gentoo.org/731458
Closes: https://bugs.gentoo.org/732946
Closes: https://bugs.gentoo.org/737368
Package-Manager: Portage-3.0.4, Repoman-3.0.1
Signed-off-by: David Seifert <soap <AT> gentoo.org>

 dev-python/oct2py/Manifest            |  2 --
 dev-python/oct2py/oct2py-3.6.0.ebuild | 65 -----------------------------------
 dev-python/oct2py/oct2py-4.0.6.ebuild | 57 ------------------------------
 profiles/package.mask                 |  1 -
 4 files changed, 125 deletions(-)

diff --git a/dev-python/oct2py/Manifest b/dev-python/oct2py/Manifest
index b7f9d1b5ee4..2c0627be5fd 100644
--- a/dev-python/oct2py/Manifest
+++ b/dev-python/oct2py/Manifest
@@ -1,3 +1 @@
-DIST oct2py-3.6.0.tar.gz 668836 BLAKE2B 
2edafd7c054a70a604273a7f3f5846926cb54dd05e7f2625aad57034d7760c099e9ad01120b719d3d047e6e6aa11f16e5fe8ca58e51079f038cea6d7aa3efe13
 SHA512 
f414a0231665bc3bedb7dcdaab8c86f32c140e5107ef80b70e2f99467e737d033de6ff492f2af7233671bff9b148475e0af4881c073ac727d0fd1228b7cf59b6
-DIST oct2py-4.0.6.tar.gz 431738 BLAKE2B 
d76fd323fa2405cd70dd1d4cbbdf64bbd346d45dc8065de0913d44d833f6d609d20ec8887cefeafdc4e59c382f862a8954b395557ff5ec127a67b1df2d560083
 SHA512 
997ca843571d2d68c4c57c0213a525c1be5f8b3e3dbffffb6cd41e423d68c8836dd12a03d5210d7f0cbf8ff19be7bb9d25b48c62a236cae68a0762547e574caa
 DIST oct2py-5.2.0.tar.gz 436128 BLAKE2B 
674bd034a44aa9cdb5fd4258c96665fda1b1d79a13ae9fa8d36d168e39385a978ed75bf8748ecdd53f57720785ea8e6c5ffd85d81f3b3c307a748fbc8d328a86
 SHA512 
55c2ee68b4fd73a8901fa2f7f67fefde5fa37d5070434aee03bfa2a746ff5179f51ccb96541a112e416438eb912caa81e040a5a1cbcbfac36b0285d496ac96fd

diff --git a/dev-python/oct2py/oct2py-3.6.0.ebuild 
b/dev-python/oct2py/oct2py-3.6.0.ebuild
deleted file mode 100644
index 7439762cf91..00000000000
--- a/dev-python/oct2py/oct2py-3.6.0.ebuild
+++ /dev/null
@@ -1,65 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-PYTHON_COMPAT=( python3_6 )
-
-inherit distutils-r1
-
-DESCRIPTION="Python to GNU Octave bridge"
-HOMEPAGE="
-       https://github.com/blink1073/oct2py
-       https://blink1073.github.io/oct2py/";
-SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="amd64 ~arm ~ppc ~ppc64 x86 ~amd64-linux ~x86-linux"
-IUSE="doc examples test"
-RESTRICT="!test? ( test )"
-
-RDEPEND="
-       >=dev-python/numpy-1.7.1[${PYTHON_USEDEP}]
-       >=sci-libs/scipy-0.12[${PYTHON_USEDEP}]
-       >=sci-mathematics/octave-4.2.0"
-DEPEND="${RDEPEND}
-       doc? (
-               dev-python/sphinx-bootstrap-theme[${PYTHON_USEDEP}]
-               dev-python/numpydoc[${PYTHON_USEDEP}]
-       )
-       test? (
-               dev-python/nose[${PYTHON_USEDEP}]
-               dev-python/ipython[${PYTHON_USEDEP}]
-       )"
-
-python_prepare_all() {
-       # https://github.com/blink1073/oct2py/issues/77
-       sed \
-               -e 's:test_help:disabled:g' \
-               -i oct2py/tests/test_usage.py || die
-
-       distutils-r1_python_prepare_all
-}
-
-python_compile_all() {
-       if use doc; then
-               sphinx-build docs html || die
-       fi
-}
-
-python_test() {
-       unset DISPLAY
-       [[ ${EPYTHON} == python2.7 ]] && local OPTIONS="--with-doctest"
-       nosetests --exe -v oct2py ${OPTIONS} || die "Tests fail with ${EPYTHON}"
-}
-
-python_install_all() {
-       use doc && local HTML_DOCS=( html/. )
-       if use examples; then
-               docinto examples
-               dodoc -r example/.
-       fi
-
-       distutils-r1_python_install_all
-}

diff --git a/dev-python/oct2py/oct2py-4.0.6.ebuild 
b/dev-python/oct2py/oct2py-4.0.6.ebuild
deleted file mode 100644
index 95327776d8b..00000000000
--- a/dev-python/oct2py/oct2py-4.0.6.ebuild
+++ /dev/null
@@ -1,57 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-PYTHON_COMPAT=( python3_6 )
-
-inherit distutils-r1
-
-DESCRIPTION="Python to GNU Octave bridge"
-HOMEPAGE="
-       https://github.com/blink1073/oct2py
-       https://blink1073.github.io/oct2py/";
-SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
-IUSE="doc examples test"
-RESTRICT="!test? ( test )"
-
-RDEPEND="
-       >=dev-python/numpy-1.11[${PYTHON_USEDEP}]
-       dev-python/octave_kernel[${PYTHON_USEDEP}]
-       >=sci-libs/scipy-0.17[${PYTHON_USEDEP}]
-"
-DEPEND="${RDEPEND}
-       doc? (
-               dev-python/numpydoc[${PYTHON_USEDEP}]
-               dev-python/sphinx[${PYTHON_USEDEP}]
-               dev-python/sphinx-bootstrap-theme[${PYTHON_USEDEP}]
-       )
-       test? (
-               dev-python/pytest[${PYTHON_USEDEP}]
-               dev-python/ipython[${PYTHON_USEDEP}]
-       )
-"
-python_compile_all() {
-       if use doc; then
-               sphinx-build docs html || die
-               HTML_DOCS=( html/. )
-       fi
-}
-
-python_test() {
-       cd "${BUILD_DIR}/lib" || die
-       py.test -v -v || die
-}
-
-python_install_all() {
-       distutils-r1_python_install_all
-       if use examples; then
-               docinto examples
-               dodoc -r example/.
-               docompress -x /usr/share/doc/${PF}/examples
-       fi
-}

diff --git a/profiles/package.mask b/profiles/package.mask
index 3d075ce0316..c61715beb41 100644
--- a/profiles/package.mask
+++ b/profiles/package.mask
@@ -60,7 +60,6 @@ dev-python/jira
 dev-python/jplephem
 dev-python/natgrid
 dev-python/nbdime
-dev-python/oct2py
 dev-python/pcapy
 dev-python/promises
 dev-python/pycuda

Reply via email to