You've already forked macports-ports
mirror of
https://github.com/macports/macports-ports.git
synced 2026-07-12 18:20:25 -07:00
32 lines
1.1 KiB
Tcl
32 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-pre-commit
|
|
python.rootname pre_commit
|
|
version 4.5.1
|
|
revision 0
|
|
|
|
license MIT
|
|
maintainers {mps @Schamschula} openmaintainer
|
|
description A framework for managing and maintaining multi-language pre-commit \
|
|
hooks
|
|
long_description {*}${description}
|
|
homepage https://github.com/pre-commit/pre-commit
|
|
|
|
checksums rmd160 ef168cdc700eb4218b1d90c4b3a3c96fac76c1c5 \
|
|
sha256 eb545fcff725875197837263e977ea257a402056661f09dae08e4b149b030a61 \
|
|
size 198232
|
|
|
|
python.versions 310 311 312 313 314
|
|
|
|
if {${name} ne ${subport}} {
|
|
depends_lib-append \
|
|
port:py${python.version}-cfgv \
|
|
port:py${python.version}-identify \
|
|
port:py${python.version}-nodeenv \
|
|
port:py${python.version}-virtualenv \
|
|
port:py${python.version}-yaml
|
|
}
|