[138975] trunk/dports/python
adfernandes at macports.org
adfernandes at macports.org
Sat Jul 25 14:34:30 PDT 2015
Revision: 138975
https://trac.macports.org/changeset/138975
Author: adfernandes at macports.org
Date: 2015-07-25 14:34:30 -0700 (Sat, 25 Jul 2015)
Log Message:
-----------
new port: py-pacal - PaCAL - ProbAbilistic CALculator
Added Paths:
-----------
trunk/dports/python/py-pacal/
trunk/dports/python/py-pacal/Portfile
Added: trunk/dports/python/py-pacal/Portfile
===================================================================
--- trunk/dports/python/py-pacal/Portfile (rev 0)
+++ trunk/dports/python/py-pacal/Portfile 2015-07-25 21:34:30 UTC (rev 138975)
@@ -0,0 +1,39 @@
+# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4
+# $Id$
+
+PortSystem 1.0
+PortGroup python 1.0
+
+name py-pacal
+version 1.5.1
+categories python
+platforms darwin
+license BSD
+maintainers adfernandes openmaintainer
+description PaCAL - ProbAbilistic CALculator
+long_description What is PaCAL? PaCAL is a Python package which allows you to perform \
+ arithmetic on random variables just like you do with ordinary program \
+ variables. The variables can follow practically any distribution.
+homepage http://pacal.sourceforge.net/index.html
+master_sites https://pypi.python.org/packages/source/P/PaCal/
+distname PaCal-${version}
+
+checksums rmd160 96e018864f431a8558eb75a018dbe9c10ff0178e \
+ sha256 ece7cf61448355dcb50d5566dc22fd3eb8819579e26db83abe6277bf735730f0
+
+depends_lib port:py${python.version}-numpy \
+ port:py${python.version}-matplotlib \
+ port:py${python.version}-sympy \
+ port:py${python.version}-scipy \
+ port:py${python.version}-cython
+
+# python3 is not supported
+python.versions 27
+
+if {${name} eq ${subport}} {
+ livecheck.type regex
+ livecheck.url ${homepage}
+ livecheck.regex {(?i)pacal\s+(\d+(?:\.\d+)*)\s+released}
+} else {
+ livecheck.type none
+}
Property changes on: trunk/dports/python/py-pacal/Portfile
___________________________________________________________________
Added: svn:keywords
+ Id
Added: svn:eol-style
+ native
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20150725/397b3c02/attachment.html>
More information about the macports-changes
mailing list