Commits
Andrey Stromnov authored 07a82fe83d3
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.6.0 |
7 + | version 0.6.1 |
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 38 |
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 - | master_sites pypi:[string index ${python.rootname} 0]/${python.rootname} |
23 22 | |
24 - | distname ${python.rootname}-${version} |
25 - | |
26 - | checksums rmd160 1d53421a2acf96c7180fe5feecc811761044f333 \ |
27 - | sha256 5108f9192b7b2c6a03e69d5084d5fc88c05d4312724a38efce37c9f3a6d360fa \ |
28 - | size 67624 |
23 + | checksums rmd160 85a5a9cf78c264af30fa6c22911bad256d49d0eb \ |
24 + | sha256 f29f0085698f10155af20333387eae82ee785a15d5fd7d0fcc36680236522bbd \ |
25 + | size 67878 |
29 26 | |
30 27 | if {${name} ne ${subport}} { |
31 28 | depends_build-append \ |
32 29 | port:py${python.version}-setuptools |
33 30 | |
34 31 | livecheck.type none |
35 32 | } |