View | Details | Raw Unified | Return to bug 277694
Collapse All | Expand All

(-)b/security/Makefile (+1 lines)
Lines 991-996 Link Here
991
    SUBDIR += py-pyelliptic
991
    SUBDIR += py-pyelliptic
992
    SUBDIR += py-pyhanko
992
    SUBDIR += py-pyhanko
993
    SUBDIR += py-pyhanko-certvalidator
993
    SUBDIR += py-pyhanko-certvalidator
994
    SUBDIR += py-pykeepass-cache
994
    SUBDIR += py-pylibacl
995
    SUBDIR += py-pylibacl
995
    SUBDIR += py-pymacaroons
996
    SUBDIR += py-pymacaroons
996
    SUBDIR += py-pynacl
997
    SUBDIR += py-pynacl
(-)b/security/py-pykeepass-cache/Makefile (+23 lines)
Added Link Here
1
PORTNAME=	pykeepass-cache
2
DISTVERSION=	2.0.3
3
CATEGORIES=	security python
4
MASTER_SITES=	PYPI
5
PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
6
7
MAINTAINER=	DtxdF@disroot.org
8
COMMENT=	Database caching for PyKeePass
9
WWW=		https://pypi.org/project/pykeepass-cache \
10
		https://github.com/libkeepass/pykeepass_cache
11
12
LICENSE=	GPLv3
13
14
RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}daemon>=0:devel/py-daemon@${PY_FLAVOR} \
15
		${PYTHON_PKGNAMEPREFIX}pykeepass>=0:security/py-pykeepass@${PY_FLAVOR} \
16
		${PYTHON_PKGNAMEPREFIX}rpyc>=0:devel/py-RPyC@${PY_FLAVOR}
17
18
USES=		python
19
USE_PYTHON=	autoplist distutils
20
21
NO_ARCH=	yes
22
23
.include <bsd.port.mk>
(-)b/security/py-pykeepass-cache/distinfo (+3 lines)
Added Link Here
1
TIMESTAMP = 1710387456
2
SHA256 (pykeepass-cache-2.0.3.tar.gz) = 7f36fea82f1d0023ebf95df50d5e741251f321e3dd5cc5fa4ed7a94d8e9f61e8
3
SIZE (pykeepass-cache-2.0.3.tar.gz) = 4185
(-)b/security/py-pykeepass-cache/pkg-descr (-1 / +7 lines)
Added Link Here
0
- 
1
pykeepass_cache is a support library for pykeepass. It is a drop-in
2
replacement for pykeepass.PyKeePass which caches databases in a
3
background process to make database access faster.
4
5
This is useful in situations where the program is terminated between
6
invocations (e.g. CLI scripts). The background process will
7
automatically shut down after 300 seconds.

Return to bug 277694