# -*- 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
maintainers {khindenburg @kurthindenburg} openmaintainer
description Queuelib is a collection of persistent (disk-based) \
queues for Python. Queuelib goals are speed and \
simplicity. It was originally part of the `Scrapy \
framework`_ and stripped out on its own library.
long_description ${description}
homepage https://pypi.python.org/pypi/queuelib
distname queuelib-${version}
master_sites pypi:q/queuelib/
checksums rmd160 eba2e8bbc5cddf269562cdb8d9bff3443aa5b562 \
sha256 a6829918157ed433fafa87b0bb1e93e3e63c885270166db5884a02c34c86f914
python.default_version 27
if {${name} ne ${subport}} {
depends_build-append port:py${python.version}-setuptools
# Once depends_test goes into a stable macports release
# depends_test port:py${python.version}-pytest \
# port:py${python.version}-nose \
# test.cmd nosetests-${python.branch}
# test.env PYTHONPATH=${worksrcpath}/build/lib
livecheck.regex {>queuelib (.+) :}
livecheck.url ${homepage}