# -*- 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-raven version 5.31.0 revision 0 categories-append devel platforms darwin license BSD supported_archs noarch python.versions 27 33 34 35 maintainers stromnov openmaintainer description Raven is a client for Sentry long_description ${description} homepage http://github.com/getsentry/raven-python master_sites pypi:[string index ${python.rootname} 0]/${python.rootname} distname ${python.rootname}-${version} checksums rmd160 d4ed891f08f67674457ca3d5d1d34337378a40c7 \ sha256 9f06a22083b3ff25a8203b1bf5907df4eb8f74ad8575d61a4a023bde456c5cff if {${name} ne ${subport}} { # raven depends on pkg_resources from setuptools depends_lib-append port:py${python.version}-setuptools if {${python.version} < 30} { depends_lib-append port:py${python.version}-contextlib2 } livecheck.type none } else { livecheck.type pypi }