# -*- 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-uncompresspy
version             0.4.1
revision            0

license             BSD
maintainers         {mps @Schamschula} openmaintainer
description         uncompresspy is a pure Python package for uncompressing LZW files
long_description    {*}${description} (.Z), such as the ones created by Unix's shell \
                    tool compress.
homepage            https://github.com/kYwzor/uncompresspy

checksums           rmd160  7449137de7e7c5338771d4479b93d8190a41ba19 \
                    sha256  e79ead66eaed8d42364d807c0ba3f3a8aef0e0087a9beaf1a60f23a808a6c147 \
                    size    10826

python.versions     310 311 312 313 314
