* [gentoo-commits] proj/sci:master commit in: sci-visualization/yt/
@ 2012-01-17 10:39 Kacper Kowalik
0 siblings, 0 replies; 11+ messages in thread
From: Kacper Kowalik @ 2012-01-17 10:39 UTC (permalink / raw
To: gentoo-commits
commit: 673501756afdd73f3d9b69b8c872d39ab4769283
Author: Kacper Kowalik (Xarthisius) <xarthisius.kk <AT> gmail <DOT> com>
AuthorDate: Tue Jan 17 10:39:21 2012 +0000
Commit: Kacper Kowalik <xarthisius <AT> gentoo <DOT> org>
CommitDate: Tue Jan 17 10:39:21 2012 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/sci.git;a=commit;h=67350175
[sci-visualization/yt] initial import, ebuild written by me
---
sci-visualization/yt/metadata.xml | 15 +++++++++++++
sci-visualization/yt/yt-9999.ebuild | 40 +++++++++++++++++++++++++++++++++++
2 files changed, 55 insertions(+), 0 deletions(-)
diff --git a/sci-visualization/yt/metadata.xml b/sci-visualization/yt/metadata.xml
new file mode 100644
index 0000000..fc0769f
--- /dev/null
+++ b/sci-visualization/yt/metadata.xml
@@ -0,0 +1,15 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+ <herd>sci</herd>
+ <maintainer>
+ <email>xarthisius@gentoo.org</email>
+ <name>Kacper Kowalik</name>
+ </maintainer>
+ <longdescription>yt is an analysis and visualization system written in Python,
+ designed for use with Astrophysical Simulation codes. yt can process data in a
+ myriad of ways and make a variety of visualizations. It is designed to be portable
+ across simulation codes, and it is developed by developers from a variety of
+ institutions and backgrounds.
+ </longdescription>
+</pkgmetadata>
diff --git a/sci-visualization/yt/yt-9999.ebuild b/sci-visualization/yt/yt-9999.ebuild
new file mode 100644
index 0000000..918c351
--- /dev/null
+++ b/sci-visualization/yt/yt-9999.ebuild
@@ -0,0 +1,40 @@
+# Copyright 1999-2011 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+
+EAPI=4
+
+PYTHON_DEPEND="2"
+SUPPORT_PYTHON_ABIS="1"
+RESTRICT_PYTHON_ABIS="3.*"
+
+inherit distutils mercurial
+
+DESCRIPTION="Astrophysical Simulation Analysis and Vizualization"
+HOMEPAGE="http://yt-project.org/"
+SRC_URI=""
+EHG_REPO_URI="https://bitbucket.org/yt_analysis/yt"
+
+LICENSE="GPL-3"
+SLOT="0"
+KEYWORDS=""
+IUSE=""
+
+CDEPEND="media-libs/freetype
+ media-libs/libpng
+ sci-libs/hdf5
+ sys-libs/zlib"
+DEPEND="${CDEPEND}
+ dev-python/cython
+ dev-python/setuptools"
+RDEPEND="${CDEPEND}
+ dev-python/numpy
+ dev-python/h5py
+ dev-python/matplotlib"
+
+pkg_setup() {
+ export PNG_DIR="${EPREFIX}"/usr
+ export FTYPE_DIR="${EPREFIX}"/usr
+ export HDF5_DIR="${EPREFIX}"/usr
+ python_pkg_setup
+}
^ permalink raw reply related [flat|nested] 11+ messages in thread
* [gentoo-commits] proj/sci:master commit in: sci-visualization/yt/
@ 2012-01-25 17:27 Kacper Kowalik
0 siblings, 0 replies; 11+ messages in thread
From: Kacper Kowalik @ 2012-01-25 17:27 UTC (permalink / raw
To: gentoo-commits
commit: cbbee174878642b0da72073851d7139135ec8904
Author: Kacper Kowalik (Xarthisius) <xarthisius.kk <AT> gmail <DOT> com>
AuthorDate: Wed Jan 25 17:27:21 2012 +0000
Commit: Kacper Kowalik <xarthisius <AT> gentoo <DOT> org>
CommitDate: Wed Jan 25 17:27:21 2012 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/sci.git;a=commit;h=cbbee174
[sci-visualization/yt] update deps, add pyx remove zlib
---
sci-visualization/yt/yt-9999.ebuild | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/sci-visualization/yt/yt-9999.ebuild b/sci-visualization/yt/yt-9999.ebuild
index 918c351..0a5d1da 100644
--- a/sci-visualization/yt/yt-9999.ebuild
+++ b/sci-visualization/yt/yt-9999.ebuild
@@ -10,7 +10,7 @@ RESTRICT_PYTHON_ABIS="3.*"
inherit distutils mercurial
-DESCRIPTION="Astrophysical Simulation Analysis and Vizualization"
+DESCRIPTION="Astrophysical Simulation Analysis and Vizualization package"
HOMEPAGE="http://yt-project.org/"
SRC_URI=""
EHG_REPO_URI="https://bitbucket.org/yt_analysis/yt"
@@ -22,12 +22,12 @@ IUSE=""
CDEPEND="media-libs/freetype
media-libs/libpng
- sci-libs/hdf5
- sys-libs/zlib"
+ sci-libs/hdf5"
DEPEND="${CDEPEND}
dev-python/cython
dev-python/setuptools"
RDEPEND="${CDEPEND}
+ dev-python/pyx
dev-python/numpy
dev-python/h5py
dev-python/matplotlib"
^ permalink raw reply related [flat|nested] 11+ messages in thread
* [gentoo-commits] proj/sci:master commit in: sci-visualization/yt/
@ 2012-07-17 3:14 Kacper Kowalik
0 siblings, 0 replies; 11+ messages in thread
From: Kacper Kowalik @ 2012-07-17 3:14 UTC (permalink / raw
To: gentoo-commits
commit: 7beb3378e4b49065c4b79dc83ce481761ad5ae54
Author: Kacper Kowalik (Xarthisius) <xarthisius <AT> gentoo <DOT> org>
AuthorDate: Tue Jul 17 03:14:40 2012 +0000
Commit: Kacper Kowalik <xarthisius <AT> gentoo <DOT> org>
CommitDate: Tue Jul 17 03:14:40 2012 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/sci.git;a=commit;h=7beb3378
[sci-visualization/yt] update dependencies
---
sci-visualization/yt/yt-9999.ebuild | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
diff --git a/sci-visualization/yt/yt-9999.ebuild b/sci-visualization/yt/yt-9999.ebuild
index 0a5d1da..a67d3fe 100644
--- a/sci-visualization/yt/yt-9999.ebuild
+++ b/sci-visualization/yt/yt-9999.ebuild
@@ -27,6 +27,7 @@ DEPEND="${CDEPEND}
dev-python/cython
dev-python/setuptools"
RDEPEND="${CDEPEND}
+ dev-python/ipython[notebook]
dev-python/pyx
dev-python/numpy
dev-python/h5py
^ permalink raw reply related [flat|nested] 11+ messages in thread
* [gentoo-commits] proj/sci:master commit in: sci-visualization/yt/
@ 2013-02-21 8:30 Kacper Kowalik
0 siblings, 0 replies; 11+ messages in thread
From: Kacper Kowalik @ 2013-02-21 8:30 UTC (permalink / raw
To: gentoo-commits
commit: 914bffb67f4bf46e8869dfad44af7a5dca77147e
Author: Kacper Kowalik (Xarthisius) <xarthisius <AT> gentoo <DOT> org>
AuthorDate: Thu Feb 21 08:30:33 2013 +0000
Commit: Kacper Kowalik <xarthisius <AT> gentoo <DOT> org>
CommitDate: Thu Feb 21 08:30:33 2013 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/sci.git;a=commit;h=914bffb6
[sci-visualization/yt] update
---
sci-visualization/yt/yt-9999.ebuild | 3 ++-
1 files changed, 2 insertions(+), 1 deletions(-)
diff --git a/sci-visualization/yt/yt-9999.ebuild b/sci-visualization/yt/yt-9999.ebuild
index a67d3fe..a63f2de 100644
--- a/sci-visualization/yt/yt-9999.ebuild
+++ b/sci-visualization/yt/yt-9999.ebuild
@@ -14,6 +14,7 @@ DESCRIPTION="Astrophysical Simulation Analysis and Vizualization package"
HOMEPAGE="http://yt-project.org/"
SRC_URI=""
EHG_REPO_URI="https://bitbucket.org/yt_analysis/yt"
+EHG_REVISION="yt"
LICENSE="GPL-3"
SLOT="0"
@@ -25,7 +26,7 @@ CDEPEND="media-libs/freetype
sci-libs/hdf5"
DEPEND="${CDEPEND}
dev-python/cython
- dev-python/setuptools"
+ >=dev-python/setuptools-0.6.32"
RDEPEND="${CDEPEND}
dev-python/ipython[notebook]
dev-python/pyx
^ permalink raw reply related [flat|nested] 11+ messages in thread
* [gentoo-commits] proj/sci:master commit in: sci-visualization/yt/
@ 2013-08-30 7:28 Kacper Kowalik
0 siblings, 0 replies; 11+ messages in thread
From: Kacper Kowalik @ 2013-08-30 7:28 UTC (permalink / raw
To: gentoo-commits
commit: fcc9714ed4f2952d78e8e98aefd727bc044e4ca9
Author: Kacper Kowalik (Xarthisius) <xarthisius <AT> gentoo <DOT> org>
AuthorDate: Fri Aug 30 07:27:28 2013 +0000
Commit: Kacper Kowalik <xarthisius <AT> gentoo <DOT> org>
CommitDate: Fri Aug 30 07:27:28 2013 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/sci.git;a=commit;h=fcc9714e
[sci-visualization/yt] update
---
sci-visualization/yt/yt-9999.ebuild | 45 +++++++++++++++++++------------------
1 file changed, 23 insertions(+), 22 deletions(-)
diff --git a/sci-visualization/yt/yt-9999.ebuild b/sci-visualization/yt/yt-9999.ebuild
index a63f2de..39886ce 100644
--- a/sci-visualization/yt/yt-9999.ebuild
+++ b/sci-visualization/yt/yt-9999.ebuild
@@ -2,41 +2,42 @@
# Distributed under the terms of the GNU General Public License v2
# $Header: $
-EAPI=4
+EAPI=5
-PYTHON_DEPEND="2"
-SUPPORT_PYTHON_ABIS="1"
-RESTRICT_PYTHON_ABIS="3.*"
+PYTHON_COMPAT=( python2_7 )
+EHG_REPO_URI="https://bitbucket.org/yt_analysis/yt"
+EHG_REVISION="yt"
-inherit distutils mercurial
+inherit distutils-r1 mercurial
DESCRIPTION="Astrophysical Simulation Analysis and Vizualization package"
HOMEPAGE="http://yt-project.org/"
SRC_URI=""
-EHG_REPO_URI="https://bitbucket.org/yt_analysis/yt"
-EHG_REVISION="yt"
LICENSE="GPL-3"
SLOT="0"
KEYWORDS=""
-IUSE=""
+IUSE="test"
CDEPEND="media-libs/freetype
media-libs/libpng
sci-libs/hdf5"
-DEPEND="${CDEPEND}
- dev-python/cython
- >=dev-python/setuptools-0.6.32"
RDEPEND="${CDEPEND}
- dev-python/ipython[notebook]
- dev-python/pyx
- dev-python/numpy
- dev-python/h5py
- dev-python/matplotlib"
+ dev-python/ipython[notebook,${PYTHON_USEDEP}]
+ dev-python/pyx[${PYTHON_USEDEP}]
+ dev-python/numpy[${PYTHON_USEDEP}]
+ dev-python/h5py[${PYTHON_USEDEP}]
+ dev-python/matplotlib[${PYTHON_USEDEP}]
+ dev-python/sympy[${PYTHON_USEDEP}]"
+DEPEND="${CDEPEND}
+ dev-python/Forthon[${PYTHON_USEDEP}]
+ >=dev-python/cython-0.19[${PYTHON_USEDEP}]
+ >=dev-python/setuptools-0.7[${PYTHON_USEDEP}]
+ test? ( ${RDEPEND}
+ dev-python/nose[${PYTHON_USEDEP}]
+ )"
-pkg_setup() {
- export PNG_DIR="${EPREFIX}"/usr
- export FTYPE_DIR="${EPREFIX}"/usr
- export HDF5_DIR="${EPREFIX}"/usr
- python_pkg_setup
-}
+# TODO
+#python_test() {
+# nosetests || die
+#}
^ permalink raw reply related [flat|nested] 11+ messages in thread
* [gentoo-commits] proj/sci:master commit in: sci-visualization/yt/
@ 2013-11-26 22:30 Sebastien Fabbro
0 siblings, 0 replies; 11+ messages in thread
From: Sebastien Fabbro @ 2013-11-26 22:30 UTC (permalink / raw
To: gentoo-commits
commit: 1603e651b8b1159088ed75dc0738e326171f054d
Author: Kacper Kowalik (Xarthisius) <xarthisius <AT> gentoo <DOT> org>
AuthorDate: Tue Nov 26 19:13:38 2013 +0000
Commit: Sebastien Fabbro <bicatali <AT> gentoo <DOT> org>
CommitDate: Tue Nov 26 19:13:38 2013 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/sci.git;a=commit;h=1603e651
[sci-visualization/yt] version bump
---
.../yt/{yt-9999.ebuild => yt-2.6.ebuild} | 25 +++++++++++++---------
sci-visualization/yt/yt-9999.ebuild | 16 ++++++++++----
2 files changed, 27 insertions(+), 14 deletions(-)
diff --git a/sci-visualization/yt/yt-9999.ebuild b/sci-visualization/yt/yt-2.6.ebuild
similarity index 67%
copy from sci-visualization/yt/yt-9999.ebuild
copy to sci-visualization/yt/yt-2.6.ebuild
index 39886ce..52a3490 100644
--- a/sci-visualization/yt/yt-9999.ebuild
+++ b/sci-visualization/yt/yt-2.6.ebuild
@@ -1,22 +1,20 @@
-# Copyright 1999-2011 Gentoo Foundation
+# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: $
EAPI=5
-
PYTHON_COMPAT=( python2_7 )
-EHG_REPO_URI="https://bitbucket.org/yt_analysis/yt"
-EHG_REVISION="yt"
+DISTUTILS_IN_SOURCE_BUILD=1
-inherit distutils-r1 mercurial
+inherit distutils-r1 flag-o-matic
DESCRIPTION="Astrophysical Simulation Analysis and Vizualization package"
HOMEPAGE="http://yt-project.org/"
-SRC_URI=""
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
-LICENSE="GPL-3"
+LICENSE="BSD"
SLOT="0"
-KEYWORDS=""
+KEYWORDS="~amd64 ~x86"
IUSE="test"
CDEPEND="media-libs/freetype
@@ -30,12 +28,19 @@ RDEPEND="${CDEPEND}
dev-python/matplotlib[${PYTHON_USEDEP}]
dev-python/sympy[${PYTHON_USEDEP}]"
DEPEND="${CDEPEND}
- dev-python/Forthon[${PYTHON_USEDEP}]
+ dev-python/Forthon[${PYTHON_USEDEP}]
>=dev-python/cython-0.19[${PYTHON_USEDEP}]
>=dev-python/setuptools-0.7[${PYTHON_USEDEP}]
test? ( ${RDEPEND}
dev-python/nose[${PYTHON_USEDEP}]
- )"
+ )"
+
+src_prepare() {
+ append-flags -fno-strict-aliasing
+ sed -i setup.py \
+ -e 's:build/lib:../../../&:' || die
+ distutils-r1_src_prepare
+}
# TODO
#python_test() {
diff --git a/sci-visualization/yt/yt-9999.ebuild b/sci-visualization/yt/yt-9999.ebuild
index 39886ce..c556f4e 100644
--- a/sci-visualization/yt/yt-9999.ebuild
+++ b/sci-visualization/yt/yt-9999.ebuild
@@ -1,10 +1,11 @@
-# Copyright 1999-2011 Gentoo Foundation
+# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: $
EAPI=5
PYTHON_COMPAT=( python2_7 )
+DISTUTILS_IN_SOURCE_BUILD=1
EHG_REPO_URI="https://bitbucket.org/yt_analysis/yt"
EHG_REVISION="yt"
@@ -14,7 +15,7 @@ DESCRIPTION="Astrophysical Simulation Analysis and Vizualization package"
HOMEPAGE="http://yt-project.org/"
SRC_URI=""
-LICENSE="GPL-3"
+LICENSE="BSD"
SLOT="0"
KEYWORDS=""
IUSE="test"
@@ -30,12 +31,19 @@ RDEPEND="${CDEPEND}
dev-python/matplotlib[${PYTHON_USEDEP}]
dev-python/sympy[${PYTHON_USEDEP}]"
DEPEND="${CDEPEND}
- dev-python/Forthon[${PYTHON_USEDEP}]
+ dev-python/Forthon[${PYTHON_USEDEP}]
>=dev-python/cython-0.19[${PYTHON_USEDEP}]
>=dev-python/setuptools-0.7[${PYTHON_USEDEP}]
test? ( ${RDEPEND}
dev-python/nose[${PYTHON_USEDEP}]
- )"
+ )"
+
+src_prepare() {
+ append-flags -fno-strict-aliasing
+ sed -i setup.py \
+ -e 's:build/lib:../../../&:' || die
+ distutils-r1_src_prepare
+}
# TODO
#python_test() {
^ permalink raw reply related [flat|nested] 11+ messages in thread
* [gentoo-commits] proj/sci:master commit in: sci-visualization/yt/
@ 2013-11-26 22:30 Sebastien Fabbro
0 siblings, 0 replies; 11+ messages in thread
From: Sebastien Fabbro @ 2013-11-26 22:30 UTC (permalink / raw
To: gentoo-commits
commit: 2b1cfccaaa797faafe5972cd283c51cb79e10143
Author: Sébastien Fabbro <bicatali <AT> gentoo <DOT> org>
AuthorDate: Tue Nov 26 22:30:27 2013 +0000
Commit: Sebastien Fabbro <bicatali <AT> gentoo <DOT> org>
CommitDate: Tue Nov 26 22:30:27 2013 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/sci.git;a=commit;h=2b1cfcca
Tentative prefixification
---
sci-visualization/yt/yt-2.6.ebuild | 8 +++++---
1 file changed, 5 insertions(+), 3 deletions(-)
diff --git a/sci-visualization/yt/yt-2.6.ebuild b/sci-visualization/yt/yt-2.6.ebuild
index 52a3490..ec682d6 100644
--- a/sci-visualization/yt/yt-2.6.ebuild
+++ b/sci-visualization/yt/yt-2.6.ebuild
@@ -14,7 +14,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
LICENSE="BSD"
SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
IUSE="test"
CDEPEND="media-libs/freetype
@@ -35,11 +35,13 @@ DEPEND="${CDEPEND}
dev-python/nose[${PYTHON_USEDEP}]
)"
-src_prepare() {
+python_prepare_all() {
append-flags -fno-strict-aliasing
sed -i setup.py \
-e 's:build/lib:../../../&:' || die
- distutils-r1_src_prepare
+ sed -i yt/utilities/setup.py \
+ -e "s:/usr:${EPREFIX}/usr:g" || die
+ distutils-r1_python_prepare_all
}
# TODO
^ permalink raw reply related [flat|nested] 11+ messages in thread
* [gentoo-commits] proj/sci:master commit in: sci-visualization/yt/
@ 2013-11-27 12:18 Kacper Kowalik
0 siblings, 0 replies; 11+ messages in thread
From: Kacper Kowalik @ 2013-11-27 12:18 UTC (permalink / raw
To: gentoo-commits
commit: 4f35a704fca5f2c25557ce5115920abe670f8d74
Author: Kacper Kowalik (Xarthisius) <xarthisius <AT> gentoo <DOT> org>
AuthorDate: Wed Nov 27 11:52:11 2013 +0000
Commit: Kacper Kowalik <xarthisius <AT> gentoo <DOT> org>
CommitDate: Wed Nov 27 11:52:11 2013 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/sci.git;a=commit;h=4f35a704
[sci-visualization/yt] provide workaround for latest Forthon
---
sci-visualization/yt/yt-2.6.ebuild | 1 +
sci-visualization/yt/yt-9999.ebuild | 1 +
2 files changed, 2 insertions(+)
diff --git a/sci-visualization/yt/yt-2.6.ebuild b/sci-visualization/yt/yt-2.6.ebuild
index e54f904..8484302 100644
--- a/sci-visualization/yt/yt-2.6.ebuild
+++ b/sci-visualization/yt/yt-2.6.ebuild
@@ -41,6 +41,7 @@ python_prepare_all() {
-e 's:build/lib:../../../&:' || die
sed -i yt/utilities/setup.py \
-e "s:/usr:${EPREFIX}/usr:g" || die
+ mv yt/utilities/kdtree/fKD.{f,F}90 || die # Forthon-0.8.13
distutils-r1_python_prepare_all
}
diff --git a/sci-visualization/yt/yt-9999.ebuild b/sci-visualization/yt/yt-9999.ebuild
index 10c880b..16ef051 100644
--- a/sci-visualization/yt/yt-9999.ebuild
+++ b/sci-visualization/yt/yt-9999.ebuild
@@ -44,6 +44,7 @@ python_prepare_all() {
-e 's:build/lib:../../../&:' || die
sed -i yt/utilities/setup.py \
-e "s:/usr:${EPREFIX}/usr:g" || die
+ mv yt/utilities/kdtree/fKD.{f,F}90 || die # Forthon-0.8.13
distutils-r1_python_prepare_all
}
^ permalink raw reply related [flat|nested] 11+ messages in thread
* [gentoo-commits] proj/sci:master commit in: sci-visualization/yt/
@ 2013-11-27 12:18 Kacper Kowalik
0 siblings, 0 replies; 11+ messages in thread
From: Kacper Kowalik @ 2013-11-27 12:18 UTC (permalink / raw
To: gentoo-commits
commit: 2d825a50a2bbfc492e49a1c4dc5317f8bff66031
Author: Kacper Kowalik (Xarthisius) <xarthisius <AT> gentoo <DOT> org>
AuthorDate: Wed Nov 27 08:25:36 2013 +0000
Commit: Kacper Kowalik <xarthisius <AT> gentoo <DOT> org>
CommitDate: Wed Nov 27 08:25:36 2013 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/sci.git;a=commit;h=2d825a50
[sci-visualization/yt] fix slots in CDEPEND
---
sci-visualization/yt/yt-2.6.ebuild | 6 +++---
sci-visualization/yt/yt-9999.ebuild | 12 +++++++-----
2 files changed, 10 insertions(+), 8 deletions(-)
diff --git a/sci-visualization/yt/yt-2.6.ebuild b/sci-visualization/yt/yt-2.6.ebuild
index ec682d6..e54f904 100644
--- a/sci-visualization/yt/yt-2.6.ebuild
+++ b/sci-visualization/yt/yt-2.6.ebuild
@@ -17,9 +17,9 @@ SLOT="0"
KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
IUSE="test"
-CDEPEND="media-libs/freetype
- media-libs/libpng
- sci-libs/hdf5"
+CDEPEND="media-libs/freetype:2
+ media-libs/libpng:0=
+ sci-libs/hdf5:="
RDEPEND="${CDEPEND}
dev-python/ipython[notebook,${PYTHON_USEDEP}]
dev-python/pyx[${PYTHON_USEDEP}]
diff --git a/sci-visualization/yt/yt-9999.ebuild b/sci-visualization/yt/yt-9999.ebuild
index c556f4e..10c880b 100644
--- a/sci-visualization/yt/yt-9999.ebuild
+++ b/sci-visualization/yt/yt-9999.ebuild
@@ -20,9 +20,9 @@ SLOT="0"
KEYWORDS=""
IUSE="test"
-CDEPEND="media-libs/freetype
- media-libs/libpng
- sci-libs/hdf5"
+CDEPEND="media-libs/freetype:2
+ media-libs/libpng:0=
+ sci-libs/hdf5:="
RDEPEND="${CDEPEND}
dev-python/ipython[notebook,${PYTHON_USEDEP}]
dev-python/pyx[${PYTHON_USEDEP}]
@@ -38,11 +38,13 @@ DEPEND="${CDEPEND}
dev-python/nose[${PYTHON_USEDEP}]
)"
-src_prepare() {
+python_prepare_all() {
append-flags -fno-strict-aliasing
sed -i setup.py \
-e 's:build/lib:../../../&:' || die
- distutils-r1_src_prepare
+ sed -i yt/utilities/setup.py \
+ -e "s:/usr:${EPREFIX}/usr:g" || die
+ distutils-r1_python_prepare_all
}
# TODO
^ permalink raw reply related [flat|nested] 11+ messages in thread
* [gentoo-commits] proj/sci:master commit in: sci-visualization/yt/
@ 2020-09-27 15:26 Aisha Tammy
0 siblings, 0 replies; 11+ messages in thread
From: Aisha Tammy @ 2020-09-27 15:26 UTC (permalink / raw
To: gentoo-commits
commit: aba164856f5d5d7f4005e8df43de9036fedb406e
Author: Aisha Tammy <gentoo <AT> aisha <DOT> cc>
AuthorDate: Sun Sep 27 15:25:48 2020 +0000
Commit: Aisha Tammy <gentoo <AT> aisha <DOT> cc>
CommitDate: Sun Sep 27 15:25:48 2020 +0000
URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=aba16485
sci-visualization/yt: bump python compat
package still doesn't build correctly
needs a lot more dependencies to be added
but upstream is active and dependencies are
present in various overlays
should ask them to migrate
Package-Manager: Portage-3.0.8, Repoman-3.0.1
Signed-off-by: Aisha Tammy <gentoo <AT> aisha.cc>
sci-visualization/yt/yt-2.6.ebuild | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/sci-visualization/yt/yt-2.6.ebuild b/sci-visualization/yt/yt-2.6.ebuild
index 37efad0fd..c4c8b55d0 100644
--- a/sci-visualization/yt/yt-2.6.ebuild
+++ b/sci-visualization/yt/yt-2.6.ebuild
@@ -1,8 +1,8 @@
-# Copyright 1999-2014 Gentoo Foundation
+# Copyright 1999-2020 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=5
-PYTHON_COMPAT=( python2_7 )
+PYTHON_COMPAT=( python3_7 )
DISTUTILS_IN_SOURCE_BUILD=1
inherit distutils-r1 flag-o-matic
^ permalink raw reply related [flat|nested] 11+ messages in thread
* [gentoo-commits] proj/sci:master commit in: sci-visualization/yt/
@ 2020-09-29 1:37 Aisha Tammy
0 siblings, 0 replies; 11+ messages in thread
From: Aisha Tammy @ 2020-09-29 1:37 UTC (permalink / raw
To: gentoo-commits
commit: 64874025f6c5829521000eae6c3b7fbf7a538f28
Author: Aisha Tammy <gentoo <AT> aisha <DOT> cc>
AuthorDate: Tue Sep 29 01:26:41 2020 +0000
Commit: Aisha Tammy <gentoo <AT> aisha <DOT> cc>
CommitDate: Tue Sep 29 01:31:51 2020 +0000
URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=64874025
sci-visualization/yt: drop package
will be readded later if there is enough
interest, as there is A LOT of work
needed to get this running.
Package-Manager: Portage-3.0.8, Repoman-3.0.1
Signed-off-by: Aisha Tammy <gentoo <AT> aisha.cc>
sci-visualization/yt/metadata.xml | 21 ---------------
sci-visualization/yt/yt-2.6.ebuild | 50 ----------------------------------
sci-visualization/yt/yt-9999.ebuild | 53 -------------------------------------
3 files changed, 124 deletions(-)
diff --git a/sci-visualization/yt/metadata.xml b/sci-visualization/yt/metadata.xml
deleted file mode 100644
index 5957457f4..000000000
--- a/sci-visualization/yt/metadata.xml
+++ /dev/null
@@ -1,21 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
- <maintainer type="person">
- <email>xarthisius@gentoo.org</email>
- <name>Kacper Kowalik</name>
- </maintainer>
- <maintainer type="project">
- <email>sci@gentoo.org</email>
- <name>Gentoo Science Project</name>
- </maintainer>
- <longdescription>yt is an analysis and visualization system written in Python,
-designed for use with Astrophysical Simulation codes. yt can process data in a
-myriad of ways and make a variety of visualizations. It is designed to be portable
-across simulation codes, and it is developed by developers from a variety of
-institutions and backgrounds.
-</longdescription>
- <upstream>
- <remote-id type="pypi">yt</remote-id>
- </upstream>
-</pkgmetadata>
diff --git a/sci-visualization/yt/yt-2.6.ebuild b/sci-visualization/yt/yt-2.6.ebuild
deleted file mode 100644
index c4c8b55d0..000000000
--- a/sci-visualization/yt/yt-2.6.ebuild
+++ /dev/null
@@ -1,50 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-PYTHON_COMPAT=( python3_7 )
-DISTUTILS_IN_SOURCE_BUILD=1
-
-inherit distutils-r1 flag-o-matic
-
-DESCRIPTION="Astrophysical Simulation Analysis and Vizualization package"
-HOMEPAGE="http://yt-project.org/"
-SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
-
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
-IUSE="test"
-
-CDEPEND="media-libs/freetype:2
- media-libs/libpng:0=
- sci-libs/hdf5:="
-RDEPEND="${CDEPEND}
- dev-python/ipython[notebook,${PYTHON_USEDEP}]
- dev-python/pyx[${PYTHON_USEDEP}]
- dev-python/numpy[${PYTHON_USEDEP}]
- dev-python/h5py[${PYTHON_USEDEP}]
- dev-python/matplotlib[${PYTHON_USEDEP}]
- dev-python/sympy[${PYTHON_USEDEP}]"
-DEPEND="${CDEPEND}
- dev-python/Forthon[${PYTHON_USEDEP}]
- >=dev-python/cython-0.19[${PYTHON_USEDEP}]
- >=dev-python/setuptools-0.7[${PYTHON_USEDEP}]
- test? ( ${RDEPEND}
- dev-python/nose[${PYTHON_USEDEP}]
- )"
-
-python_prepare_all() {
- append-flags -fno-strict-aliasing
- sed -i setup.py \
- -e 's:build/lib:../../../&:' || die
- sed -i yt/utilities/setup.py \
- -e "s:/usr:${EPREFIX}/usr:g" || die
- mv yt/utilities/kdtree/fKD.{f,F}90 || die # Forthon-0.8.13
- distutils-r1_python_prepare_all
-}
-
-# TODO
-#python_test() {
-# nosetests || die
-#}
diff --git a/sci-visualization/yt/yt-9999.ebuild b/sci-visualization/yt/yt-9999.ebuild
deleted file mode 100644
index f6c4869a7..000000000
--- a/sci-visualization/yt/yt-9999.ebuild
+++ /dev/null
@@ -1,53 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-PYTHON_COMPAT=( python2_7 )
-DISTUTILS_IN_SOURCE_BUILD=1
-EHG_REPO_URI="https://bitbucket.org/yt_analysis/yt"
-EHG_REVISION="yt"
-
-inherit distutils-r1 mercurial
-
-DESCRIPTION="Astrophysical Simulation Analysis and Vizualization package"
-HOMEPAGE="http://yt-project.org/"
-SRC_URI=""
-
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS=""
-IUSE="test"
-
-CDEPEND="media-libs/freetype:2
- media-libs/libpng:0=
- sci-libs/hdf5:="
-RDEPEND="${CDEPEND}
- dev-python/ipython[notebook,${PYTHON_USEDEP}]
- dev-python/pyx[${PYTHON_USEDEP}]
- dev-python/numpy[${PYTHON_USEDEP}]
- dev-python/h5py[${PYTHON_USEDEP}]
- dev-python/matplotlib[${PYTHON_USEDEP}]
- dev-python/sympy[${PYTHON_USEDEP}]"
-DEPEND="${CDEPEND}
- dev-python/Forthon[${PYTHON_USEDEP}]
- >=dev-python/cython-0.19[${PYTHON_USEDEP}]
- >=dev-python/setuptools-0.7[${PYTHON_USEDEP}]
- test? ( ${RDEPEND}
- dev-python/nose[${PYTHON_USEDEP}]
- )"
-
-python_prepare_all() {
- append-flags -fno-strict-aliasing
- sed -i setup.py \
- -e 's:build/lib:../../../&:' || die
- sed -i yt/utilities/setup.py \
- -e "s:/usr:${EPREFIX}/usr:g" || die
- mv yt/utilities/kdtree/fKD.{f,F}90 || die # Forthon-0.8.13
- distutils-r1_python_prepare_all
-}
-
-# TODO
-#python_test() {
-# nosetests || die
-#}
^ permalink raw reply related [flat|nested] 11+ messages in thread
end of thread, other threads:[~2020-09-29 1:37 UTC | newest]
Thread overview: 11+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-01-17 10:39 [gentoo-commits] proj/sci:master commit in: sci-visualization/yt/ Kacper Kowalik
-- strict thread matches above, loose matches on Subject: below --
2012-01-25 17:27 Kacper Kowalik
2012-07-17 3:14 Kacper Kowalik
2013-02-21 8:30 Kacper Kowalik
2013-08-30 7:28 Kacper Kowalik
2013-11-26 22:30 Sebastien Fabbro
2013-11-26 22:30 Sebastien Fabbro
2013-11-27 12:18 Kacper Kowalik
2013-11-27 12:18 Kacper Kowalik
2020-09-27 15:26 Aisha Tammy
2020-09-29 1:37 Aisha Tammy
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox