aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPo-Chuan Hsieh <sunpoet@FreeBSD.org>2023-09-11 03:08:51 +0000
committerPo-Chuan Hsieh <sunpoet@FreeBSD.org>2023-09-11 03:11:31 +0000
commitff2354abcd9467267648eb741bcc139b4f52cf7d (patch)
treef1ae550ac2190d41f46decce5a7f1444831c800c
parent9dbd899820b34b27cd5bfa9600b04808d3fc3161 (diff)
downloadports-ff2354abcd9467267648eb741bcc139b4f52cf7d.tar.gz
ports-ff2354abcd9467267648eb741bcc139b4f52cf7d.zip
security/py-pyhanko: Allow build with py-pyhanko-certvalidator 0.24.0
- Bump PORTREVISION for package change
-rw-r--r--security/py-pyhanko/Makefile3
-rw-r--r--security/py-pyhanko/files/patch-pyproject.toml6
2 files changed, 6 insertions, 3 deletions
diff --git a/security/py-pyhanko/Makefile b/security/py-pyhanko/Makefile
index a8bab9d7c43c..3446143923c0 100644
--- a/security/py-pyhanko/Makefile
+++ b/security/py-pyhanko/Makefile
@@ -1,5 +1,6 @@
PORTNAME= pyhanko
PORTVERSION= 0.20.0
+PORTREVISION= 1
CATEGORIES= security python
MASTER_SITES= PYPI
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
@@ -17,7 +18,7 @@ BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}setuptools>=61:devel/py-setuptools@${PY_FL
${PYTHON_PKGNAMEPREFIX}wheel>=0:devel/py-wheel@${PY_FLAVOR}
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}asn1crypto>=1.5.1:devel/py-asn1crypto@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}click>=7.1.2:devel/py-click@${PY_FLAVOR} \
- ${PYTHON_PKGNAMEPREFIX}pyhanko-certvalidator>=0.23<0.24:security/py-pyhanko-certvalidator@${PY_FLAVOR} \
+ ${PYTHON_PKGNAMEPREFIX}pyhanko-certvalidator>=0.24<0.25:security/py-pyhanko-certvalidator@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}yaml>=5.3.1:devel/py-yaml@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}qrcode>=6.1:textproc/py-qrcode@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}requests>=2.24.0:www/py-requests@${PY_FLAVOR} \
diff --git a/security/py-pyhanko/files/patch-pyproject.toml b/security/py-pyhanko/files/patch-pyproject.toml
index c1d43c221b88..cf22adfbe681 100644
--- a/security/py-pyhanko/files/patch-pyproject.toml
+++ b/security/py-pyhanko/files/patch-pyproject.toml
@@ -16,12 +16,14 @@
description = "Tools for stamping and signing PDF files"
authors = [{name = "Matthias Valvekens", email = "dev@mvalvekens.be"}]
maintainers = [{name = "Matthias Valvekens", email = "dev@mvalvekens.be"}]
-@@ -36,7 +36,7 @@ requires-python = ">=3.7"
+@@ -36,8 +36,8 @@ requires-python = ">=3.7"
dependencies = [
"asn1crypto>=1.5.1",
"qrcode>=6.1",
- "tzlocal>=4.3",
+- "pyhanko-certvalidator==0.23.*",
+ "tzlocal>=4.2",
- "pyhanko-certvalidator==0.23.*",
++ "pyhanko-certvalidator==0.24.*",
"click>=7.1.2",
"requests>=2.24.0",
+ "pyyaml>=5.3.1",