# -*- 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-setuptools-git-versioning version 2.0.0 revision 0 license MIT platforms {darwin any} supported_archs noarch maintainers {mps @Schamschula} openmaintainer description Use git repo data (latest tag, current commit hash, etc) for \ building a version number according PEP 440. long_description {*}${description} homepage https://github.com/dolfinus/setuptools-git-versioning checksums rmd160 5270b1fd0b4515586fc0ff3911f667d7e52491ae \ sha256 85b5fbe7bda8e9c24bbd9e587a9d4b91129417f4dd3e11e3c0d5f3f835fc4d4d \ size 10608 python.versions 38 39 310 311 312 if {${name} ne ${subport}} { depends_lib-append \ port:py${python.version}-packaging \ port:py${python.version}-toml }