# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4 # $Id$ PortSystem 1.0 PortGroup github 1.0 PortGroup python 1.0 # keep this in sync with port brotli github.setup google brotli 0.5.2 v name py-brotli categories python archivers platforms darwin maintainers raimue \ openmaintainer license MIT description Python module for brotli compression format long_description \ Brotli is a generic-purpose lossless compression algorithm that is similar \ in speed with deflate but offers more dense compression. This port installs \ python modules, see also port brotli for the bro tool. checksums rmd160 e76dccbd6670499f800a7434cb1d66f7594d4f97 \ sha256 2f01a70c9b525400d236ab89f4af96bed444a40cf55c87a4787a53520679a543 python.versions 27 33 34 35