[91412] trunk/dports/python/py-demjson/Portfile

dports at macports.org dports at macports.org
Sat Mar 31 21:09:21 PDT 2012


Revision: 91412
          https://trac.macports.org/changeset/91412
Author:   dports at macports.org
Date:     2012-03-31 21:09:21 -0700 (Sat, 31 Mar 2012)
Log Message:
-----------
py-demjson: update to v1.6
 * add license
 * py-distribute is a build dependency, not lib
 * fix livecheck

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

Modified: trunk/dports/python/py-demjson/Portfile
===================================================================
--- trunk/dports/python/py-demjson/Portfile	2012-04-01 04:04:41 UTC (rev 91411)
+++ trunk/dports/python/py-demjson/Portfile	2012-04-01 04:09:21 UTC (rev 91412)
@@ -5,8 +5,9 @@
 PortGroup         python 1.0
 
 name              py-demjson
-version           1.4
+version           1.6
 categories        python
+license           LGPL-3+
 platforms         darwin
 maintainers       nomaintainer
 
@@ -32,14 +33,13 @@
 master_sites      http://pypi.python.org/packages/source/d/demjson/
 distname          demjson-${version}
 
-checksums         md5     6f6c88bfe2443390230109c709243fcd \
-                  sha1    046946f7c98006e890b6a6896421107e6b537077 \
-                  rmd160  b2935d932cb6c344de3684353f0b7090e673439c
+checksums         rmd160  42dc86629d1be2ace32d562680786c678c09c1bd \
+                  sha256  1d989c310e33569ecc178b8182e53bde8f748bf5ea10cfbc0e331f8c313f6e29
 
 if {$subport != $name} {
-    depends_lib-append port:py${python.version}-distribute
+    depends_build-append port:py${python.version}-distribute
 }
 
 livecheck.type    regex
 livecheck.url     http://pypi.python.org/pypi/demjson/
-livecheck.regex   {demjson (\d+(?:\.\d+)*)}
+livecheck.regex   "demjson-(\\d+(?:\\.\\d+)*)${extract.suffix}"
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20120331/452b1984/attachment-0001.html>


More information about the macports-changes mailing list