[83906] trunk/dports/python

singingwolfboy at macports.org singingwolfboy at macports.org
Mon Sep 12 11:15:53 PDT 2011


Revision: 83906
          http://trac.macports.org/changeset/83906
Author:   singingwolfboy at macports.org
Date:     2011-09-12 11:15:52 -0700 (Mon, 12 Sep 2011)
Log Message:
-----------
New port: py-whoosh

Added Paths:
-----------
    trunk/dports/python/py-whoosh/
    trunk/dports/python/py-whoosh/Portfile

Added: trunk/dports/python/py-whoosh/Portfile
===================================================================
--- trunk/dports/python/py-whoosh/Portfile	                        (rev 0)
+++ trunk/dports/python/py-whoosh/Portfile	2011-09-12 18:15:52 UTC (rev 83906)
@@ -0,0 +1,24 @@
+# $Id: Portfile 79396 2011-06-12 22:00:31Z deric at macports.org $
+
+PortSystem          1.0
+PortGroup           python 1.0
+
+name                py-whoosh
+version             2.2.2
+python.versions     25 26 27
+platforms           darwin
+maintainers         singingwolfboy openmaintainer
+homepage            https://bitbucket.org/mchaput/whoosh/wiki/Home
+description         Fast pure-Python indexing and search library
+long_description    \
+    Whoosh is a fast, featureful full-text indexing and searching library \
+    implemented in pure Python. Programmers can use it to easily add search \
+    functionality to their applications and websites. Every part of how Whoosh \
+    works can be extended or replaced to meet your needs exactly.
+
+master_sites        https://bitbucket.org/mchaput/whoosh/get/
+distname            ${version}
+checksums           rmd160  e58a0579a3bfc57ba11d64b64698bac7015f5115 \
+                    sha256  507080d99292515427afeaef7c5819650c4c774fb1e2bf90ee8e354b22315153
+worksrcdir          mchaput-whoosh-${version}
+
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20110912/2d61bd86/attachment-0001.html>


More information about the macports-changes mailing list