[109429] trunk/dports/python
stromnov at macports.org
stromnov at macports.org
Thu Aug 15 06:33:00 PDT 2013
Revision: 109429
https://trac.macports.org/changeset/109429
Author: stromnov at macports.org
Date: 2013-08-15 06:33:00 -0700 (Thu, 15 Aug 2013)
Log Message:
-----------
py-patsy: new port
Added Paths:
-----------
trunk/dports/python/py-patsy/
trunk/dports/python/py-patsy/Portfile
Added: trunk/dports/python/py-patsy/Portfile
===================================================================
--- trunk/dports/python/py-patsy/Portfile (rev 0)
+++ trunk/dports/python/py-patsy/Portfile 2013-08-15 13:33:00 UTC (rev 109429)
@@ -0,0 +1,43 @@
+# -*- 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-patsy
+version 0.2.0
+revision 0
+categories-append math
+platforms darwin
+license BSD
+
+python.versions 26 27 32 33
+
+maintainers stromnov openmaintainer
+
+description Python package for describing statistical models.
+
+long_description A Python package for describing statistical models \
+ and for building design matrices. It is closely inspired \
+ by and compatible with the 'formula' mini-language used \
+ in R and S.
+
+homepage https://github.com/pydata/patsy
+master_sites https://pypi.python.org/packages/source/p/patsy/
+
+distname patsy-${version}
+
+checksums rmd160 1eaceec974f53eff88eb3348a299b29c5dd04d95 \
+ sha256 1d399e504dc7c9e5f35460698dd4ebf098aa215e861ea4f5ded29e98e73740c3
+
+if {$subport != $name} {
+ depends_build-append \
+ port:py${python.version}-setuptools
+ depends_lib-append port:py${python.version}-numpy
+
+ livecheck.type none
+} else {
+ livecheck.type regex
+ livecheck.url ${master_sites}
+ livecheck.regex "patsy-(\\d+(?:\\.\\d+)*)\.\[tz\]"
+}
Property changes on: trunk/dports/python/py-patsy/Portfile
___________________________________________________________________
Added: svn:keywords
+ Id
Added: svn:eol-style
+ native
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20130815/18d7ef71/attachment.html>
More information about the macports-changes
mailing list