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
This commit is contained in:
Jason E. Hale 2014-09-12 01:33:18 +00:00
parent 0abc164359
commit 901572d44a
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=367998
4 changed files with 28 additions and 0 deletions

View File

@ -731,6 +731,7 @@
SUBDIR += py-psutil
SUBDIR += py-psutil121
SUBDIR += py-pytsk
SUBDIR += py-queuelib
SUBDIR += py-ranger
SUBDIR += py-salt
SUBDIR += py-salt-api

View File

@ -0,0 +1,18 @@
# $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>

View File

@ -0,0 +1,2 @@
SHA256 (queuelib-1.2.2.tar.gz) = 60db60b0cfea23c23c94ac00b224df5903faf9ac711606b22c3dbfb0ba9d86f7
SIZE (queuelib-1.2.2.tar.gz) = 8111

View File

@ -0,0 +1,7 @@
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