# -*- 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-requirements-parser
version             0.2.0
revision            0
checksums           rmd160  1ec2e9e0b882c19f343c516a07dd29f03d5716b3 \
                    sha256  5963ee895c2d05ae9f58d3fc641082fb38021618979d6a152b6b1398bd7d4ed4 \
                    size    6269

platforms           {darwin any}
supported_archs     noarch
license             BSD
maintainers         nomaintainer

description         Parses Pip requirement files
long_description    {*}${description}

homepage            https://github.com/davidfischer/requirements-parser

python.versions     39

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
}
