diff options
Diffstat (limited to 'security/py-xmlsec')
| -rw-r--r-- | security/py-xmlsec/Makefile | 7 | ||||
| -rw-r--r-- | security/py-xmlsec/distinfo | 6 |
2 files changed, 8 insertions, 5 deletions
diff --git a/security/py-xmlsec/Makefile b/security/py-xmlsec/Makefile index 8218f7db77bd..b464861ce6c8 100644 --- a/security/py-xmlsec/Makefile +++ b/security/py-xmlsec/Makefile @@ -1,5 +1,5 @@ PORTNAME= xmlsec -DISTVERSION= 1.3.16 +DISTVERSION= 1.3.17 CATEGORIES= security python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -11,7 +11,7 @@ WWW= https://github.com/mehcode/python-xmlsec/ LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE -BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}lxml5>=5.4.0:devel/py-lxml5@${PY_FLAVOR} \ +BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}lxml>=6.0.1:devel/py-lxml@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}pkgconfig>=1.5.1:devel/py-pkgconfig@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}setuptools-scm>=3.4:devel/py-setuptools-scm@${PY_FLAVOR} \ ${PY_SETUPTOOLS} \ @@ -26,6 +26,9 @@ USE_PYTHON= autoplist pep517 flavors pytest INSTALL_TARGET= install-strip +post-patch: + @${REINPLACE_CMD} -e 's|==80.9.0|>=63|g; s|==6.0.2|>=6.0.1|g' ${WRKSRC}/pyproject.toml + post-install: @${STRIP_CMD} ${STAGEDIR}${PYTHON_SITELIBDIR}/xmlsec*.so diff --git a/security/py-xmlsec/distinfo b/security/py-xmlsec/distinfo index fc767f7b3bca..26e2c8af0f97 100644 --- a/security/py-xmlsec/distinfo +++ b/security/py-xmlsec/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1752211418 -SHA256 (xmlsec-1.3.16.tar.gz) = 2b6c70544c6d1d4ca006aaa314958e0ef3514dc81fffde1b23f2ec41a5791f9d -SIZE (xmlsec-1.3.16.tar.gz) = 114202 +TIMESTAMP = 1763048526 +SHA256 (xmlsec-1.3.17.tar.gz) = f3fac9ae679f66585925cc00c5f6839ae36c1d03157619571dee18acc05b9c01 +SIZE (xmlsec-1.3.17.tar.gz) = 115637 |
