diff options
author | Muhammad Moinur Rahman <bofh@FreeBSD.org> | 2025-03-12 08:01:16 +0000 |
---|---|---|
committer | Muhammad Moinur Rahman <bofh@FreeBSD.org> | 2025-03-12 08:07:43 +0000 |
commit | 34f3d8e494f8f67ddbb250f679b5d2cad3573537 (patch) | |
tree | 49a609023bf2342532cead64724ee4b362cb510b | |
parent | 47f96b485554bc51f2bc9c0a92d23e37582457cf (diff) |
security/py-xmlsec: Update version 1.3.14=>1.3.15
-rw-r--r-- | security/py-xmlsec/Makefile | 11 | ||||
-rw-r--r-- | security/py-xmlsec/distinfo | 6 |
2 files changed, 9 insertions, 8 deletions
diff --git a/security/py-xmlsec/Makefile b/security/py-xmlsec/Makefile index b51af7c800fb..188ed4360ba0 100644 --- a/security/py-xmlsec/Makefile +++ b/security/py-xmlsec/Makefile @@ -1,6 +1,5 @@ PORTNAME= xmlsec -DISTVERSION= 1.3.14 -PORTREVISION= 1 +DISTVERSION= 1.3.15 CATEGORIES= security python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -13,15 +12,17 @@ LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}lxml>=3.8.0:devel/py-lxml@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}pkgconfig>=0:devel/py-pkgconfig@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}setuptools-scm>0:devel/py-setuptools-scm@${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} \ + ${PYTHON_PKGNAMEPREFIX}wheel>0:devel/py-wheel@${PY_FLAVOR} LIB_DEPENDS= libltdl.so:devel/libltdl \ libxmlsec1-openssl.so:security/xmlsec1 TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}hypothesis>0:devel/py-hypothesis@${PY_FLAVOR} USES= gnome pkgconfig python USE_GNOME= libxml2 libxslt -USE_PYTHON= autoplist distutils flavors pytest +USE_PYTHON= autoplist pep517 flavors pytest INSTALL_TARGET= install-strip diff --git a/security/py-xmlsec/distinfo b/security/py-xmlsec/distinfo index df9b465c81b4..b4fd4a98cbac 100644 --- a/security/py-xmlsec/distinfo +++ b/security/py-xmlsec/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1713866962 -SHA256 (xmlsec-1.3.14.tar.gz) = 934f804f2f895bcdb86f1eaee236b661013560ee69ec108d29cdd6e5f292a2d9 -SIZE (xmlsec-1.3.14.tar.gz) = 68854 +TIMESTAMP = 1741766224 +SHA256 (xmlsec-1.3.15.tar.gz) = baa856b83d0012e278e6f6cbec96ac8128de667ca9fa9a2eeb02c752e816f6d8 +SIZE (xmlsec-1.3.15.tar.gz) = 114117 |