diff options
author | Andreas K. Hüttel <dilfridge@gentoo.org> | 2021-02-18 22:09:37 +0100 |
---|---|---|
committer | Andreas K. Hüttel <dilfridge@gentoo.org> | 2021-02-18 22:09:37 +0100 |
commit | 2aa2319f08d2de57c248e6518aca7a0717db937a (patch) | |
tree | 34010ae43deceb496786a714f84748cf97960e7a /sci-visualization | |
parent | dev-python/lmfit: remove (diff) | |
download | dilfridge-2aa2319f08d2de57c248e6518aca7a0717db937a.tar.gz dilfridge-2aa2319f08d2de57c248e6518aca7a0717db937a.tar.bz2 dilfridge-2aa2319f08d2de57c248e6518aca7a0717db937a.zip |
sci-visualization/colorview2d: drop
Signed-off-by: Andreas K. Hüttel <dilfridge@gentoo.org>
Diffstat (limited to 'sci-visualization')
5 files changed, 0 insertions, 99 deletions
diff --git a/sci-visualization/colorview2d/Manifest b/sci-visualization/colorview2d/Manifest deleted file mode 100644 index 1247372..0000000 --- a/sci-visualization/colorview2d/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST colorview2d-0.6.5.tgz 34777 BLAKE2B f8f3a33eeb9f39aae88983629edcc5b412de47349a202f90c9644535c55889d02ffdae4a2095d4087ec65672bcea02f6861eb557d03ad0a16fade8a19ada823f SHA512 4899416fd7dee1b909a9a1f99dc81507944b5b321796d83f761de4198f511ff15437737f31d454d5dd24d04d9c01139e0cbee0033e68f7c7bab51411a65b975e diff --git a/sci-visualization/colorview2d/colorview2d-0.6.5.ebuild b/sci-visualization/colorview2d/colorview2d-0.6.5.ebuild deleted file mode 100644 index 8c6a20f..0000000 --- a/sci-visualization/colorview2d/colorview2d-0.6.5.ebuild +++ /dev/null @@ -1,40 +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 - -if [[ ${PV} == 9999 ]]; then - inherit git-r3 - EGIT_REPO_URI="https://github.com/Loisel/colorview2d.git" -else - SRC_URI="https://github.com/Loisel/${PN}/archive/v${PV}.tar.gz -> ${P}.tgz" - KEYWORDS="~amd64" -fi - -DESCRIPTION="Plotting and stuff" -HOMEPAGE="https://loisel.github.io/colorview2d/" - -LICENSE="BSD-2" -SLOT="0" -IUSE="" - -DEPEND=" - dev-python/pyyaml[${PYTHON_USEDEP}] - sci-libs/scikits_image[${PYTHON_USEDEP}] - dev-python/matplotlib[${PYTHON_USEDEP}] - dev-python/numpy[${PYTHON_USEDEP}] - -" -RDEPEND="${DEPEND}" - -# likely not needed anymore: -# dev-python/wxpython:*[${PYTHON_USEDEP}] -# sci-libs/scipy[${PYTHON_USEDEP}] -# dev-python/lmfit[${PYTHON_USEDEP}] -# dev-python/pydispatcher[${PYTHON_USEDEP}] -# dev-python/yapsy[${PYTHON_USEDEP}] - -PATCHES=( "${FILESDIR}/${PN}-0.6.5-test.patch" ) diff --git a/sci-visualization/colorview2d/colorview2d-9999.ebuild b/sci-visualization/colorview2d/colorview2d-9999.ebuild deleted file mode 100644 index 1618f51..0000000 --- a/sci-visualization/colorview2d/colorview2d-9999.ebuild +++ /dev/null @@ -1,40 +0,0 @@ -# Copyright 1999-2020 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 - -PYTHON_COMPAT=( python{3_6,3_7} ) -inherit distutils-r1 - -if [[ ${PV} == 9999 ]]; then - inherit git-r3 - EGIT_REPO_URI="https://github.com/Loisel/colorview2d.git" -else - SRC_URI="https://github.com/Loisel/${PN}/archive/v${PV}.tar.gz -> ${P}.tgz" - KEYWORDS="~amd64" -fi - -DESCRIPTION="Plotting and stuff" -HOMEPAGE="https://loisel.github.io/colorview2d/" - -LICENSE="BSD-2" -SLOT="0" -IUSE="" - -DEPEND=" - dev-python/pyyaml[${PYTHON_USEDEP}] - sci-libs/scikits_image[${PYTHON_USEDEP}] - dev-python/matplotlib[${PYTHON_USEDEP}] - dev-python/numpy[${PYTHON_USEDEP}] - -" -RDEPEND="${DEPEND}" - -# likely not needed anymore: -# dev-python/wxpython:*[${PYTHON_USEDEP}] -# sci-libs/scipy[${PYTHON_USEDEP}] -# dev-python/lmfit[${PYTHON_USEDEP}] -# dev-python/pydispatcher[${PYTHON_USEDEP}] -# dev-python/yapsy[${PYTHON_USEDEP}] - -PATCHES=( "${FILESDIR}/${PN}-0.6.5-test.patch" ) diff --git a/sci-visualization/colorview2d/files/colorview2d-0.6.5-test.patch b/sci-visualization/colorview2d/files/colorview2d-0.6.5-test.patch deleted file mode 100644 index f135646..0000000 --- a/sci-visualization/colorview2d/files/colorview2d-0.6.5-test.patch +++ /dev/null @@ -1,12 +0,0 @@ -diff -ruN colorview2d-0.6.5.orig/setup.py colorview2d-0.6.5/setup.py ---- colorview2d-0.6.5.orig/setup.py 2016-10-10 10:02:35.000000000 +0200 -+++ colorview2d-0.6.5/setup.py 2017-12-26 17:37:33.883064436 +0100 -@@ -12,7 +12,7 @@ - author_email='alo.dir@gmail.com', - url='https://github.com/Loisel/colorview2d', - download_url='https://github.com/Loisel/colorview2d/tarball/v' + VERSION, -- packages=['colorview2d', 'test', 'colorview2d.mods'], -+ packages=['colorview2d', 'colorview2d.mods'], - package_data={'':['default.cv2d'], }, - include_package_data=True, - install_requires=['pyyaml', 'scikit-image', 'matplotlib', 'numpy'], diff --git a/sci-visualization/colorview2d/metadata.xml b/sci-visualization/colorview2d/metadata.xml deleted file mode 100644 index d7a9dca..0000000 --- a/sci-visualization/colorview2d/metadata.xml +++ /dev/null @@ -1,6 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> -<pkgmetadata> -<maintainer type="project"><email>python@gentoo.org</email></maintainer> -<maintainer type="person"><email>dilfridge@gentoo.org</email></maintainer> -</pkgmetadata> |