Gentoo Archives: gentoo-commits

From: Aisha Tammy <gentoo@×××××.cc>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/sci:master commit in: sci-visualization/yt/
Date: Tue, 29 Sep 2020 01:37:22
Message-Id: 1601343111.64874025f6c5829521000eae6c3b7fbf7a538f28.epsilon-0@gentoo
1 commit: 64874025f6c5829521000eae6c3b7fbf7a538f28
2 Author: Aisha Tammy <gentoo <AT> aisha <DOT> cc>
3 AuthorDate: Tue Sep 29 01:26:41 2020 +0000
4 Commit: Aisha Tammy <gentoo <AT> aisha <DOT> cc>
5 CommitDate: Tue Sep 29 01:31:51 2020 +0000
6 URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=64874025
7
8 sci-visualization/yt: drop package
9
10 will be readded later if there is enough
11 interest, as there is A LOT of work
12 needed to get this running.
13
14 Package-Manager: Portage-3.0.8, Repoman-3.0.1
15 Signed-off-by: Aisha Tammy <gentoo <AT> aisha.cc>
16
17 sci-visualization/yt/metadata.xml | 21 ---------------
18 sci-visualization/yt/yt-2.6.ebuild | 50 ----------------------------------
19 sci-visualization/yt/yt-9999.ebuild | 53 -------------------------------------
20 3 files changed, 124 deletions(-)
21
22 diff --git a/sci-visualization/yt/metadata.xml b/sci-visualization/yt/metadata.xml
23 deleted file mode 100644
24 index 5957457f4..000000000
25 --- a/sci-visualization/yt/metadata.xml
26 +++ /dev/null
27 @@ -1,21 +0,0 @@
28 -<?xml version="1.0" encoding="UTF-8"?>
29 -<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
30 -<pkgmetadata>
31 - <maintainer type="person">
32 - <email>xarthisius@g.o</email>
33 - <name>Kacper Kowalik</name>
34 - </maintainer>
35 - <maintainer type="project">
36 - <email>sci@g.o</email>
37 - <name>Gentoo Science Project</name>
38 - </maintainer>
39 - <longdescription>yt is an analysis and visualization system written in Python,
40 -designed for use with Astrophysical Simulation codes. yt can process data in a
41 -myriad of ways and make a variety of visualizations. It is designed to be portable
42 -across simulation codes, and it is developed by developers from a variety of
43 -institutions and backgrounds.
44 -</longdescription>
45 - <upstream>
46 - <remote-id type="pypi">yt</remote-id>
47 - </upstream>
48 -</pkgmetadata>
49
50 diff --git a/sci-visualization/yt/yt-2.6.ebuild b/sci-visualization/yt/yt-2.6.ebuild
51 deleted file mode 100644
52 index c4c8b55d0..000000000
53 --- a/sci-visualization/yt/yt-2.6.ebuild
54 +++ /dev/null
55 @@ -1,50 +0,0 @@
56 -# Copyright 1999-2020 Gentoo Authors
57 -# Distributed under the terms of the GNU General Public License v2
58 -
59 -EAPI=5
60 -PYTHON_COMPAT=( python3_7 )
61 -DISTUTILS_IN_SOURCE_BUILD=1
62 -
63 -inherit distutils-r1 flag-o-matic
64 -
65 -DESCRIPTION="Astrophysical Simulation Analysis and Vizualization package"
66 -HOMEPAGE="http://yt-project.org/"
67 -SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
68 -
69 -LICENSE="BSD"
70 -SLOT="0"
71 -KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
72 -IUSE="test"
73 -
74 -CDEPEND="media-libs/freetype:2
75 - media-libs/libpng:0=
76 - sci-libs/hdf5:="
77 -RDEPEND="${CDEPEND}
78 - dev-python/ipython[notebook,${PYTHON_USEDEP}]
79 - dev-python/pyx[${PYTHON_USEDEP}]
80 - dev-python/numpy[${PYTHON_USEDEP}]
81 - dev-python/h5py[${PYTHON_USEDEP}]
82 - dev-python/matplotlib[${PYTHON_USEDEP}]
83 - dev-python/sympy[${PYTHON_USEDEP}]"
84 -DEPEND="${CDEPEND}
85 - dev-python/Forthon[${PYTHON_USEDEP}]
86 - >=dev-python/cython-0.19[${PYTHON_USEDEP}]
87 - >=dev-python/setuptools-0.7[${PYTHON_USEDEP}]
88 - test? ( ${RDEPEND}
89 - dev-python/nose[${PYTHON_USEDEP}]
90 - )"
91 -
92 -python_prepare_all() {
93 - append-flags -fno-strict-aliasing
94 - sed -i setup.py \
95 - -e 's:build/lib:../../../&:' || die
96 - sed -i yt/utilities/setup.py \
97 - -e "s:/usr:${EPREFIX}/usr:g" || die
98 - mv yt/utilities/kdtree/fKD.{f,F}90 || die # Forthon-0.8.13
99 - distutils-r1_python_prepare_all
100 -}
101 -
102 -# TODO
103 -#python_test() {
104 -# nosetests || die
105 -#}
106
107 diff --git a/sci-visualization/yt/yt-9999.ebuild b/sci-visualization/yt/yt-9999.ebuild
108 deleted file mode 100644
109 index f6c4869a7..000000000
110 --- a/sci-visualization/yt/yt-9999.ebuild
111 +++ /dev/null
112 @@ -1,53 +0,0 @@
113 -# Copyright 1999-2014 Gentoo Foundation
114 -# Distributed under the terms of the GNU General Public License v2
115 -
116 -EAPI=5
117 -
118 -PYTHON_COMPAT=( python2_7 )
119 -DISTUTILS_IN_SOURCE_BUILD=1
120 -EHG_REPO_URI="https://bitbucket.org/yt_analysis/yt"
121 -EHG_REVISION="yt"
122 -
123 -inherit distutils-r1 mercurial
124 -
125 -DESCRIPTION="Astrophysical Simulation Analysis and Vizualization package"
126 -HOMEPAGE="http://yt-project.org/"
127 -SRC_URI=""
128 -
129 -LICENSE="BSD"
130 -SLOT="0"
131 -KEYWORDS=""
132 -IUSE="test"
133 -
134 -CDEPEND="media-libs/freetype:2
135 - media-libs/libpng:0=
136 - sci-libs/hdf5:="
137 -RDEPEND="${CDEPEND}
138 - dev-python/ipython[notebook,${PYTHON_USEDEP}]
139 - dev-python/pyx[${PYTHON_USEDEP}]
140 - dev-python/numpy[${PYTHON_USEDEP}]
141 - dev-python/h5py[${PYTHON_USEDEP}]
142 - dev-python/matplotlib[${PYTHON_USEDEP}]
143 - dev-python/sympy[${PYTHON_USEDEP}]"
144 -DEPEND="${CDEPEND}
145 - dev-python/Forthon[${PYTHON_USEDEP}]
146 - >=dev-python/cython-0.19[${PYTHON_USEDEP}]
147 - >=dev-python/setuptools-0.7[${PYTHON_USEDEP}]
148 - test? ( ${RDEPEND}
149 - dev-python/nose[${PYTHON_USEDEP}]
150 - )"
151 -
152 -python_prepare_all() {
153 - append-flags -fno-strict-aliasing
154 - sed -i setup.py \
155 - -e 's:build/lib:../../../&:' || die
156 - sed -i yt/utilities/setup.py \
157 - -e "s:/usr:${EPREFIX}/usr:g" || die
158 - mv yt/utilities/kdtree/fKD.{f,F}90 || die # Forthon-0.8.13
159 - distutils-r1_python_prepare_all
160 -}
161 -
162 -# TODO
163 -#python_test() {
164 -# nosetests || die
165 -#}