Commits
Andrey Stromnov authored 4f5afdada26
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-redis |
7 - | version 3.3.2 |
7 + | version 3.3.4 |
8 8 | revision 0 |
9 9 | categories-append devel |
10 10 | platforms darwin |
11 11 | license MIT |
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 Python client for Redis key-value store |
19 19 | long_description ${description} |
20 20 | |
21 21 | homepage https://github.com/andymccurdy/redis-py |
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 cc2ec3d4a806bf3ee7b52aef5930c4a53d1a4a17 \ |
27 - | sha256 067fd58d00c62145258bce0ef807ad605c3bc81795e8c883d5ed74688abb4f3d \ |
28 - | size 129547 |
26 + | checksums rmd160 2583d20de1e83b4070786d9628005202a0fca38c \ |
27 + | sha256 1f2493b72f669a096c59ca7cf7f4067b1ab58a0a3c6bef51d5d8fd384298c6a2 \ |
28 + | size 129917 |
29 29 | |
30 30 | if {${name} ne ${subport}} { |
31 31 | depends_build-append \ |
32 32 | port:py${python.version}-setuptools |
33 33 | livecheck.type none |
34 34 | } |