# -*- 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-read-version
version             0.3.2
revision            0

categories-append   devel
platforms           {darwin any}
supported_archs     noarch
license             MIT
maintainers         {pguyot @pguyot} openmaintainer

description         Automatically read the version from a Python module

long_description    {*}${description}

homepage            https://github.com/flying-sheep/read_version

distname            read_version-${version}

checksums           rmd160  64aa02a9c87fdaebf0d42d073c63e13a44b5b2c6 \
                    sha256  3f2d30852bce9174b244f7f29aaebf4e79904c6ed51a19716325015ff306ce3f \
                    size    17377

python.versions     313 314
