From 186486ee44e7278d3d41b301db8e3e340281b981 Mon Sep 17 00:00:00 2001 From: Scott McCreary Date: Thu, 8 Jul 2010 05:32:49 +0000 Subject: [PATCH] Initial .bep file for numpy, it's not yet working so marked as broken. Also added LOCALBASE to pygame's .bep file but it's still not locating libpng. --- dev-python/numpy/numpy-1.4.1.bep | 21 +++++++++++++++++++++ dev-python/pygame/pygame-1.9.1.bep | 1 + 2 files changed, 22 insertions(+) create mode 100644 dev-python/numpy/numpy-1.4.1.bep diff --git a/dev-python/numpy/numpy-1.4.1.bep b/dev-python/numpy/numpy-1.4.1.bep new file mode 100644 index 000000000..0a4917f13 --- /dev/null +++ b/dev-python/numpy/numpy-1.4.1.bep @@ -0,0 +1,21 @@ +DESCRIPTION="NumPy is the fundamental package needed for scientific computing with Python." +HOMEPAGE="http://numpy.scipy.org/" +SRC_URI="http://sourceforge.net/projects/numpy/files/NumPy/1.4.1/numpy-1.4.1.tar.gz/download?" +CHECKSUM_MD5="5c7b5349dc3161763f7f366ceb96516b" +REVISION="1" +STATUS_HAIKU="broken" +DEPEND="dev-lang/python >= 2.6.5" +BUILD { + cd numpy-1.4.1 + python setup.py config + python setup.py build +} + +INSTALL { + cd numpy-1.4.1 + python setup.py install +} + +LICENSE="BSD (3-clause)" +COPYRIGHT="2005 NumPy Developers" + diff --git a/dev-python/pygame/pygame-1.9.1.bep b/dev-python/pygame/pygame-1.9.1.bep index ac3d8c99c..aea74484d 100644 --- a/dev-python/pygame/pygame-1.9.1.bep +++ b/dev-python/pygame/pygame-1.9.1.bep @@ -11,6 +11,7 @@ DEPEND="dev-lang/python >= 2.6.4 BUILD { cd pygame-1.9.1release + LOCALBASE=/boot/common/ python setup.py install }