Date: Fri, 12 Sep 2014 01:33:18 +0000 (UTC) From: "Jason E. Hale" <jhale@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r367998 - in head/sysutils: . py-queuelib Message-ID: <201409120133.s8C1XIOU084710@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: jhale Date: Fri Sep 12 01:33:18 2014 New Revision: 367998 URL: http://svnweb.freebsd.org/changeset/ports/367998 QAT: https://qat.redports.org/buildarchive/r367998/ Log: 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 Added: head/sysutils/py-queuelib/ head/sysutils/py-queuelib/Makefile (contents, props changed) head/sysutils/py-queuelib/distinfo (contents, props changed) head/sysutils/py-queuelib/pkg-descr (contents, props changed) Modified: head/sysutils/Makefile Modified: head/sysutils/Makefile ============================================================================== --- head/sysutils/Makefile Fri Sep 12 00:01:23 2014 (r367997) +++ head/sysutils/Makefile Fri Sep 12 01:33:18 2014 (r367998) @@ -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 Added: head/sysutils/py-queuelib/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/sysutils/py-queuelib/Makefile Fri Sep 12 01:33:18 2014 (r367998) @@ -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> Added: head/sysutils/py-queuelib/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/sysutils/py-queuelib/distinfo Fri Sep 12 01:33:18 2014 (r367998) @@ -0,0 +1,2 @@ +SHA256 (queuelib-1.2.2.tar.gz) = 60db60b0cfea23c23c94ac00b224df5903faf9ac711606b22c3dbfb0ba9d86f7 +SIZE (queuelib-1.2.2.tar.gz) = 8111 Added: head/sysutils/py-queuelib/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/sysutils/py-queuelib/pkg-descr Fri Sep 12 01:33:18 2014 (r367998) @@ -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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201409120133.s8C1XIOU084710>