mirror of
https://github.com/macports/macports-ports.git
synced 2026-07-12 18:20:25 -07:00
36 lines
1.2 KiB
Tcl
36 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-griffelib
|
|
version 2.1.0
|
|
revision 0
|
|
|
|
categories-append devel
|
|
platforms {darwin any}
|
|
supported_archs noarch
|
|
license ISC
|
|
maintainers {reneeotten @reneeotten} openmaintainer
|
|
|
|
description Signatures for entire Python programs. Extract the \
|
|
structure, the frame, the skeleton of your project, to \
|
|
generate API documentation or find breaking changes in your \
|
|
API.
|
|
long_description {*}${description}
|
|
|
|
homepage https://pypi.org/project/griffelib/
|
|
|
|
checksums rmd160 04a3e59f2b7dee5d82c34eb389a9d819afb54a4e \
|
|
sha256 762a186d2c6fd6794d4ea20d428d597ffb857cb56b66421651cbba15bdd5e813 \
|
|
size 216234
|
|
|
|
python.versions 313 314
|
|
python.pep517_backend hatch
|
|
|
|
if {${name} ne ${subport}} {
|
|
depends_build-append \
|
|
port:py${python.version}-uv-dynamic-versioning \
|
|
port:py${python.version}-pdm-backend
|
|
}
|