Edit

IABSD.fr/ports/security/py-secretstorage/Makefile

Branch :

  • Show log

    Commit

  • Author : sthen
    Date : 2024-05-06 12:23:55
    Hash : 384eb285
    Message : bump REVISION for py3.10 -> py3.11 switch

  • security/py-secretstorage/Makefile
  • COMMENT=		secure storing of passwords using the SecretService DBus API
    
    MODPY_EGG_VERSION=	3.3.3
    DISTNAME=		SecretStorage-${MODPY_EGG_VERSION}
    PKGNAME=		py-${DISTNAME:L}
    REVISION=		2
    
    CATEGORIES=		security
    
    # BSD
    PERMIT_PACKAGE=	Yes
    
    MODULES=		lang/python
    
    MODPY_PI=		Yes
    MODPY_PYBUILD =	setuptools
    
    # there are various tests, but pretty much all need dbus
    NO_TEST=		Yes
    
    RUN_DEPENDS=		devel/py-jeepney${MODPY_FLAVOR} \
    			security/py-cryptography${MODPY_FLAVOR}
    
    FLAVORS=		python3
    FLAVOR=			python3
    
    # org.freedesktop.secrets
    # not enforcing RDEP to give user the choice of secret service provider
    TEST_DEPENDS +=		gnome-keyring-*|keepassxc-*:x11/gnome/keyring
    
    .include <bsd.port.mk>