Commits
Andrey Stromnov authored 9c802c9c209
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-fsspec |
7 - | version 0.4.2 |
7 + | version 0.4.3 |
8 8 | revision 0 |
9 9 | categories-append devel |
10 10 | platforms darwin |
11 11 | license BSD |
12 12 | supported_archs noarch |
13 13 | |
14 14 | python.versions 36 37 |
15 15 | |
16 16 | maintainers {stromnov @stromnov} openmaintainer |
17 17 | |
18 18 | description File-system specification |
19 19 | long_description ${description} |
20 20 | |
21 21 | homepage http://github.com/intake/filesystem_spec |
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 ddc89616dcf90ed7d77e80f3e083631e2470468f \ |
27 - | sha256 80151f2bd233118e6dc1f2d792dbd243ad4216fc449f01497f40b93f3c582e0e \ |
28 - | size 58274 |
26 + | checksums rmd160 109349ad94493ed406d75adbd56741a6d6025575 \ |
27 + | sha256 9f67a25d6b568d75a36d5a4eab5a551780eabc2fbad74bb6ce67af185a00fd4e \ |
28 + | size 58282 |
29 29 | |
30 30 | if {${name} ne ${subport}} { |
31 31 | depends_build-append \ |
32 32 | port:py${python.version}-setuptools |
33 33 | |
34 34 | livecheck.type none |
35 35 | } |