You've already forked macports-ports
mirror of
https://github.com/macports/macports-ports.git
synced 2026-07-12 18:20:25 -07:00
2c52ef776a
Signed-off-by: Paul Guyot <pguyot@kallisys.net>
29 lines
889 B
Tcl
29 lines
889 B
Tcl
# -*- 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
|