You've already forked macports-ports
mirror of
https://github.com/macports/macports-ports.git
synced 2026-07-12 18:20:25 -07:00
27 lines
947 B
Tcl
27 lines
947 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-marshmallow
|
|
version 3.23.1
|
|
revision 0
|
|
categories-append devel
|
|
platforms {darwin any}
|
|
license MIT
|
|
maintainers nomaintainer
|
|
|
|
description Light-weight library for converting complex datatypes \
|
|
to and from native Python datatypes
|
|
long_description {*}${description}
|
|
homepage https://github.com/marshmallow-code/marshmallow
|
|
|
|
checksums rmd160 6aa6162de5b1460b096dac9fcd526e2e36ca307f \
|
|
sha256 3a8dfda6edd8dcdbf216c0ede1d1e78d230a6dc9c5a088f58c4083b974a0d468 \
|
|
size 177488
|
|
supported_archs noarch
|
|
|
|
python.versions 310 311 312 313 314
|
|
python.pep517_backend \
|
|
flit
|