# -*- 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.10.0
platforms           {darwin any}
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  71cddd34f73ec9f91421b5bf9dee2b5ed9705e79 \
                    sha256  bdabb6d336998cbb378d4b9db3a4b56a1e3235701dc05ea2690d9a997ed5041c \
                    size    52289

python.versions     36 37 38 39 310 311 312 313 314

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

    livecheck.type  none
}
