You've already forked macports-ports
mirror of
https://github.com/macports/macports-ports.git
synced 2026-03-31 14:42:53 -07:00
32 lines
971 B
Tcl
32 lines
971 B
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-annotated-doc
|
|
version 0.0.4
|
|
revision 0
|
|
|
|
categories-append devel
|
|
license MIT
|
|
maintainers nomaintainer
|
|
supported_archs noarch
|
|
platforms {darwin any}
|
|
|
|
description Provides document parameters, class attributes, return types, \
|
|
and variables inline, with Annotated
|
|
|
|
long_description $description
|
|
|
|
homepage https://github.com/fastapi/annotated-doc/
|
|
|
|
distname annotated_doc-${version}
|
|
|
|
checksums rmd160 f9f7859ef15623df9900d7db3bce5bbaf09670c6 \
|
|
sha256 fbcda96e87e9c92ad167c2e53839e57503ecfda18804ea28102353485033faa4 \
|
|
size 7288
|
|
|
|
python.versions 310 311 312 313 314
|
|
|
|
python.pep517_backend pdm
|