# -*- 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
PortGroup           deprecated 1.0

name                py-poly
version             0.1.1
revision            0
categories-append   devel net
license             GPL-2
platforms           {darwin any}
supported_archs     noarch
maintainers         nomaintainer
description         framework for rapidly developing distributed applications
long_description    Poly provides a framework for rapidly developing \
                    distributed applications where the number of work \
                    units to be performed is known  in advance. It causes \
                    many of the hassles of distributed computing to  be \
                    handled automatically.

homepage            https://pypi.org/project/Poly/
master_sites        pypi:[string index ${python.rootname} 0]/${python.rootname}
distname            Poly-${version}
checksums           rmd160  e69315fad0d91c404df727bdd4ca2cfac3be2eb6 \
                    sha256  3597e207d6db6f7fc525b8cbadefb65bc9cf01f7e710ff83de8b0ab320715994 \
                    size    26707

deprecated.upstream_support no

python.versions     27

if {${name} ne ${subport}} {
    depends_build-append \
                    port:py${python.version}-setuptools
    post-destroot {
        xinstall -m 0644 -W ${worksrcpath} COPYING INSTALL README \
            ${destroot}${prefix}/share/doc/${subport}
    }

    livecheck.type  none
}
