Revision: 149489 https://trac.macports.org/changeset/149489 Author: sean@macports.org Date: 2016-06-22 15:57:16 -0700 (Wed, 22 Jun 2016) Log Message: ----------- py-lz4: update to 0.8.2 Modified Paths: -------------- trunk/dports/python/py-lz4/Portfile Modified: trunk/dports/python/py-lz4/Portfile =================================================================== --- trunk/dports/python/py-lz4/Portfile 2016-06-22 22:57:13 UTC (rev 149488) +++ trunk/dports/python/py-lz4/Portfile 2016-06-22 22:57:16 UTC (rev 149489) @@ -5,7 +5,7 @@ PortGroup python 1.0 name py-lz4 -version 0.7.0 +version 0.8.2 license BSD maintainers sean openmaintainer description LZ4 bindings for python @@ -16,10 +16,10 @@ master_sites pypi:l/lz4/ distname lz4-${version} -checksums rmd160 831f40f2e4681332ec2a98d169b04c2a943bfd03 \ - sha256 cd225744298568fd217577fc14a326a24835412374dadb5060db48f1af43eb48 +checksums rmd160 77fde62ba95eb293912a389d7af85b92e9f98898 \ + sha256 6bf49061d73d69c453e892ace4586b99ccffc7de558f921d18b9418235692ac7 -python.versions 26 27 +python.versions 26 27 34 35 if {${name} ne ${subport}} { depends_build-append port:py${python.version}-setuptools