# -*- 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

PortSystem          1.0
PortGroup           python 1.0

name                py-bz2file
version             0.98
revision            0
categories-append   devel
platforms           darwin
license             Apache-2
supported_archs     noarch

python.versions     27 34 35 36 37

maintainers         {stromnov @stromnov} openmaintainer

description         Python library for reading and writing bzip2-compressed files.
long_description    ${description}

homepage            https://github.com/nvawda/bz2file

master_sites        pypi:[string index ${python.rootname} 0]/${python.rootname}

distname            ${python.rootname}-${version}

checksums           rmd160  5fa4788ca3ebc2f3fbed7e37bc8e8ce13d11ccdf \
                    sha256  64c1f811e31556ba9931953c8ec7b397488726c63e09a4c67004f43bdd28da88

if {${name} ne ${subport}} {
    livecheck.type      none
}