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
967 B
Tcl
29 lines
967 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-atpublic
|
|
version 6.0.2
|
|
revision 0
|
|
|
|
categories-append devel
|
|
platforms {darwin any}
|
|
supported_archs noarch
|
|
license Apache-2
|
|
maintainers {danchr @danchr} openmaintainer
|
|
|
|
description @public decorator for Python
|
|
long_description A very simple decorator and function which \
|
|
populates a module's __all__ and optionally the \
|
|
module globals.
|
|
|
|
homepage https://public.readthedocs.io
|
|
|
|
checksums rmd160 a1f0bc83707a818829e6bf10dfcab8e7bbeea633 \
|
|
sha256 f90dcd17627ac21d5ce69e070d6ab89fb21736eb3277e8b693cc8484e1c7088c \
|
|
size 17708
|
|
|
|
python.versions 313 314
|
|
python.pep517_backend hatch
|