Files

32 lines
1.2 KiB
Tcl

# -*- 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.8.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 9a324724da83dc226fd392b60b934cf661556623 \
sha256 582bc65514481100b0539bd671da6b355b878869cfc77d92c63b75fcc9cf8e27 \
size 11675
python.versions 310 311 312 313
if {${name} ne ${subport}} {
depends_build-append \
port:py${python.version}-hatchling
test.run yes
}