# -*- 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                howdoi
version             1.1.9
categories-append   devel
platforms           darwin
license             MIT
supported_archs     noarch

python.default_version 27

maintainers         nomaintainer

description         instant coding answers via the command line
long_description    ${description}

master_sites        pypi:[string index ${python.rootname} 0]/${python.rootname}

distname            ${python.rootname}-${version}

checksums           rmd160  9c1fdc3dfd03fd717b4978b05928bc0d565f6f10 \
                    sha256  2b4a0ebc39c9e0489a17ef73e3eec7dd4a2975e07b995406887c639481da2bb5

depends_build-append \
    port:py${python.version}-setuptools

depends_lib-append \
    port:py${python.version}-requests \
    port:py${python.version}-requests-cache \
    port:py${python.version}-pygments \
    port:py${python.version}-pyquery

livecheck.type      pypi