Bug 138513 - New port: security/py-keyring Store and access your passwords safely
Summary: New port: security/py-keyring Store and access your passwords safely
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: freebsd-python (Nobody)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-09-04 00:10 UTC by Douglas Thrift
Modified: 2009-09-04 22:10 UTC (History)
0 users

See Also:


Attachments
py-keyring.shar (3.64 KB, text/plain)
2009-09-04 00:10 UTC, Douglas Thrift
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description Douglas Thrift 2009-09-04 00:10:03 UTC
The Python keyring lib provides an easy way to access the system keyring
service from Python. It can be used in any application that needs safe password
storage. It supports OSX, KDE, Gnome and Windows's native password storing
services. Besides this, it is shipped with kinds of Python implemented keyring
for the left environments.

WWW: http://pypi.python.org/pypi/keyring
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2009-09-04 00:10:28 UTC
Responsible Changed
From-To: freebsd-ports-bugs->freebsd-python

freebsd-python@ wants this port PRs (via the GNATS Auto Assign Tool)
Comment 2 Martin Wilke freebsd_committer freebsd_triage 2009-09-04 22:04:31 UTC
State Changed
From-To: open->closed

New port added, with minor changes. Thanks!
Comment 3 dfilter service freebsd_committer freebsd_triage 2009-09-04 22:04:57 UTC
miwi        2009-09-04 21:04:44 UTC

  FreeBSD ports repository

  Modified files:
    security             Makefile 
  Added files:
    security/py-keyring  Makefile distinfo pkg-descr pkg-plist 
    security/py-keyring/files patch-extensions.py 
  Log:
  The Python keyring lib provides an easy way to access the system keyring
  service from Python. It can be used in any application that needs safe password
  storage. It supports OSX, KDE, Gnome and Windows's native password storing
  services. Besides this, it is shipped with kinds of Python implemented keyring
  for the left environments.
  
  WWW: http://pypi.python.org/pypi/keyring
  
  PR:             ports/138513
  Submitted by:   Douglas Thrift
  
  Revision  Changes    Path
  1.1053    +1 -0      ports/security/Makefile
  1.1       +56 -0     ports/security/py-keyring/Makefile (new)
  1.1       +3 -0      ports/security/py-keyring/distinfo (new)
  1.1       +14 -0     ports/security/py-keyring/files/patch-extensions.py (new)
  1.1       +7 -0      ports/security/py-keyring/pkg-descr (new)
  1.1       +12 -0     ports/security/py-keyring/pkg-plist (new)
_______________________________________________
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"