mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-20 00:21:35 +00:00
Update to 18.0.1
Changes: https://github.com/jaraco/keyring/releases https://github.com/jaraco/keyring/blob/master/CHANGES.rst PR: 244417 Submitted by: sunpoet (myself) Approved by: Douglas Thrift <douglas@douglasthrift.net> (maintainer)
This commit is contained in:
parent
6a54a480ee
commit
ff7e3c244a
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=527207
@ -2,8 +2,7 @@
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= keyring
|
||||
DISTVERSION= 12.0.1
|
||||
PORTREVISION= 1
|
||||
PORTVERSION= 18.0.1
|
||||
CATEGORIES= security python
|
||||
MASTER_SITES= CHEESESHOP
|
||||
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
||||
@ -13,8 +12,8 @@ COMMENT= Store and access your passwords safely
|
||||
|
||||
LICENSE= PSFL
|
||||
|
||||
BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}setuptools_scm>=1.15.1:devel/py-setuptools_scm@${PY_FLAVOR}
|
||||
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}entrypoints>=0.2.3:devel/py-entrypoints@${PY_FLAVOR}
|
||||
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}
|
||||
|
||||
USES= python
|
||||
USE_PYTHON= autoplist concurrent distutils
|
||||
@ -28,6 +27,6 @@ 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>=1.0.0:security/py-SecretStorage@${PY_FLAVOR}
|
||||
SECRET_SERVICE_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}SecretStorage>0:security/py-SecretStorage@${PY_FLAVOR}
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
@ -1,3 +1,3 @@
|
||||
TIMESTAMP = 1523172793
|
||||
SHA256 (keyring-12.0.1.tar.gz) = 846c9c709ee1203bac5444abec19b5228f4601377686f33cba672aa0ba313abd
|
||||
SIZE (keyring-12.0.1.tar.gz) = 41430
|
||||
TIMESTAMP = 1581445427
|
||||
SHA256 (keyring-18.0.1.tar.gz) = 67d6cc0132bd77922725fae9f18366bb314fd8f95ff4d323a4df41890a96a838
|
||||
SIZE (keyring-18.0.1.tar.gz) = 48559
|
||||
|
Loading…
Reference in New Issue
Block a user