pkgsrc-WIP-changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
py-queuelib: Import py-queuelib-1.4.2 as wip/py-queuelib
Module Name: pkgsrc-wip
Committed By: Leonardo Taccari <leot%NetBSD.org@localhost>
Pushed By: leot
Date: Thu Apr 14 14:30:40 2016 +0200
Changeset: 27925068ad18d4ad817891dece444d24320d29ed
Modified Files:
Makefile
Added Files:
py-queuelib/DESCR
py-queuelib/Makefile
py-queuelib/PLIST
py-queuelib/distinfo
Log Message:
py-queuelib: Import py-queuelib-1.4.2 as wip/py-queuelib
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.
To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=27925068ad18d4ad817891dece444d24320d29ed
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
diffstat:
Makefile | 1 +
py-queuelib/DESCR | 4 ++++
py-queuelib/Makefile | 18 ++++++++++++++++++
py-queuelib/PLIST | 23 +++++++++++++++++++++++
py-queuelib/distinfo | 6 ++++++
5 files changed, 52 insertions(+)
diffs:
diff --git a/Makefile b/Makefile
index 3f8c0f6..27bf40e 100644
--- a/Makefile
+++ b/Makefile
@@ -3332,6 +3332,7 @@ SUBDIR+= py-qnet
SUBDIR+= py-quantities
SUBDIR+= py-quaternionarray
SUBDIR+= py-quepy
+SUBDIR+= py-queuelib
SUBDIR+= py-qutip
SUBDIR+= py-qutrub
SUBDIR+= py-radon
diff --git a/py-queuelib/DESCR b/py-queuelib/DESCR
new file mode 100644
index 0000000..ca1eba9
--- /dev/null
+++ b/py-queuelib/DESCR
@@ -0,0 +1,4 @@
+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.
diff --git a/py-queuelib/Makefile b/py-queuelib/Makefile
new file mode 100644
index 0000000..4c68624
--- /dev/null
+++ b/py-queuelib/Makefile
@@ -0,0 +1,18 @@
+# $NetBSD$
+
+DISTNAME= queuelib-1.4.2
+PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
+CATEGORIES= devel
+MASTER_SITES= ${MASTER_SITE_PYPI}
+
+MAINTAINER= pkgsrc-users%NetBSD.org@localhost
+HOMEPAGE= https://github.com/scrapy/queuelib
+COMMENT= Collection of persistent (disk-based) queues
+LICENSE= modified-bsd
+
+USE_LANGUAGES= # none
+
+PYTHON_VERSIONS_INCOMPATIBLE= 35 # not yet portes as of 1.4.2
+
+.include "../../lang/python/egg.mk"
+.include "../../mk/bsd.pkg.mk"
diff --git a/py-queuelib/PLIST b/py-queuelib/PLIST
new file mode 100644
index 0000000..796af08
--- /dev/null
+++ b/py-queuelib/PLIST
@@ -0,0 +1,23 @@
+@comment $NetBSD$
+${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
+${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
+${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt
+${PYSITELIB}/${EGG_INFODIR}/top_level.txt
+${PYSITELIB}/queuelib/__init__.py
+${PYSITELIB}/queuelib/__init__.pyc
+${PYSITELIB}/queuelib/__init__.pyo
+${PYSITELIB}/queuelib/pqueue.py
+${PYSITELIB}/queuelib/pqueue.pyc
+${PYSITELIB}/queuelib/pqueue.pyo
+${PYSITELIB}/queuelib/queue.py
+${PYSITELIB}/queuelib/queue.pyc
+${PYSITELIB}/queuelib/queue.pyo
+${PYSITELIB}/queuelib/tests/__init__.py
+${PYSITELIB}/queuelib/tests/__init__.pyc
+${PYSITELIB}/queuelib/tests/__init__.pyo
+${PYSITELIB}/queuelib/tests/test_pqueue.py
+${PYSITELIB}/queuelib/tests/test_pqueue.pyc
+${PYSITELIB}/queuelib/tests/test_pqueue.pyo
+${PYSITELIB}/queuelib/tests/test_queue.py
+${PYSITELIB}/queuelib/tests/test_queue.pyc
+${PYSITELIB}/queuelib/tests/test_queue.pyo
diff --git a/py-queuelib/distinfo b/py-queuelib/distinfo
new file mode 100644
index 0000000..c3ca223
--- /dev/null
+++ b/py-queuelib/distinfo
@@ -0,0 +1,6 @@
+$NetBSD$
+
+SHA1 (queuelib-1.4.2.tar.gz) = 011fb16f531ba09651c99304d14f8d75ac07f3a9
+RMD160 (queuelib-1.4.2.tar.gz) = eba2e8bbc5cddf269562cdb8d9bff3443aa5b562
+SHA512 (queuelib-1.4.2.tar.gz) = 15157aa2586831a509d983731693016335916958aee6079b3b5cc02ce552048f1baeb3d876d9bd016e8bdb735af1ee03aca1750e73503e936e8ddf68bc8d50e0
+Size (queuelib-1.4.2.tar.gz) = 8287 bytes
Home |
Main Index |
Thread Index |
Old Index