Commits
Miguel Herranz authored and Perry E. Metzger committed ceb19162de4
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-multidict |
7 - | version 4.4.0 |
7 + | version 4.4.2 |
8 8 | categories-append devel |
9 9 | platforms darwin |
10 10 | license Apache-2 |
11 11 | |
12 12 | python.versions 34 35 36 37 |
13 13 | |
14 14 | maintainers {ipglider.org:miguel @ipglider} openmaintainer |
15 15 | |
16 16 | description Multidict implementation. |
17 17 | long_description Multidict is dict-like collection of key-value pairs where \ |
18 18 | where a key might occur more than once in the container. |
19 19 | |
20 20 | homepage https://github.com/aio-libs/multidict |
21 21 | master_sites pypi:m/multidict |
22 22 | |
23 23 | distname multidict-${version} |
24 24 | |
25 - | checksums rmd160 f3fbb7416fa812d1b7422df22e90c19a078db9ee \ |
26 - | sha256 5e2d5e1d999e941b4a626aea46bdc4206877cf727107fdaa9d46a8a773a6e49b \ |
27 - | size 121949 |
25 + | checksums rmd160 ebcf37b418a14cd2f591b4885f7cd73e9688f2ac \ |
26 + | sha256 3c11e92c3dfc321014e22fb442bc9eb70e01af30d6ce442026b0c35723448c66 \ |
27 + | size 118428 |
28 28 | |
29 29 | if {${name} ne ${subport}} { |
30 30 | depends_build-append port:py${python.version}-setuptools |
31 31 | |
32 32 | livecheck.type none |
33 33 | } else { |
34 34 | livecheck.type pypi |
35 35 | } |