mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-18 00:10:04 +00:00
security/py-pykeepass-cache: New port: Database caching for PyKeePass
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 PR: 277694 Event: EuroBSDcon 2024
This commit is contained in:
parent
f05e534360
commit
261382925c
@ -1021,6 +1021,7 @@
|
||||
SUBDIR += py-pyhanko
|
||||
SUBDIR += py-pyhanko-certvalidator
|
||||
SUBDIR += py-pykeepass
|
||||
SUBDIR += py-pykeepass-cache
|
||||
SUBDIR += py-pylibacl
|
||||
SUBDIR += py-pymacaroons
|
||||
SUBDIR += py-pynacl
|
||||
|
23
security/py-pykeepass-cache/Makefile
Normal file
23
security/py-pykeepass-cache/Makefile
Normal file
@ -0,0 +1,23 @@
|
||||
PORTNAME= pykeepass-cache
|
||||
DISTVERSION= 2.0.3
|
||||
CATEGORIES= security python
|
||||
MASTER_SITES= PYPI
|
||||
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
||||
|
||||
MAINTAINER= DtxdF@disroot.org
|
||||
COMMENT= Database caching for PyKeePass
|
||||
WWW= https://pypi.org/project/pykeepass-cache \
|
||||
https://github.com/libkeepass/pykeepass_cache
|
||||
|
||||
LICENSE= GPLv3
|
||||
|
||||
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}daemon>=0:devel/py-daemon@${PY_FLAVOR} \
|
||||
${PYTHON_PKGNAMEPREFIX}pykeepass>=0:security/py-pykeepass@${PY_FLAVOR} \
|
||||
${PYTHON_PKGNAMEPREFIX}rpyc>=0:devel/py-RPyC@${PY_FLAVOR}
|
||||
|
||||
USES= python
|
||||
USE_PYTHON= autoplist distutils
|
||||
|
||||
NO_ARCH= yes
|
||||
|
||||
.include <bsd.port.mk>
|
3
security/py-pykeepass-cache/distinfo
Normal file
3
security/py-pykeepass-cache/distinfo
Normal file
@ -0,0 +1,3 @@
|
||||
TIMESTAMP = 1710387456
|
||||
SHA256 (pykeepass-cache-2.0.3.tar.gz) = 7f36fea82f1d0023ebf95df50d5e741251f321e3dd5cc5fa4ed7a94d8e9f61e8
|
||||
SIZE (pykeepass-cache-2.0.3.tar.gz) = 4185
|
7
security/py-pykeepass-cache/pkg-descr
Normal file
7
security/py-pykeepass-cache/pkg-descr
Normal file
@ -0,0 +1,7 @@
|
||||
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.
|
Loading…
Reference in New Issue
Block a user