[150110] trunk/dports/python/py-hpack/Portfile

petr at macports.org petr at macports.org
Tue Jul 12 13:53:34 PDT 2016


Revision: 150110
          https://trac.macports.org/changeset/150110
Author:   petr at macports.org
Date:     2016-07-12 13:53:34 -0700 (Tue, 12 Jul 2016)
Log Message:
-----------
py-hpack: update to version @2.2.0, related to #51562.

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

Modified: trunk/dports/python/py-hpack/Portfile
===================================================================
--- trunk/dports/python/py-hpack/Portfile	2016-07-12 20:42:42 UTC (rev 150109)
+++ trunk/dports/python/py-hpack/Portfile	2016-07-12 20:53:34 UTC (rev 150110)
@@ -8,7 +8,7 @@
 set _n              [string index ${_name} 0]
 
 name                py-${_name}
-version             2.1.0
+version             2.2.0
 categories-append   net
 platforms           darwin
 supported_archs     noarch
@@ -21,20 +21,22 @@
     This module contains a pure-Python HTTP/2 header encoding (HPACK) \
     logic for use in Python programs that implement HTTP/2. It also \
     contains a compatibility layer that automatically enables the use \
-    of nghttp2 if it’s available.
+    of nghttp2 if it is available.
 
 homepage            https://pypi.python.org/pypi/${_name}/${version}
 
 distname            ${_name}-${version}
 master_sites        pypi:${_n}/${_name}/
 
-checksums           md5     32a8d63b2c5b80776a5f7c3ba67c710f \
-                    rmd160  01674159d5adfdd9e294c50def4e5a7803d1f404 \
-                    sha256  535e0628e7b44f6eb76d2acf908b6537c6819f6aad400bcaebb8bde161de7cd9
+checksums           md5     b9df089cf5a47298a9166e89f06cc30c \
+                    rmd160  19c7a4f0e6302976b5facaa04ba4a1d6512eff0a \
+                    sha256  f2917b3f003c7c76c1aa17e89c1fc27a80d2175d6283131890253609f5f370ef
 
 python.versions     27 34 35
 
 if {${name} ne ${subport}} {
+    depends_build-append    port:py${python.version}-setuptools
+
     livecheck.type  none
 } else {
     livecheck.type  regex
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20160712/bde64f52/attachment.html>


More information about the macports-changes mailing list