Bug 277694

Summary: [NEW PORT] security/py-pykeepass-cache: Database caching for PyKeePass
Product: Ports & Packages Reporter: Jesús Daniel Colmenares Oviedo <DtxdF>
Component: Individual Port(s)Assignee: freebsd-ports-bugs (Nobody) <ports-bugs>
Status: New ---    
Severity: Affects Only Me    
Priority: ---    
Version: Latest   
Hardware: Any   
OS: Any   
URL: https://pypi.org/project/pykeepass-cache
Bug Depends on: 277695    
Bug Blocks: 277696    
Attachments:
Description Flags
security-py-pykeepass-cache-New-port-Database-cachin.patch DtxdF: maintainer-approval+

Description Jesús Daniel Colmenares Oviedo 2024-03-14 14:34:55 UTC
Created attachment 249160 [details]
security-py-pykeepass-cache-New-port-Database-cachin.patch

Description:

pykeepass_cache is a support library for pykeepass. It is a drop-in
replacement for pykeepass.PyKeePass which caches databases in a
background process to make database access faster.

This is useful in situations where the program is terminated between
invocations (e.g. CLI scripts). The background process will
automatically shut down after 300 seconds.

WWW: https://pypi.org/project/pykeepass-cache

QA:

* portlint: OK (looks fine.)
* testport: OK (synth: 14.0-RELEASE, amd64)