commit:     e3edb6a6b3c72a2cf3a52504e46b33117316e5f1
Author:     Horea Christian <chr <AT> chymera <DOT> eu>
AuthorDate: Mon Feb  1 01:46:36 2021 +0000
Commit:     Horea Christian <horea.christ <AT> gmail <DOT> com>
CommitDate: Mon Feb  1 01:46:36 2021 +0000
URL:        https://gitweb.gentoo.org/proj/sci.git/commit/?id=e3edb6a6

sci-visualization/fsleyes-props: keep old version

Package-Manager: Portage-3.0.13, Repoman-3.0.2
Signed-off-by: Horea Christian <chr <AT> chymera.eu>

 .../fsleyes-props/fsleyes-props-1.6.7.ebuild       | 46 ++++++++++++++++++++++
 1 file changed, 46 insertions(+)

diff --git a/sci-visualization/fsleyes-props/fsleyes-props-1.6.7.ebuild 
b/sci-visualization/fsleyes-props/fsleyes-props-1.6.7.ebuild
new file mode 100644
index 000000000..d9983906e
--- /dev/null
+++ b/sci-visualization/fsleyes-props/fsleyes-props-1.6.7.ebuild
@@ -0,0 +1,46 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+PYTHON_COMPAT=( python3_{7,8} )
+
+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";
+
+LICENSE="BSD"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="test"
+
+DEPEND="
+       test? (
+               dev-python/pytest[${PYTHON_USEDEP}]
+               )
+       dev-python/setuptools[${PYTHON_USEDEP}]
+       "
+RDEPEND="
+       dev-python/deprecation[${PYTHON_USEDEP}]
+       dev-python/numpy[${PYTHON_USEDEP}]
+       dev-python/matplotlib[${PYTHON_USEDEP}]
+       dev-python/six[${PYTHON_USEDEP}]
+       dev-python/wxpython[${PYTHON_USEDEP}]
+       sci-visualization/fsleyes-widgets[${PYTHON_USEDEP}]
+       dev-python/fslpy[${PYTHON_USEDEP}]
+       "
+
+S="${WORKDIR}/${MY_PN}-${PV}"
+
+PATCHES=(
+       "${FILESDIR}/fsleyes-props-1.6.7-coverage.patch"
+       "${FILESDIR}/fsleyes-props-1.6.7-tests.patch"
+)
+
+python_test() {
+       virtx pytest --verbose || die
+}

Reply via email to