[59738] trunk/dports/python

stromnov at macports.org stromnov at macports.org
Wed Oct 21 05:00:34 PDT 2009


Revision: 59738
          http://trac.macports.org/changeset/59738
Author:   stromnov at macports.org
Date:     2009-10-21 05:00:30 -0700 (Wed, 21 Oct 2009)
Log Message:
-----------
New port python/py26-blist

Modified Paths:
--------------
    trunk/dports/python/py26-blist/Portfile

Added Paths:
-----------
    trunk/dports/python/py26-blist/

Modified: trunk/dports/python/py26-blist/Portfile
===================================================================
--- trunk/dports/python/py31-blist/Portfile	2009-10-21 07:53:53 UTC (rev 59737)
+++ trunk/dports/python/py26-blist/Portfile	2009-10-21 12:00:30 UTC (rev 59738)
@@ -1,28 +1,30 @@
+# -*- 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           python31 1.0
+PortGroup           python26 1.0
 
-name                py31-blist
-version             1.0.1
+name                py26-blist
+version             1.0.2
 categories          python 
 platforms           darwin
 
-maintainers         phw openmaintainer
+maintainers         stromnov openmaintainer
 description         a list-like type with better asymptotic performance and similar performance on small lists
 long_description    ${description}
 homepage            http://stutzbachenterprises.com/
 master_sites        http://pypi.python.org/packages/source/b/blist/
 distname            blist-${version}
 
-checksums           md5     ff160b71f23d6730b743e84869f5d6fa \
-                    sha1    f755fd752a8f89f438d44ba71ea2336b96d0081e \
-                    rmd160  332e4c73e34a1b1a9a15a47876f4bee9d89ef384
+checksums           md5     ef100f304891dc85f1159361f193f855 \
+                    sha1    f018e13adc9555cff19cec3ff2651619247b97e4 \
+                    rmd160  0f7bdc89d692a84b30861220bc68afe0d0bb6bd6
 
-
-build.args-append -f
-
 post-destroot {
-	xinstall -m 755 -d ${destroot}${prefix}/share/doc/${name}
-	xinstall -m 644 -W ${worksrcpath} README.txt LICENSE ${destroot}${prefix}/share/doc/${name}
+    xinstall -m 755 -d ${destroot}${prefix}/share/doc/${name}
+    xinstall -m 644 -W ${worksrcpath} README.rst LICENSE ${destroot}${prefix}/share/doc/${name}
 }
+
+livecheck.type      regex
+livecheck.url       ${master_sites}
+livecheck.regex     "blist-(\\d+(?:\\.\\d+)*)${extract.suffix}"
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20091021/00aa165a/attachment.html>


More information about the macports-changes mailing list