# -*- 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 # $Id$ PortSystem 1.0 PortGroup python 1.0 name py-redis version 2.10.5 revision 0 categories-append devel platforms darwin license MIT supported_archs noarch python.versions 26 27 33 34 35 maintainers stromnov openmaintainer description Python client for Redis key-value store long_description ${description} homepage http://github.com/andymccurdy/redis-py master_sites pypi:[string index ${python.rootname} 0]/${python.rootname} distname ${python.rootname}-${version} checksums rmd160 3694e866b669cdfc5e08a64d0cd3f24673fc870f \ sha256 5dfbae6acfc54edf0a7a415b99e0b21c0a3c27a7f787b292eea727b1facc5533 if {${name} ne ${subport}} { depends_build-append \ port:py${python.version}-setuptools livecheck.type none } else { livecheck.type pypi }