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
879 B
Tcl
27 lines
879 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-cloudpickle
|
|
version 3.1.2
|
|
revision 0
|
|
categories-append science
|
|
license BSD
|
|
supported_archs noarch
|
|
platforms {darwin any}
|
|
|
|
python.versions 310 311 312 313 314
|
|
python.pep517_backend flit
|
|
|
|
maintainers {stromnov @stromnov} openmaintainer
|
|
|
|
description Extended pickling support for Python objects.
|
|
long_description {*}${description}
|
|
|
|
homepage https://github.com/cloudpipe/cloudpickle
|
|
|
|
checksums rmd160 d7822f8bfe66bfc3da51abaf4eae90bee6227be4 \
|
|
sha256 7fda9eb655c9c230dab534f1983763de5835249750e85fbcef43aaa30a9a2414 \
|
|
size 22330
|