# -*- 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 PortSystem 1.0 PortGroup python 1.0 name py-redis version 5.0.4 revision 0 categories-append devel license MIT supported_archs noarch platforms {darwin any} python.versions 38 39 310 311 312 maintainers {stromnov @stromnov} openmaintainer description Python client for Redis key-value store long_description {*}${description} homepage https://github.com/redis/redis-py checksums rmd160 6774f40ef8854695daa2497c84bbe4fd5d8eedd8 \ sha256 ec31f2ed9675cc54c21ba854cfe0462e6faf1d83c8ce5944709db8a4700b9c61 \ size 4581983 if {${name} ne ${subport}} { depends_lib-append port:py${python.version}-async-timeout }