You've already forked macports-ports
mirror of
https://github.com/macports/macports-ports.git
synced 2026-07-12 18:20:25 -07:00
29 lines
1.1 KiB
Tcl
29 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-pyct
|
|
version 0.5.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.
|
|
supported_archs noarch
|
|
platforms {darwin any}
|
|
homepage https://github.com/pyviz-dev/pyct
|
|
|
|
python.versions 39 310 311 312 313
|
|
|
|
checksums rmd160 a2cdd89ad528b2c0cd9b0fb10fc96dd095fccb42 \
|
|
sha256 dd9f4ac5cbd8e37c352c04036062d3c5f67efec76d404761ef16b0cbf26aa6a0 \
|
|
size 15837
|
|
|
|
if {${name} ne ${subport}} {
|
|
depends_lib-append \
|
|
port:py${python.version}-param
|
|
}
|