# -*- 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-pastedeploy
version             3.1.0
revision            0
categories-append   www
platforms           {darwin any}
maintainers         nomaintainer
license             MIT
supported_archs     noarch

description         Paste Deployment is a system for finding and \
                    configuring WSGI applications and servers.
long_description    {*}${description}

homepage            https://docs.pylonsproject.org/projects/pastedeploy/en/latest/
python.rootname     PasteDeploy

python.versions     38 39 310 311 312

checksums           rmd160  4aceab52eb9f1c34b18728089dd9b5e6e68c8074 \
                    sha256  9ddbaf152f8095438a9fe81f82c78a6714b92ae8e066bed418b6a7ff6a095a95 \
                    size    37841

if {${name} ne ${subport}} {
    depends_build-append \
                    port:py${python.version}-setuptools

    depends_test-append \
                    port:py${python.version}-nose

    test.run        yes

    livecheck.type  none
}