public inbox for gentoo-dev@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-dev] ScientificPython ebuild
@ 2001-06-25  3:33 Tod M. Neidt
  0 siblings, 0 replies; only message in thread
From: Tod M. Neidt @ 2001-06-25  3:33 UTC (permalink / raw
  To: gentoo-dev@cvs.gentoo.org

[-- Attachment #1: Type: text/plain, Size: 64 bytes --]

Hi!

Attached is an ebuild for the ScientificPython module.

tod

[-- Attachment #2: ScientificPython-2.2.ebuild --]
[-- Type: text/plain, Size: 764 bytes --]

# Copyright 1999-2000 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License, v2 or later
# Author Tod M. Neidt <tneidt@fidnet.com>
# /home/cvsroot/gentoo-x86/dev-python/scientific--python/ScientificPython-2.2.ebuild,v 1.4 2001/06/04 21:57:52 achim Exp

A=${P}.tar.gz
S=${WORKDIR}/${P}
DESCRIPTION="scientific python module"
SRC_URI="http://starship.python.net/crew/hinsen/"${A}
HOMEPAGE="http://starship.python.net/crew/hinsen/scientific.html"

DEPEND="virtual/python
        >=dev-python/Numeric-19.0
        >=app-misc/netcdf-3.0
	"

src_compile() {
  cd ${S}
  try python setup.py build    
}

src_install() {
  cd ${S}
  try python setup.py install --prefix=${D}/usr 
  dodoc MANIFEST.in
  dodoc COPYRIGHT
  dodoc README*
}

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2001-06-25  9:32 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2001-06-25  3:33 [gentoo-dev] ScientificPython ebuild Tod M. Neidt

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox