You've already forked macports-ports
mirror of
https://github.com/macports/macports-ports.git
synced 2026-07-12 18:20:25 -07:00
34 lines
1.1 KiB
Tcl
34 lines
1.1 KiB
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-flit_scm
|
|
version 1.7.0
|
|
revision 0
|
|
|
|
categories-append devel
|
|
supported_archs noarch
|
|
platforms {darwin any}
|
|
license MIT
|
|
maintainers nomaintainer
|
|
|
|
description A PEP 518 build backend that uses setuptools_scm to \
|
|
generate a version file from your version control system, \
|
|
then flit to build the package.
|
|
long_description {*}${description}
|
|
|
|
homepage https://pypi.org/project/flit-scm
|
|
|
|
checksums rmd160 611240054ec3a5210824febb66237be762104458 \
|
|
sha256 961bd6fb24f31bba75333c234145fff88e6de0a90fc0f7e5e7c79deca69f6bb2 \
|
|
size 2405
|
|
|
|
python.versions 310 311 312 313
|
|
|
|
if {${name} ne ${subport}} {
|
|
depends_lib-append \
|
|
port:py${python.version}-flit_core \
|
|
port:py${python.version}-setuptools_scm
|
|
}
|