# -*- 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-acefile
version             0.6.13
revision            0

categories-append   archivers
maintainers         nomaintainer
license             BSD

description         python ACE archive extractor
long_description    acefile is a python library and utility that can \
                    read/test/extract ACE 1.0 and 2.0 archives.

homepage            https://pypi.python.org/pypi/acefile/

checksums           md5 af67d20d15262ed28d5ffc864c26b02e \
                    rmd160 05310e63d218e518fb83f88c19e950228da49132 \
                    sha256 42274f3d412728682fc1b2c8448b464ae315282f5023b5a765cd61218c1c9039

python.versions     313

if {$subport ne $name} {
    post-destroot {
        set docdir ${prefix}/share/doc/${subport}
        xinstall -m 755 -d ${destroot}${docdir}
        xinstall -m 644 -W ${worksrcpath} README.md NEWS.md \
           ${destroot}${docdir}
    }
}
