-
Notifications
You must be signed in to change notification settings - Fork 30
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
The SciMath project includes packages to support scientific and
mathematical calculations, beyond the capabilities offered by SciPy. * enthought.interpolate * enthought.mathematics * enthought.units WWW: http://pypi.python.org/pypi/SciMath/ PR: ports/154351 Submitted by: Wen Heping (myself)
- TN-13.3-U1.1
- TN-13.3-U1
- TN-13.3-RELEASE
- TN-13.3-BETA2
- TN-13.3-BETA1
- TN-13.0-U6.7
- TN-13.0-U6.6
- TN-13.0-U6.5
- TN-13.0-U6.4
- TN-13.0-U6.4-HF01
- TN-13.0-U6.3
- TN-13.0-U6.2
- TN-13.0-U6.1
- TN-13.0-U6
- TN-13.0-U5.3
- TN-13.0-U5.2
- TN-13.0-U5.1
- TN-13.0-U5
- TN-13.0-U4
- TN-13.0-U3.1
- TN-13.0-U3
- TN-13.0-U2
- TN-13.0-U1.1
- TN-13.0-U1
- TN-13.0-RELEASE
- TN-13.0-RC1
- TN-13.0-BETA1
Showing
5 changed files
with
317 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,26 @@ | ||
# New ports collection makefile for: py-scimath | ||
# Date created: Jan 26, 2011 | ||
# Whom: Wen Heping <wenheping@gmail.com> | ||
# | ||
# $FreeBSD$ | ||
# | ||
|
||
PORTNAME= scimath | ||
PORTVERSION= 3.0.7 | ||
CATEGORIES= science math python | ||
MASTER_SITES= http://www.enthought.com/repo/ETS/ | ||
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} | ||
DISTNAME= SciMath-${PORTVERSION} | ||
|
||
MAINTAINER= wen@FreeBSD.org | ||
COMMENT= Scientific and Mathematical calculations | ||
|
||
BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}traits>=3.6.0:${PORTSDIR}/devel/py-traits | ||
RUN_DEPENDS= ${BUILD_DEPENDS} | ||
|
||
USE_PYTHON= yes | ||
PYEASYINSTALL_ARCHDEP= yes | ||
USE_PYDISTUTILS= easy_install | ||
PYDISTUTILS_PKGNAME= SciMath | ||
|
||
.include <bsd.port.mk> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
SHA256 (SciMath-3.0.7.tar.gz) = c659a7baa579b40292f36334b8bd12e83375906f1c73542569a0df1f4c1e7d49 | ||
SIZE (SciMath-3.0.7.tar.gz) = 110976 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
The SciMath project includes packages to support scientific and | ||
mathematical calculations, beyond the capabilities offered by SciPy. | ||
* enthought.interpolate | ||
* enthought.mathematics | ||
* enthought.units | ||
|
||
WWW: http://pypi.python.org/pypi/SciMath/ |
Oops, something went wrong.