Files
Steven Thomas Smith f55cb1808a py-redis: Add Python 39
2021-03-17 13:13:31 +00:00

32 lines
973 B
Tcl

# -*- 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 3.5.3
revision 0
categories-append devel
platforms darwin
license MIT
supported_archs noarch
python.versions 27 35 36 37 38 39
maintainers {stromnov @stromnov} openmaintainer
description Python client for Redis key-value store
long_description ${description}
homepage https://github.com/andymccurdy/redis-py
checksums rmd160 8138c8bf7874fbf1b57d603b7a929f4c8e469317 \
sha256 0e7e0cfca8660dea8b7d5cd8c4f6c5e29e11f31158c0b0ae91a397f00e5a05a2 \
size 141112
if {${name} ne ${subport}} {
depends_build-append \
port:py${python.version}-setuptools
livecheck.type none
}