[89114] trunk/dports/python/py-whoosh/Portfile

singingwolfboy at macports.org singingwolfboy at macports.org
Thu Jan 19 11:21:47 PST 2012


Revision: 89114
          http://trac.macports.org/changeset/89114
Author:   singingwolfboy at macports.org
Date:     2012-01-19 11:21:47 -0800 (Thu, 19 Jan 2012)
Log Message:
-----------
py-whoosh: update to 2.3.2, pull from PyPI instead of bitbucket

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

Modified: trunk/dports/python/py-whoosh/Portfile
===================================================================
--- trunk/dports/python/py-whoosh/Portfile	2012-01-19 18:49:58 UTC (rev 89113)
+++ trunk/dports/python/py-whoosh/Portfile	2012-01-19 19:21:47 UTC (rev 89114)
@@ -4,7 +4,8 @@
 PortGroup           python 1.0
 
 name                py-whoosh
-version             2.2.2
+set real_name       Whoosh
+version             2.3.2
 python.versions     25 26 27
 python.default_version 27
 platforms           darwin
@@ -17,11 +18,10 @@
     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}
+master_sites        http://pypi.python.org/packages/source/W/${real_name}
+distname            ${real_name}-${version}
+checksums           rmd160  cb74761d583e72ba3eb9235d74fe895097369982 \
+                    sha256  15d451a6045bffed6dfc141a72647ec350e08d218ac0f550b0120af81e5152c7
 
 if {$subport != $name} {
     depends_lib-append  port:py${python.version}-distribute
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20120119/7f97c4a0/attachment-0001.html>


More information about the macports-changes mailing list