diff options
author | Alastair Tse <liquidx@gentoo.org> | 2003-09-02 22:32:45 +0000 |
---|---|---|
committer | Alastair Tse <liquidx@gentoo.org> | 2003-09-02 22:32:45 +0000 |
commit | f463c3b2bbe3555cbf151e52bef648bc6f899253 (patch) | |
tree | 2c7b6a9d19942edcb79d594569bfbb609290a5f0 /dev-python | |
parent | moving dev-python/Numeric to dev-python/numeric (diff) | |
download | historical-f463c3b2bbe3555cbf151e52bef648bc6f899253.tar.gz historical-f463c3b2bbe3555cbf151e52bef648bc6f899253.tar.bz2 historical-f463c3b2bbe3555cbf151e52bef648bc6f899253.zip |
moving dev-python/Numeric to dev-python/numeric
Diffstat (limited to 'dev-python')
21 files changed, 162 insertions, 32 deletions
diff --git a/dev-python/ScientificPython/ChangeLog b/dev-python/ScientificPython/ChangeLog index 76088dd69958..7cdfd26518a1 100644 --- a/dev-python/ScientificPython/ChangeLog +++ b/dev-python/ScientificPython/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-python/ScientificPython # Copyright 2002-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/ScientificPython/ChangeLog,v 1.7 2003/06/06 06:58:46 george Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/ScientificPython/ChangeLog,v 1.8 2003/09/02 22:29:12 liquidx Exp $ + + 02 Sep 2003; Alastair Tse <liquidx@gentoo.org> + ScientificPython-2.2-r1.ebuild, ScientificPython-2.4.3.ebuild: + moved dev-python/Numeric to dev-python/numeric *ScientificPython-2.4.3 (05 May 2003) diff --git a/dev-python/ScientificPython/Manifest b/dev-python/ScientificPython/Manifest index 5f5494a39982..6ccea6098650 100644 --- a/dev-python/ScientificPython/Manifest +++ b/dev-python/ScientificPython/Manifest @@ -1,6 +1,6 @@ +MD5 7877bc7099be0b4a246bf8e23284a877 ChangeLog 1630 +MD5 613944f6f782bd8942908565999a3540 ScientificPython-2.2-r1.ebuild 777 +MD5 20c354a51dde69d82ad470acac91af0f ScientificPython-2.4.3.ebuild 789 +MD5 71c4638c9c88af75b58e5f5cb54fe008 metadata.xml 159 MD5 dfa7ad22fed0bcb416294783fb84bb6c files/digest-ScientificPython-2.2-r1 72 MD5 79c71d20dabb984dca635936b7736c0a files/digest-ScientificPython-2.4.3 74 -MD5 c24a8dd59ac7b48608f6dc1448303ec8 ScientificPython-2.2-r1.ebuild 777 -MD5 2ef573c57e2a8c80a3fb02db3466993c ChangeLog 1465 -MD5 bb0ddf760c4fb8491d8de9ccb2b19b7c ScientificPython-2.4.3.ebuild 786 -MD5 71c4638c9c88af75b58e5f5cb54fe008 metadata.xml 159 diff --git a/dev-python/ScientificPython/ScientificPython-2.2-r1.ebuild b/dev-python/ScientificPython/ScientificPython-2.2-r1.ebuild index b98e0317269e..24f33ff19826 100644 --- a/dev-python/ScientificPython/ScientificPython-2.2-r1.ebuild +++ b/dev-python/ScientificPython/ScientificPython-2.2-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2003 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/ScientificPython/ScientificPython-2.2-r1.ebuild,v 1.11 2003/06/22 12:15:59 liquidx Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/ScientificPython/ScientificPython-2.2-r1.ebuild,v 1.12 2003/09/02 22:29:12 liquidx Exp $ inherit distutils @@ -13,7 +13,7 @@ LICENSE="as-is" KEYWORDS="x86 sparc alpha" DEPEND="virtual/python - >=dev-python/Numeric-19.0 + >=dev-python/numeric-19.0 >=app-sci/netcdf-3.0" diff --git a/dev-python/ScientificPython/ScientificPython-2.4.3.ebuild b/dev-python/ScientificPython/ScientificPython-2.4.3.ebuild index aa07cf421fbd..2eae94deb46a 100644 --- a/dev-python/ScientificPython/ScientificPython-2.4.3.ebuild +++ b/dev-python/ScientificPython/ScientificPython-2.4.3.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2003 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/ScientificPython/ScientificPython-2.4.3.ebuild,v 1.4 2003/07/12 12:49:25 aliz Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/ScientificPython/ScientificPython-2.4.3.ebuild,v 1.5 2003/09/02 22:29:12 liquidx Exp $ inherit distutils @@ -13,7 +13,7 @@ LICENSE="as-is" KEYWORDS="x86 ~sparc ~alpha" DEPEND="virtual/python - >=dev-python/Numeric-19.0 + >=dev-python/numeric-19.0 >=app-sci/netcdf-3.0" diff --git a/dev-python/f2py/ChangeLog b/dev-python/f2py/ChangeLog index 5d9f5ba57b0c..e23474782f1e 100644 --- a/dev-python/f2py/ChangeLog +++ b/dev-python/f2py/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-python/f2py # Copyright 2000-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/f2py/ChangeLog,v 1.3 2003/07/12 12:49:25 aliz Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/f2py/ChangeLog,v 1.4 2003/09/02 22:30:36 liquidx Exp $ + + 02 Sep 2003; Alastair Tse <liquidx@gentoo.org> f2py-2.32.225.1419.ebuild: + moved dev-python/Numeric to dev-python/numeric *f2py-2.32.225.1419 (4 Apr 2003) diff --git a/dev-python/f2py/Manifest b/dev-python/f2py/Manifest index 2c79c7a92856..be52acd55e97 100644 --- a/dev-python/f2py/Manifest +++ b/dev-python/f2py/Manifest @@ -1,4 +1,4 @@ -MD5 f1872d56fb571aacfb2fcbbb9e57d861 files/digest-f2py-2.32.225.1419 138 -MD5 3c28119f99889be6f53bb41eca24b351 f2py-2.32.225.1419.ebuild 758 -MD5 57c80956e9611188af4e036d43a0ef00 ChangeLog 319 +MD5 10ea42ed6baaa7d58f966bb34d48a016 ChangeLog 448 +MD5 cc0068d023b40d01b08ed596f14374f1 f2py-2.32.225.1419.ebuild 762 MD5 71c4638c9c88af75b58e5f5cb54fe008 metadata.xml 159 +MD5 f1872d56fb571aacfb2fcbbb9e57d861 files/digest-f2py-2.32.225.1419 138 diff --git a/dev-python/f2py/f2py-2.32.225.1419.ebuild b/dev-python/f2py/f2py-2.32.225.1419.ebuild index 8aebf5727533..2c4de36e5542 100644 --- a/dev-python/f2py/f2py-2.32.225.1419.ebuild +++ b/dev-python/f2py/f2py-2.32.225.1419.ebuild @@ -1,6 +1,8 @@ # Copyright 1999-2003 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/f2py/f2py-2.32.225.1419.ebuild,v 1.5 2003/07/12 12:49:26 aliz Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/f2py/f2py-2.32.225.1419.ebuild,v 1.6 2003/09/02 22:30:36 liquidx Exp $ + +inherit distutils PN0="F2PY" PV0="2.32.225-1419" @@ -15,10 +17,9 @@ KEYWORDS="x86" IUSE="" DEPEND="dev-lang/python - dev-python/Numeric" -S=${WORKDIR}/${PN0}-${PV0} + dev-python/numeric" -inherit distutils +S=${WORKDIR}/${PN0}-${PV0} src_install() { distutils_src_install diff --git a/dev-python/gnuplot-py/ChangeLog b/dev-python/gnuplot-py/ChangeLog index 58791a366df0..37aed0367a03 100644 --- a/dev-python/gnuplot-py/ChangeLog +++ b/dev-python/gnuplot-py/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-python/gnuplot-py # Copyright 2000-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/gnuplot-py/ChangeLog,v 1.1 2003/06/19 22:17:44 liquidx Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/gnuplot-py/ChangeLog,v 1.2 2003/09/02 22:27:28 liquidx Exp $ + + 02 Sep 2003; Alastair Tse <liquidx@gentoo.org> gnuplot-py-1.6.ebuild: + moved dev-python/Numeric to dev-python/numeric *gnuplot-py-1.6 (19 Jun 2003) diff --git a/dev-python/gnuplot-py/Manifest b/dev-python/gnuplot-py/Manifest index 6950847310f1..d83fef65c8f7 100644 --- a/dev-python/gnuplot-py/Manifest +++ b/dev-python/gnuplot-py/Manifest @@ -1,4 +1,4 @@ -MD5 13472d14d2001c53439ad5370a56ede2 gnuplot-py-1.6.ebuild 618 -MD5 d4868fc74bd39743db75ab6daf8412f8 ChangeLog 401 +MD5 f27b099d67241d98100d361f764fe635 ChangeLog 523 +MD5 c791f2e4d89ebc24ed9bf6a5ac9734db gnuplot-py-1.6.ebuild 618 MD5 71c4638c9c88af75b58e5f5cb54fe008 metadata.xml 159 MD5 e78f98cfb3a978120690eb8cc84e5dda files/digest-gnuplot-py-1.6 65 diff --git a/dev-python/gnuplot-py/gnuplot-py-1.6.ebuild b/dev-python/gnuplot-py/gnuplot-py-1.6.ebuild index 59fbf347a9bf..3a35d3273902 100644 --- a/dev-python/gnuplot-py/gnuplot-py-1.6.ebuild +++ b/dev-python/gnuplot-py/gnuplot-py-1.6.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2003 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/gnuplot-py/gnuplot-py-1.6.ebuild,v 1.3 2003/06/22 12:15:59 liquidx Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/gnuplot-py/gnuplot-py-1.6.ebuild,v 1.4 2003/09/02 22:27:28 liquidx Exp $ inherit distutils @@ -14,7 +14,7 @@ KEYWORDS="~x86" SLOT="0" DEPEND="virtual/python media-gfx/gnuplot - dev-python/Numeric" + dev-python/numeric" src_install() { distutils_src_install diff --git a/dev-python/numeric/Manifest b/dev-python/numeric/Manifest index 189c337d4a89..b2042765b4cf 100644 --- a/dev-python/numeric/Manifest +++ b/dev-python/numeric/Manifest @@ -1,7 +1,8 @@ -MD5 c439a21c456a4bd7830e3dbbda5de872 ChangeLog 1343 -MD5 98ef718374a4c0a2f9655318a24c4379 numeric-22.0.ebuild 825 -MD5 c55753a734e80ec6a561607eb19b5788 numeric-23.0.ebuild 828 -MD5 c55753a734e80ec6a561607eb19b5788 numeric-23.1.ebuild 828 +MD5 c81b16890a48d672585153a1dfdf5653 ChangeLog 1555 +MD5 71c4638c9c88af75b58e5f5cb54fe008 metadata.xml 159 +MD5 7269221b1b32b7fd6d2b1cc7de01486c numeric-22.0.ebuild 828 +MD5 acb884870877f72a2d2d71e8db32913c numeric-23.0.ebuild 831 +MD5 2dd03f90c06969b8d8aea8b6e56318fc numeric-23.1.ebuild 831 MD5 543b62c79215183872d1f43ee1033c0b files/digest-numeric-22.0 64 MD5 1bbfd6024c1a372499b3774b2b91b5ab files/digest-numeric-23.0 64 MD5 a52c0be4669341bbf82129377ca75f2e files/digest-numeric-23.1 64 diff --git a/dev-python/numeric/files/digest-numeric-22.0 b/dev-python/numeric/files/digest-numeric-22.0 new file mode 100644 index 000000000000..12e3cad6bd11 --- /dev/null +++ b/dev-python/numeric/files/digest-numeric-22.0 @@ -0,0 +1 @@ +MD5 222b71d150efa9be52622a288547d9d7 Numeric-22.0.tar.gz 722237 diff --git a/dev-python/numeric/files/digest-numeric-23.0 b/dev-python/numeric/files/digest-numeric-23.0 new file mode 100644 index 000000000000..cc2aa609b30d --- /dev/null +++ b/dev-python/numeric/files/digest-numeric-23.0 @@ -0,0 +1 @@ +MD5 2f8c3c5d0703ce12f55f04f43d1a9ab3 Numeric-23.0.tar.gz 723250 diff --git a/dev-python/numeric/files/digest-numeric-23.1 b/dev-python/numeric/files/digest-numeric-23.1 new file mode 100644 index 000000000000..c2381e866e71 --- /dev/null +++ b/dev-python/numeric/files/digest-numeric-23.1 @@ -0,0 +1 @@ +MD5 5cd24ed20627f5cbc822a2bed8ff27e9 Numeric-23.1.tar.gz 724051 diff --git a/dev-python/numeric/metadata.xml b/dev-python/numeric/metadata.xml new file mode 100644 index 000000000000..de483c53568f --- /dev/null +++ b/dev-python/numeric/metadata.xml @@ -0,0 +1,5 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> +<herd>python</herd> +</pkgmetadata> diff --git a/dev-python/numeric/numeric-22.0.ebuild b/dev-python/numeric/numeric-22.0.ebuild new file mode 100644 index 000000000000..99d086873091 --- /dev/null +++ b/dev-python/numeric/numeric-22.0.ebuild @@ -0,0 +1,35 @@ +# Copyright 1999-2003 Gentoo Technologies, Inc. +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-python/numeric/numeric-22.0.ebuild,v 1.1 2003/09/02 22:24:02 liquidx Exp $ + +inherit distutils + +MY_P=${P/n/N} +S=${WORKDIR}/${MY_P} + +DESCRIPTION="Numerical Python adds a fast, compact, multidimensional array language facility to Python." +SRC_URI="mirror://sourceforge/numpy/${MY_P}.tar.gz" +HOMEPAGE="http://www.pfdubois.com/numpy/" + +IUSE="" +SLOT="0" +KEYWORDS="x86 ppc sparc alpha" +LICENSE="as-is" + +# 2.1 gave sandbox violations see #21 +DEPEND=">=dev-lang/python-2.2" + +src_install() { + + distutils_src_install + distutils_python_version + + #Numerical Tutorial is nice for testing and learning + insinto /usr/lib/python${PYVER}/site-packages/NumTut + doins Demo/NumTut/* + +} + + + + diff --git a/dev-python/numeric/numeric-23.0.ebuild b/dev-python/numeric/numeric-23.0.ebuild new file mode 100644 index 000000000000..1cbab64beac1 --- /dev/null +++ b/dev-python/numeric/numeric-23.0.ebuild @@ -0,0 +1,35 @@ +# Copyright 1999-2003 Gentoo Technologies, Inc. +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-python/numeric/numeric-23.0.ebuild,v 1.1 2003/09/02 22:24:02 liquidx Exp $ + +inherit distutils + +MY_P=${P/n/N} +S=${WORKDIR}/${MY_P} + +DESCRIPTION="Numerical Python adds a fast, compact, multidimensional array language facility to Python." +SRC_URI="mirror://sourceforge/numpy/${MY_P}.tar.gz" +HOMEPAGE="http://www.pfdubois.com/numpy/" + +IUSE="" +SLOT="0" +KEYWORDS="x86 ~ppc ~sparc ~alpha" +LICENSE="as-is" + +# 2.1 gave sandbox violations see #21 +DEPEND=">=dev-lang/python-2.2" + +src_install() { + + distutils_src_install + distutils_python_version + + #Numerical Tutorial is nice for testing and learning + insinto /usr/lib/python${PYVER}/site-packages/NumTut + doins Demo/NumTut/* + +} + + + + diff --git a/dev-python/numeric/numeric-23.1.ebuild b/dev-python/numeric/numeric-23.1.ebuild new file mode 100644 index 000000000000..3c7d63b0df9d --- /dev/null +++ b/dev-python/numeric/numeric-23.1.ebuild @@ -0,0 +1,35 @@ +# Copyright 1999-2003 Gentoo Technologies, Inc. +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-python/numeric/numeric-23.1.ebuild,v 1.1 2003/09/02 22:24:02 liquidx Exp $ + +inherit distutils + +MY_P=${P/n/N} +S=${WORKDIR}/${MY_P} + +DESCRIPTION="Numerical Python adds a fast, compact, multidimensional array language facility to Python." +SRC_URI="mirror://sourceforge/numpy/${MY_P}.tar.gz" +HOMEPAGE="http://www.pfdubois.com/numpy/" + +IUSE="" +SLOT="0" +KEYWORDS="x86 ~ppc ~sparc ~alpha" +LICENSE="as-is" + +# 2.1 gave sandbox violations see #21 +DEPEND=">=dev-lang/python-2.2" + +src_install() { + + distutils_src_install + distutils_python_version + + #Numerical Tutorial is nice for testing and learning + insinto /usr/lib/python${PYVER}/site-packages/NumTut + doins Demo/NumTut/* + +} + + + + diff --git a/dev-python/python-biggles/ChangeLog b/dev-python/python-biggles/ChangeLog index 1bf1e33199ca..dea69ed834e9 100644 --- a/dev-python/python-biggles/ChangeLog +++ b/dev-python/python-biggles/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-python/python-biggles # Copyright 2000-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/python-biggles/ChangeLog,v 1.1 2003/04/20 02:32:19 blauwers Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/python-biggles/ChangeLog,v 1.2 2003/09/02 22:32:41 liquidx Exp $ + + 02 Sep 2003; Alastair Tse <liquidx@gentoo.org> python-biggles-1.6.3.ebuild: + moved dev-python/Numeric to dev-python/numeric *python-biggles-1.6.3 (20 Apr 2003) diff --git a/dev-python/python-biggles/Manifest b/dev-python/python-biggles/Manifest index 62a6d6d5d03b..86540176b3e8 100644 --- a/dev-python/python-biggles/Manifest +++ b/dev-python/python-biggles/Manifest @@ -1,4 +1,4 @@ -MD5 b0b88b10acbbbe211ce7065db44d901b files/digest-python-biggles-1.6.3 72 -MD5 1d49e779e148ae8ff1edc755431e5d3d ChangeLog 354 -MD5 a5f01545ec83a43880ac1d2fcf7323fa python-biggles-1.6.3.ebuild 564 +MD5 0a2537bf04a101bf733267dcd761cdd2 ChangeLog 481 MD5 71c4638c9c88af75b58e5f5cb54fe008 metadata.xml 159 +MD5 0c5267183489f13defee6e9bba4c5171 python-biggles-1.6.3.ebuild 580 +MD5 b0b88b10acbbbe211ce7065db44d901b files/digest-python-biggles-1.6.3 72 diff --git a/dev-python/python-biggles/python-biggles-1.6.3.ebuild b/dev-python/python-biggles/python-biggles-1.6.3.ebuild index f27a50f4a00d..f5a2c1af72e9 100644 --- a/dev-python/python-biggles/python-biggles-1.6.3.ebuild +++ b/dev-python/python-biggles/python-biggles-1.6.3.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2003 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/python-biggles/python-biggles-1.6.3.ebuild,v 1.5 2003/07/12 12:49:26 aliz Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/python-biggles/python-biggles-1.6.3.ebuild,v 1.6 2003/09/02 22:32:41 liquidx Exp $ inherit distutils @@ -9,7 +9,9 @@ SRC_URI="mirror://sourceforge/biggles/${P}.tar.gz" HOMEPAGE="http://biggles.sourceforge.net" DEPEND="~media-libs/plotutils-2.4.1 - dev-python/Numeric" + dev-python/numeric" + +IUSE="" SLOT="0" KEYWORDS="x86" LICENSE="GPL-2" |