pkgsrc-WIP-changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

new pkg: py-pickleshare



Module Name:	pkgsrc-wip
Committed By:	K.I.A.Derouiche <kamel.derouiche%gmail.com@localhost>
Pushed By:	jihbed
Date:		Tue Jul 19 03:20:26 2016 +0100
Changeset:	0e1f1728266ac3b183724328bee1e7dd5a94a35c

Added Files:
	py-pickleshare/DESCR
	py-pickleshare/Makefile
	py-pickleshare/PLIST
	py-pickleshare/distinfo

Log Message:
new pkg: py-pickleshare

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=0e1f1728266ac3b183724328bee1e7dd5a94a35c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

diffstat:
 py-pickleshare/DESCR    |  5 +++++
 py-pickleshare/Makefile | 20 ++++++++++++++++++++
 py-pickleshare/PLIST    |  9 +++++++++
 py-pickleshare/distinfo |  6 ++++++
 4 files changed, 40 insertions(+)

diffs:
diff --git a/py-pickleshare/DESCR b/py-pickleshare/DESCR
new file mode 100644
index 0000000..5546c95
--- /dev/null
+++ b/py-pickleshare/DESCR
@@ -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
diff --git a/py-pickleshare/Makefile b/py-pickleshare/Makefile
new file mode 100644
index 0000000..21fd0f5
--- /dev/null
+++ b/py-pickleshare/Makefile
@@ -0,0 +1,20 @@
+# $NetBSD$
+
+DISTNAME=	pickleshare-0.7.3
+PKGNAME=	${PYPKGPREFIX}-${DISTNAME}
+CATEGORIES=	databases devel
+MASTER_SITES=	${MASTER_SITE_PYPI:=p/pickleshare/}
+
+MAINTAINER=	kamelderouiche%yahoo.com@localhost
+HOMEPAGE=	https://github.com/pickleshare/pickleshare
+COMMENT=	Tiny shelve-like database with concurrency support
+LICENSE=	mit
+
+DEPENDS+=	${PYPKGPREFIX}-six-[0-9]*:../../wip/py-six
+
+WRKSRC=		${WRKDIR}/pickleshare-0.7.3
+
+USE_LANGUAGES=	# none
+
+.include "../../lang/python/egg.mk"
+.include "../../mk/bsd.pkg.mk"
diff --git a/py-pickleshare/PLIST b/py-pickleshare/PLIST
new file mode 100644
index 0000000..b8542e4
--- /dev/null
+++ b/py-pickleshare/PLIST
@@ -0,0 +1,9 @@
+@comment $NetBSD$
+${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
diff --git a/py-pickleshare/distinfo b/py-pickleshare/distinfo
new file mode 100644
index 0000000..aeb8d7f
--- /dev/null
+++ b/py-pickleshare/distinfo
@@ -0,0 +1,6 @@
+$NetBSD$
+
+SHA1 (pickleshare-0.7.3.tar.gz) = 41ffa69d5ed6b7d330eb79110e91d2a696a0a99d
+RMD160 (pickleshare-0.7.3.tar.gz) = e9db2ac7b55399081ecf3a6b8ab434d3cf68a9a7
+SHA512 (pickleshare-0.7.3.tar.gz) = c49f41b2778783c0de69838db0c916bbfe88eb651134959bf43a18233a4f1747599e51bdbe4b0cc7f7b13c92fc202c2159a0cdd2331b099034afbfe0df61c19d
+Size (pickleshare-0.7.3.tar.gz) = 5930 bytes


Home | Main Index | Thread Index | Old Index