[99251] trunk/dports/python

stromnov at macports.org stromnov at macports.org
Tue Oct 30 04:23:13 PDT 2012


Revision: 99251
          http://trac.macports.org//changeset/99251
Author:   stromnov at macports.org
Date:     2012-10-30 04:23:13 -0700 (Tue, 30 Oct 2012)
Log Message:
-----------
py-logbook: update to version 0.4, unify

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

Added Paths:
-----------
    trunk/dports/python/py-logbook/

Removed Paths:
-------------
    trunk/dports/python/py26-logbook/

Modified: trunk/dports/python/py-logbook/Portfile
===================================================================
--- trunk/dports/python/py26-logbook/Portfile	2012-10-30 10:50:20 UTC (rev 99248)
+++ trunk/dports/python/py-logbook/Portfile	2012-10-30 11:23:13 UTC (rev 99251)
@@ -2,11 +2,12 @@
 # $Id$
 
 PortSystem          1.0
-PortGroup           python26 1.0
+PortGroup           python 1.0
 
-name                py26-logbook
-version             0.3
-categories          python
+name                py-logbook
+version             0.4
+categories-append   devel
+license             BSD
 platforms           darwin
 
 maintainers         stromnov openmaintainer
@@ -16,14 +17,19 @@
 
 homepage            http://packages.python.org/Logbook/
 master_sites        http://pypi.python.org/packages/source/L/Logbook/
+
 distname            Logbook-${version}
 
-checksums           md5     f6db00f52bd4629b154c205252461719 \
-                    sha1    465aa343d30f321a780c77956144bd816213c3b9 \
-                    rmd160  6f39ddf86c6e393ee46230645d25f80f67459d9e
+checksums           rmd160  de94dc592f73cdc6e7272ffeb2677f3a7e152f5c \
+                    sha256  3f5942e841c3b77e1b0b00a4cca4197db76bd0fe0356851f30f0a58a9494ba66
 
-depends_lib-append  port:py26-distribute
+python.default_version  27
+python.versions     26 27 32
 
+if {$subport != $name} {
+    depends_lib-append  port:py${python.version}-distribute
+}
+
 livecheck.type      regex
 livecheck.url       ${master_sites}
 livecheck.regex     "Logbook-(\\d+(?:\\.\\d+)*)${extract.suffix}"
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20121030/05bb4be8/attachment-0001.html>


More information about the macports-changes mailing list