From owner-freebsd-python@FreeBSD.ORG Fri Sep 4 21:10:06 2009 Return-Path: Delivered-To: freebsd-python@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 501DB1065692 for ; Fri, 4 Sep 2009 21:10:06 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 3F6728FC08 for ; Fri, 4 Sep 2009 21:10:06 +0000 (UTC) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.14.3/8.14.3) with ESMTP id n84LA5uF048973 for ; Fri, 4 Sep 2009 21:10:05 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.3/8.14.3/Submit) id n84LA5Nq048972; Fri, 4 Sep 2009 21:10:05 GMT (envelope-from gnats) Date: Fri, 4 Sep 2009 21:10:05 GMT Message-Id: <200909042110.n84LA5Nq048972@freefall.freebsd.org> To: freebsd-python@FreeBSD.org From: dfilter@FreeBSD.ORG (dfilter service) Cc: Subject: Re: ports/138513: commit references a PR X-BeenThere: freebsd-python@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: dfilter service List-Id: FreeBSD-specific Python issues List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 04 Sep 2009 21:10:06 -0000 The following reply was made to PR ports/138513; it has been noted by GNATS. From: dfilter@FreeBSD.ORG (dfilter service) To: bug-followup@FreeBSD.org Cc: Subject: Re: ports/138513: commit references a PR Date: Fri, 4 Sep 2009 21:04:57 +0000 (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"