# -*- 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-semantic_version
version             2.8.5
platforms           darwin
license             Apache-2
maintainers         nomaintainer
supported_archs     noarch

description         A library implementing the 'SemVer' scheme.
long_description    This small python library provides a few tools \
                    to handle SemVer in Python. It follows strictly \
                    the 2.0.0 version of the SemVer scheme.

homepage            https://github.com/rbarrois/python-semanticversion

checksums           rmd160  78d943d6de791eef4ab8e933ea7bcc9d5269c9f6 \
                    sha256  d2cb2de0558762934679b9a104e82eca7af448c9f4974d1f3eeccff651df8a54 \
                    size    50009

python.versions     37 38 39

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

    livecheck.type  none
}
