34 lines
628 B
Makefile
34 lines
628 B
Makefile
|
COMMENT= store and access your passwords safely
|
||
|
|
||
|
MODPY_EGG_VERSION= 23.6.0
|
||
|
DISTNAME= keyring-${MODPY_EGG_VERSION}
|
||
|
PKGNAME= py-${DISTNAME}
|
||
|
REVISION= 2
|
||
|
|
||
|
CATEGORIES= security
|
||
|
|
||
|
# MIT
|
||
|
PERMIT_PACKAGE= Yes
|
||
|
|
||
|
MODULES= lang/python
|
||
|
|
||
|
MODPY_ADJ_FILES= keyring/cli.py
|
||
|
MODPY_PI= Yes
|
||
|
MODPY_PYBUILD= setuptools_scm
|
||
|
|
||
|
RUN_DEPENDS= devel/py-entrypoints${MODPY_FLAVOR} \
|
||
|
security/py-secretstorage${MODPY_FLAVOR}
|
||
|
|
||
|
# KWallet backend
|
||
|
RUN_DEPENDS+= x11/dbus-python${MODPY_FLAVOR}
|
||
|
|
||
|
MODPY_PYTEST_ARGS= tests
|
||
|
|
||
|
# Cannot autolaunch D-Bus without X11 $DISPLAY
|
||
|
TEST_IS_INTERACTIVE= x11
|
||
|
|
||
|
FLAVORS= python3
|
||
|
FLAVOR= python3
|
||
|
|
||
|
.include <bsd.port.mk>
|