Skip to content

Commit

Permalink
security/py-pyhanko-certvalidator: Update to 0.23.0
Browse files Browse the repository at this point in the history
  • Loading branch information
sunpoet committed Jul 9, 2023
1 parent ce543ca commit 1424f61
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 6 deletions.
8 changes: 5 additions & 3 deletions security/py-pyhanko-certvalidator/Makefile
@@ -1,5 +1,5 @@
PORTNAME= pyhanko-certvalidator
PORTVERSION= 0.20.1
PORTVERSION= 0.23.0
CATEGORIES= security python
MASTER_SITES= PYPI
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
Expand All @@ -11,14 +11,16 @@ WWW= https://github.com/MatthiasValvekens/certvalidator
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/LICENSE

BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}setuptools>=61:devel/py-setuptools@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}wheel>=0:devel/py-wheel@${PY_FLAVOR}
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}asn1crypto>=1.5.1:devel/py-asn1crypto@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}cryptography>=3.3.1:security/py-cryptography@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}cryptography>=3.3.1,1:security/py-cryptography@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}oscrypto>=1.1.0:security/py-oscrypto@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}requests>=2.24.0:www/py-requests@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}uritools>=3.0.1:net/py-uritools@${PY_FLAVOR}

USES= python
USE_PYTHON= autoplist concurrent distutils
USE_PYTHON= autoplist concurrent pep517

NO_ARCH= yes

Expand Down
6 changes: 3 additions & 3 deletions security/py-pyhanko-certvalidator/distinfo
@@ -1,3 +1,3 @@
TIMESTAMP = 1681052988
SHA256 (pyhanko-certvalidator-0.20.1.tar.gz) = 58651ef0486a081b9b6a4117fb6f4d725e71cdf72cfa10f5f7e7426ccbea036e
SIZE (pyhanko-certvalidator-0.20.1.tar.gz) = 100466
TIMESTAMP = 1688166318
SHA256 (pyhanko-certvalidator-0.23.0.tar.gz) = 424d9070e92096ab088ae1bf5b027a0fd6adb48a3b5ff446d53b14d1dbc00338
SIZE (pyhanko-certvalidator-0.23.0.tar.gz) = 99071
12 changes: 12 additions & 0 deletions security/py-pyhanko-certvalidator/files/patch-pyproject.toml
@@ -0,0 +1,12 @@
--- pyproject.toml.orig 2023-05-14 16:55:10 UTC
+++ pyproject.toml
@@ -1,7 +1,7 @@
[build-system]
requires = [
- "setuptools>=67.4",
- "wheel", "pytest-runner",
+ "setuptools>=61",
+ "wheel",
]
build-backend = "setuptools.build_meta"

0 comments on commit 1424f61

Please sign in to comment.