Bug 205514 - [NEW PORT] databases/py-pickleshare: Tiny shelve-like database with concurrency support
Summary: [NEW PORT] databases/py-pickleshare: Tiny shelve-like database with concurren...
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Only Me
Assignee: Martin Wilke
URL:
Keywords: easy, feature, patch, patch-ready
Depends on:
Blocks:
 
Reported: 2015-12-22 15:32 UTC by Yuri Victorovich
Modified: 2016-01-04 07:22 UTC (History)
1 user (show)

See Also:


Attachments
shar archive (2.08 KB, text/plain)
2015-12-22 15:32 UTC, Yuri Victorovich
no flags Details
shar archive (1.92 KB, text/plain)
2015-12-22 15:40 UTC, Yuri Victorovich
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description Yuri Victorovich freebsd_committer freebsd_triage 2015-12-22 15:32:45 UTC
Created attachment 164500 [details]
shar archive
Comment 1 Yuri Victorovich freebsd_committer freebsd_triage 2015-12-22 15:33:31 UTC
Passes poudriere.
Comment 2 Yuri Victorovich freebsd_committer freebsd_triage 2015-12-22 15:40:34 UTC
Created attachment 164501 [details]
shar archive
Comment 3 commit-hook freebsd_committer freebsd_triage 2016-01-04 07:22:53 UTC
A commit references this bug:

Author: miwi
Date: Mon Jan  4 07:22:15 UTC 2016
New revision: 405220
URL: https://svnweb.freebsd.org/changeset/ports/405220

Log:
  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.

  WWW: https://github.com/vivainio/pickleshare/

  PR:		205514
  Submitted by:	Yuri Victorovich <yuri@rawbw.com>

Changes:
  head/databases/Makefile
  head/databases/py-pickleshare/
  head/databases/py-pickleshare/Makefile
  head/databases/py-pickleshare/distinfo
  head/databases/py-pickleshare/pkg-descr