Add py-pickleshare 0.7.4

PickleShare - a small shelve like datastore with concurrency support
Like shelve, a PickleShareDB object acts like a normal dictionary
Unlike shelve, many processes can access the database simultaneously
Changing a value in database is immediately visible to other processes
accessing the same database
This commit is contained in:
markd 2017-04-23 03:38:51 +00:00
parent 521c164858
commit bb2914f28a
4 changed files with 38 additions and 0 deletions

View file

@ -0,0 +1,5 @@
PickleShare - a small shelve like datastore with concurrency support
Like shelve, a PickleShareDB object acts like a normal dictionary
Unlike shelve, many processes can access the database simultaneously
Changing a value in database is immediately visible to other processes
accessing the same database

View file

@ -0,0 +1,18 @@
# $NetBSD: Makefile,v 1.1 2017/04/23 03:38:51 markd Exp $
DISTNAME= pickleshare-0.7.4
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
CATEGORIES= databases devel
MASTER_SITES= ${MASTER_SITE_PYPI:=p/pickleshare/}
MAINTAINER= kamelderouiche@yahoo.com
HOMEPAGE= https://github.com/pickleshare/pickleshare
COMMENT= Tiny shelve-like database with concurrency support
LICENSE= mit
DEPENDS+= ${PYPKGPREFIX}-six-[0-9]*:../../lang/py-six
USE_LANGUAGES= # none
.include "../../lang/python/egg.mk"
.include "../../mk/bsd.pkg.mk"

View file

@ -0,0 +1,9 @@
@comment $NetBSD: PLIST,v 1.1 2017/04/23 03:38:51 markd Exp $
${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt
${PYSITELIB}/${EGG_INFODIR}/requires.txt
${PYSITELIB}/${EGG_INFODIR}/top_level.txt
${PYSITELIB}/pickleshare.py
${PYSITELIB}/pickleshare.pyc
${PYSITELIB}/pickleshare.pyo

View file

@ -0,0 +1,6 @@
$NetBSD: distinfo,v 1.1 2017/04/23 03:38:51 markd Exp $
SHA1 (pickleshare-0.7.4.tar.gz) = 415d9b95c157819a3b6e646ae8382352f00c8e10
RMD160 (pickleshare-0.7.4.tar.gz) = 18b2a7c03e3cb094b051a06d92323239b62bb675
SHA512 (pickleshare-0.7.4.tar.gz) = 6cd4b70f63378c4f668f3428262aeca66a38ec86ef9069e3fbc5e7b0b8d7a06341e99b387f9cf29502decbb47c188b7b2183fe7d249e68914fead7e6628d7154
Size (pickleshare-0.7.4.tar.gz) = 5981 bytes