Po-Chuan Hsieh
2025-05-29 12:44:14 +08:00
parent ea3e95367d
commit 4fbf20975d
3 changed files with 13 additions and 7 deletions
+2 -2
View File
@@ -1,5 +1,5 @@
PORTNAME= pyhanko
PORTVERSION= 0.27.1
PORTVERSION= 0.28.0
CATEGORIES= security python
MASTER_SITES= PYPI \
https://github.com/MatthiasValvekens/pyHanko/releases/download/v${PORTVERSION}/
@@ -18,7 +18,7 @@ BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}setuptools>=61:devel/py-setuptools@${PY_FL
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}asn1crypto>=1.5.1:devel/py-asn1crypto@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}click>=8.1.3<8.2.0:devel/py-click@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}defusedxml>=0.7.1<0.8:devel/py-defusedxml@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}pyhanko-certvalidator>=0.26.5<0.27:security/py-pyhanko-certvalidator@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}pyhanko-certvalidator>=0.27.0<0.28:security/py-pyhanko-certvalidator@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}pyyaml>=6.0:devel/py-pyyaml@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}qrcode>=7.3.1:textproc/py-qrcode@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}requests>=2.31.0:www/py-requests@${PY_FLAVOR} \
+3 -3
View File
@@ -1,3 +1,3 @@
TIMESTAMP = 1747715466
SHA256 (pyhanko-0.27.1.tar.gz) = 2378e3189591740a94d5633d772cb11d9a619dab7ed5437fa3004c95ae279de8
SIZE (pyhanko-0.27.1.tar.gz) = 389689
TIMESTAMP = 1748107942
SHA256 (pyhanko-0.28.0.tar.gz) = ec9832f1347ab52b7cb4cc9ea184a2d44e168ffdf16823a667aaed391809b430
SIZE (pyhanko-0.28.0.tar.gz) = 509521
@@ -1,6 +1,6 @@
--- pyproject.toml.orig 2024-03-07 22:13:09 UTC
--- pyproject.toml.orig 2025-05-24 12:37:13 UTC
+++ pyproject.toml
@@ -1,12 +1,12 @@ requires = [
@@ -1,17 +1,16 @@ requires = [
[build-system]
requires = [
- "setuptools>=67.4",
@@ -15,3 +15,9 @@
description = "Tools for stamping and signing PDF files"
authors = [{name = "Matthias Valvekens", email = "dev@mvalvekens.be"}]
maintainers = [{name = "Matthias Valvekens", email = "dev@mvalvekens.be"}]
-license = "MIT"
-license-files = ["LICENSE", "src/pyhanko/pdf_utils/LICENSE.PyPDF2"]
+license = {text = "MIT"}
keywords = [
"signature",
"pdf",