mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-13 07:34:50 +00:00
901572d44a
Queuelib is a collection of persistent (disk-based) queues for Python. Queuelib's goals are speed and simplicity. It was originally part of the Scrapy framework and stripped out into its own library. WWW: https://github.com/scrapy/queuelib
19 lines
352 B
Makefile
19 lines
352 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= queuelib
|
|
PORTVERSION= 1.2.2
|
|
CATEGORIES= sysutils python
|
|
MASTER_SITES= CHEESESHOP
|
|
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
|
|
|
MAINTAINER= jhale@FreeBSD.org
|
|
COMMENT= Collection of persistent (disk-based) queues
|
|
|
|
LICENSE= BSD3CLAUSE
|
|
LICENSE_FILE= ${WRKSRC}/LICENSE
|
|
|
|
USES= python
|
|
USE_PYTHON= autoplist distutils
|
|
|
|
.include <bsd.port.mk>
|