Commits
Andrew Stromnov authored c26460c65d3
1 1 | # -*- 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 |
2 2 | |
3 3 | PortSystem 1.0 |
4 4 | PortGroup python 1.0 |
5 5 | |
6 6 | name py-cloudpickle |
7 - | version 1.0.0 |
7 + | version 1.1.1 |
8 8 | revision 0 |
9 9 | categories-append science |
10 10 | platforms darwin |
11 11 | license BSD |
12 12 | supported_archs noarch |
13 13 | |
14 14 | python.versions 27 34 35 36 37 |
15 15 | |
16 16 | maintainers {stromnov @stromnov} openmaintainer |
17 17 | |
18 18 | description Extended pickling support for Python objects. |
19 19 | long_description ${description} |
20 20 | |
21 21 | homepage https://github.com/cloudpipe/cloudpickle |
22 22 | master_sites pypi:[string index ${python.rootname} 0]/${python.rootname} |
23 23 | |
24 24 | distname ${python.rootname}-${version} |
25 25 | |
26 - | checksums rmd160 cf7149de2d4cb1af9cd793d553947195ee8c0958 \ |
27 - | sha256 c5646e5deed598dc6281e721d8a85fff032b4bcfa3a3178ab9e9f125cc22e82a \ |
28 - | size 31097 |
26 + | checksums rmd160 d823786955deefaea362e89bf69f96e706d6295f \ |
27 + | sha256 7d43c4d0c7e9735ee8a352c96f84031dabd6676170c4e5e0585a469cc4769f22 \ |
28 + | size 34870 |
29 29 | |
30 30 | if {${name} ne ${subport}} { |
31 31 | if {${python.version} eq 34} { |
32 32 | version 0.8.1 |
33 33 | revision 0 |
34 34 | distname ${python.rootname}-${version} |
35 35 | checksums rmd160 15f1a75a76e2b0fc3bb6607e0efce4bb14fd5c39 \ |
36 36 | sha256 3ea6fd33b7521855a97819b3d645f92d51c8763d3ab5df35197cd8e96c19ba6f \ |
37 37 | size 30832 |
38 38 | } |