1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-13 07:34:50 +00:00
freebsd-ports/sysutils/py-queuelib/Makefile
Jason E. Hale 901572d44a New port: sysutils/py-queuelib
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
2014-09-12 01:33:18 +00:00

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>