Import py-probstat-0.912

probstat is a probability and statistics utilities module for Python.

It currently has objects that implement:

 * Permutations
 * Combinations
 * Cartesian product
 * Priority Queue

ok sturm@.
This commit is contained in:
xsa 2004-02-08 16:39:39 +00:00
parent e168505694
commit e30d79085e
4 changed files with 51 additions and 0 deletions

34
math/py-probstat/Makefile Normal file
View File

@ -0,0 +1,34 @@
# $OpenBSD: Makefile,v 1.1.1.1 2004/02/08 16:39:39 xsa Exp $
NOT_FOR_ARCHS= ${NO_SHARED_ARCHS}
COMMENT= "probability and statistics utilities for Python"
DISTNAME= probstat_0.912
PKGNAME= py-${DISTNAME:S/_/-/}
CATEGORIES= math
HOMEPAGE= http://probstat.sourceforge.net/
MAINTAINER= Xavier Santolaria <xsa@openbsd.org>
# GPL
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=probstat/}
EXTRACT_SUFX= .tgz
MODULES= python
NO_REGRESS= Yes
EXAMPLESDIR= ${PREFIX}/share/examples/py-probstat
post-install:
${INSTALL_DATA_DIR} ${EXAMPLESDIR}
${INSTALL_DATA} ${WRKSRC}/test/*.py ${EXAMPLESDIR}
.include <bsd.port.mk>

View File

@ -0,0 +1,3 @@
MD5 (probstat_0.912.tgz) = 7377fbd7a1c6a968dc1e7258acbac6d6
RMD160 (probstat_0.912.tgz) = a38af692bce0de316d35c658a6642bb53f128757
SHA1 (probstat_0.912.tgz) = e110644a8aada111a8d01f6e4aaa4d3df7d8fc7b

View File

@ -0,0 +1,8 @@
probstat is a probability and statistics utilities module for Python.
It currently has objects that implement:
* Permutations
* Combinations
* Cartesian product
* Priority Queue

View File

@ -0,0 +1,6 @@
@comment $OpenBSD: PLIST,v 1.1.1.1 2004/02/08 16:39:39 xsa Exp $
lib/python${MODPY_VERSION}/site-packages/probstat.so
share/examples/py-probstat/cartesian.py
share/examples/py-probstat/combo.py
share/examples/py-probstat/permute.py
@dirrm share/examples/py-probstat