[150235] trunk/dports/python/py-construct/Portfile

petr at macports.org petr at macports.org
Wed Jul 13 04:18:01 PDT 2016


Revision: 150235
          https://trac.macports.org/changeset/150235
Author:   petr at macports.org
Date:     2016-07-13 04:18:01 -0700 (Wed, 13 Jul 2016)
Log Message:
-----------
py-construct: fix livecheck

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

Modified: trunk/dports/python/py-construct/Portfile
===================================================================
--- trunk/dports/python/py-construct/Portfile	2016-07-13 11:03:41 UTC (rev 150234)
+++ trunk/dports/python/py-construct/Portfile	2016-07-13 11:18:01 UTC (rev 150235)
@@ -18,10 +18,11 @@
 
 description         python module for parsing and building binary or textual data structures
 
-long_description    Construct is a python library for parsing and building of data structures \
-                    (binary or textual). It is based on the concept of defining data \
-                    structures in a declarative manner, rather than procedural code: more \
-                    complex constructs are composed of a hierarchy of simpler ones.
+long_description    \
+    Construct is a python library for parsing and building of data structures \
+    (binary or textual). It is based on the concept of defining data \
+    structures in a declarative manner, rather than procedural code: more \
+    complex constructs are composed of a hierarchy of simpler ones.
 
 homepage            http://construct.wikispaces.com/
 master_sites        pypi:c/construct/
@@ -37,8 +38,4 @@
     depends_lib-append  port:py${python.version}-six
 
     livecheck.type      none
-} else {
-    livecheck.type      regex
-    livecheck.url       ${master_sites}
-    livecheck.regex     {construct-(\d+(?:\.\d+)*)\.[tz]}
 }
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20160713/e56f362b/attachment.html>


More information about the macports-changes mailing list