2013-01-21 11:16:06 +01:00
|
|
|
# Created by: Douglas Thrift <douglas@douglasthrift.net>
|
2009-09-04 23:04:44 +02:00
|
|
|
|
|
|
|
PORTNAME= keyring
|
2021-05-07 01:47:33 +02:00
|
|
|
PORTVERSION= 18.0.1
|
|
|
|
PORTEPOCH= 1
|
2009-09-04 23:04:44 +02:00
|
|
|
CATEGORIES= security python
|
2010-08-11 06:11:45 +02:00
|
|
|
MASTER_SITES= CHEESESHOP
|
2009-09-04 23:04:44 +02:00
|
|
|
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
|
|
|
|
|
|
|
MAINTAINER= douglas@douglasthrift.net
|
|
|
|
COMMENT= Store and access your passwords safely
|
|
|
|
|
2011-01-15 14:38:35 +01:00
|
|
|
LICENSE= PSFL
|
2010-08-11 06:11:45 +02:00
|
|
|
|
2020-02-26 21:48:11 +01:00
|
|
|
BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}setuptools_scm>=1.15.0:devel/py-setuptools_scm@${PY_FLAVOR}
|
|
|
|
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}entrypoints>=0:devel/py-entrypoints@${PY_FLAVOR}
|
2013-03-24 06:33:16 +01:00
|
|
|
|
2021-10-13 15:14:14 +02:00
|
|
|
USES= cpe python:3.6+
|
|
|
|
CPE_VENDOR= python
|
2018-04-08 09:40:20 +02:00
|
|
|
USE_PYTHON= autoplist concurrent distutils
|
|
|
|
NO_ARCH= yes
|
2009-09-04 23:04:44 +02:00
|
|
|
|
2016-02-12 22:05:59 +01:00
|
|
|
OPTIONS_DEFINE= DBUS KEYRINGS_ALT SECRET_SERVICE
|
2016-08-09 21:43:49 +02:00
|
|
|
OPTIONS_DEFAULT= KEYRINGS_ALT SECRET_SERVICE
|
2016-02-12 22:05:59 +01:00
|
|
|
DBUS_DESC= Install Python DBUS to support the kwallet backend
|
2017-11-09 11:31:26 +01:00
|
|
|
KEYRINGS_ALT_DESC= Install Alternate Python keyring implementations backend
|
2013-06-09 18:48:39 +02:00
|
|
|
SECRET_SERVICE_DESC= Install SecretStorage to support the SecretService backend
|
2016-02-12 22:05:59 +01:00
|
|
|
|
2018-06-20 19:05:41 +02:00
|
|
|
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}
|
2020-02-26 21:48:11 +01:00
|
|
|
SECRET_SERVICE_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}SecretStorage>0:security/py-SecretStorage@${PY_FLAVOR}
|
2013-06-09 18:48:39 +02:00
|
|
|
|
2013-03-24 06:33:16 +01:00
|
|
|
.include <bsd.port.mk>
|