You've already forked macports-ports
mirror of
https://github.com/macports/macports-ports.git
synced 2026-03-31 14:42:53 -07:00
37 lines
1.2 KiB
Tcl
37 lines
1.2 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-pyct
|
|
version 0.6.0
|
|
revision 0
|
|
|
|
license BSD
|
|
maintainers {mps @Schamschula} openmaintainer
|
|
description A python utility package.
|
|
long_description {*}${description} pyct.cmd: Makes various commands available to other \
|
|
packages. pyct.build: Provides various commands to help package \
|
|
building, primarily as a convenience for project maintainers.
|
|
homepage https://github.com/pyviz-dev/pyct
|
|
|
|
supported_archs noarch
|
|
platforms {darwin any}
|
|
|
|
python.versions 310 311 312 313 314
|
|
|
|
checksums rmd160 70d7ac36d7630cb303787bdb6136805c3913e207 \
|
|
sha256 d4e513b2cf35b6165605ae5fce5f2a49985bc67473c579de85134b8c71d374a8 \
|
|
size 14586
|
|
|
|
python.pep517_backend \
|
|
hatch
|
|
|
|
if {${name} ne ${subport}} {
|
|
depends_build-append \
|
|
port:py${python.version}-hatch-vcs
|
|
|
|
depends_lib-append \
|
|
port:py${python.version}-param
|
|
}
|