aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew Ammerlaan <andrewammerlaan@gentoo.org>2022-10-11 21:17:36 +0200
committerAndrew Ammerlaan <andrewammerlaan@gentoo.org>2022-10-11 21:17:36 +0200
commitdb4c43aec55cf6ab2edb4f2e4aabdee3b36415e0 (patch)
tree6c8a3a75a414620edf047c5e93e04305f7caef31
parentsci-visualization/fsleyes-widgets: drop 0.12.2 (diff)
downloadsci-db4c43ae.tar.gz
sci-db4c43ae.tar.bz2
sci-db4c43ae.zip
sci-visualization/fsleyes-props: drop 1.7.3
Signed-off-by: Andrew Ammerlaan <andrewammerlaan@gentoo.org>
-rw-r--r--sci-visualization/fsleyes-props/Manifest1
-rw-r--r--sci-visualization/fsleyes-props/fsleyes-props-1.7.3.ebuild45
2 files changed, 0 insertions, 46 deletions
diff --git a/sci-visualization/fsleyes-props/Manifest b/sci-visualization/fsleyes-props/Manifest
index 79ff129e3..6cafd64da 100644
--- a/sci-visualization/fsleyes-props/Manifest
+++ b/sci-visualization/fsleyes-props/Manifest
@@ -1,2 +1 @@
-DIST props-1.7.3.tar.gz 122655 BLAKE2B 158d1fe055ed977455888af6daa2f07d12cc98156ada67e3ffb78336423b18ecb321c8be0b3265e98a3352fd9f2dd6b1520b5bf6c3cae7ed9ca84053e4ad4f22 SHA512 9ae299ad67e9a0da8c09235e911679254df1331deb6f1ef1c3eff42a67877eff7766d91917c2c72103e2e0c247912b6e7f11c2f3abe5d91ccd0507854adda9a7
DIST props-1.8.2.tar.gz 124579 BLAKE2B 5a4a399c18b3a8299fa62d378713988c42f25fba7baa90f52b81aad6786dafeda1dc3fb273f159e88d17b5319977ca007854253eba781b579fd771a84d812bba SHA512 66c6e6d47ecd17e7bde245a6b8c94b3710dbec01e16d1829a257c3315d2f013dcce878f972eb65d0642a0231445f1cc1b0b16987676f5c2ea19e62fe19a9432f
diff --git a/sci-visualization/fsleyes-props/fsleyes-props-1.7.3.ebuild b/sci-visualization/fsleyes-props/fsleyes-props-1.7.3.ebuild
deleted file mode 100644
index 3fd2a3e01..000000000
--- a/sci-visualization/fsleyes-props/fsleyes-props-1.7.3.ebuild
+++ /dev/null
@@ -1,45 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-PYTHON_COMPAT=( python3_{8..10} )
-
-inherit distutils-r1 virtualx
-
-MY_PN="props"
-
-DESCRIPTION="Object attribute management for the FSLeyes viewer"
-HOMEPAGE="https://git.fmrib.ox.ac.uk/fsl/fsleyes/fsleyes/tree/master"
-SRC_URI="https://git.fmrib.ox.ac.uk/fsl/fsleyes/${MY_PN}/-/archive/${PV}/${MY_PN}-${PV}.tar.gz"
-S="${WORKDIR}/${MY_PN}-${PV}"
-
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-
-RDEPEND="
- dev-python/numpy[${PYTHON_USEDEP}]
- dev-python/matplotlib[${PYTHON_USEDEP}]
- >=dev-python/wxpython-3.0.2.0[${PYTHON_USEDEP}]
- >=sci-visualization/fsleyes-widgets-0.6[${PYTHON_USEDEP}]
- >=dev-python/fslpy-1.4[${PYTHON_USEDEP}]
-"
-
-distutils_enable_tests pytest
-distutils_enable_sphinx doc dev-python/sphinx_rtd_theme
-
-python_prepare_all() {
- # do not depend on pytest-cov
- sed -i -e '/addopts/d' setup.cfg || die
-
- distutils-r1_python_prepare_all
-}
-
-src_test() {
- virtx distutils-r1_src_test
-}
-
-python_test() {
- epytest || die "Tests failed with ${EPYTHON}"
-}