security/py-keyring: drop optional dependency on expired security/py-keyrings.alt
This commit is contained in:
parent
f9f811816c
commit
7d972c6a9d
@ -1,6 +1,7 @@
|
||||
PORTNAME= keyring
|
||||
PORTVERSION= 18.0.1
|
||||
PORTEPOCH= 1
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= security python
|
||||
MASTER_SITES= CHEESESHOP
|
||||
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
||||
@ -19,14 +20,12 @@ CPE_VENDOR= python
|
||||
USE_PYTHON= autoplist concurrent distutils
|
||||
NO_ARCH= yes
|
||||
|
||||
OPTIONS_DEFINE= DBUS KEYRINGS_ALT SECRET_SERVICE
|
||||
OPTIONS_DEFAULT= KEYRINGS_ALT SECRET_SERVICE
|
||||
OPTIONS_DEFINE= DBUS SECRET_SERVICE
|
||||
OPTIONS_DEFAULT= SECRET_SERVICE
|
||||
DBUS_DESC= Install Python DBUS to support the kwallet backend
|
||||
KEYRINGS_ALT_DESC= Install Alternate Python keyring implementations backend
|
||||
SECRET_SERVICE_DESC= Install SecretStorage to support the SecretService backend
|
||||
|
||||
DBUS_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}dbus>0:devel/py-dbus@${PY_FLAVOR}
|
||||
KEYRINGS_ALT_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}keyrings.alt>0:security/py-keyrings.alt@${PY_FLAVOR}
|
||||
SECRET_SERVICE_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}SecretStorage>0:security/py-SecretStorage@${PY_FLAVOR}
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
Loading…
Reference in New Issue
Block a user