# -*- 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-queuelib
version                 1.7.0
maintainers             {khindenburg @kurthindenburg} openmaintainer
platforms               {darwin any}
supported_archs         noarch
license                 BSD

description             Collection of persistent (disk-based) queues
long_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.
homepage                https://pypi.python.org/pypi/queuelib

checksums               rmd160  f829e9dd53ef13f1dc1c45a6b84b33d73db7c7d4 \
                        sha256  2855162096cf0230510890b354379ea1c0ff19d105d3147d349d2433bb222b08 \
                        size    13291

python.versions         39 310 311 312

if {${name} ne ${subport}} {
    test.run            yes
}