pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/www/py-pysaml2



Module Name:    pkgsrc
Committed By:   wiz
Date:           Sun Sep 28 20:00:19 UTC 2025

Modified Files:
        pkgsrc/www/py-pysaml2: Makefile PLIST

Log Message:
py-pysaml2: fix for latest poetry-core

Bump PKGREVISION.


To generate a diff of this commit:
cvs rdiff -u -r1.4 -r1.5 pkgsrc/www/py-pysaml2/Makefile
cvs rdiff -u -r1.2 -r1.3 pkgsrc/www/py-pysaml2/PLIST

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/www/py-pysaml2/Makefile
diff -u pkgsrc/www/py-pysaml2/Makefile:1.4 pkgsrc/www/py-pysaml2/Makefile:1.5
--- pkgsrc/www/py-pysaml2/Makefile:1.4  Tue Apr 22 16:17:38 2025
+++ pkgsrc/www/py-pysaml2/Makefile      Sun Sep 28 20:00:19 2025
@@ -1,7 +1,8 @@
-# $NetBSD: Makefile,v 1.4 2025/04/22 16:17:38 adam Exp $
+# $NetBSD: Makefile,v 1.5 2025/09/28 20:00:19 wiz Exp $
 
 DISTNAME=      pysaml2-7.5.2
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
+PKGREVISION=   1
 CATEGORIES=    www python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=p/pysaml2/}
 
@@ -10,7 +11,7 @@ HOMEPAGE=     https://github.com/IdentityPyt
 COMMENT=       Python implementation of SAML Version 2
 LICENSE=       apache-2.0
 
-TOOL_DEPENDS+= ${PYPKGPREFIX}-poetry-core>=1.0.0:../../devel/py-poetry-core
+TOOL_DEPENDS+= ${PYPKGPREFIX}-poetry-core>=2.2.1:../../devel/py-poetry-core
 DEPENDS+=      ${PYPKGPREFIX}-OpenSSL-[0-9]*:../../security/py-OpenSSL
 DEPENDS+=      ${PYPKGPREFIX}-cryptography>=3.1:../../security/py-cryptography
 DEPENDS+=      ${PYPKGPREFIX}-dateutil-[0-9]*:../../time/py-dateutil

Index: pkgsrc/www/py-pysaml2/PLIST
diff -u pkgsrc/www/py-pysaml2/PLIST:1.2 pkgsrc/www/py-pysaml2/PLIST:1.3
--- pkgsrc/www/py-pysaml2/PLIST:1.2     Tue Apr 22 16:17:38 2025
+++ pkgsrc/www/py-pysaml2/PLIST Sun Sep 28 20:00:19 2025
@@ -1,13 +1,13 @@
-@comment $NetBSD: PLIST,v 1.2 2025/04/22 16:17:38 adam Exp $
+@comment $NetBSD: PLIST,v 1.3 2025/09/28 20:00:19 wiz Exp $
 bin/make_metadata-${PYVERSSUFFIX}
 bin/mdexport-${PYVERSSUFFIX}
 bin/merge_metadata-${PYVERSSUFFIX}
 bin/parse_xsd2-${PYVERSSUFFIX}
-${PYSITELIB}/${WHEEL_INFODIR}/LICENSE
 ${PYSITELIB}/${WHEEL_INFODIR}/METADATA
 ${PYSITELIB}/${WHEEL_INFODIR}/RECORD
 ${PYSITELIB}/${WHEEL_INFODIR}/WHEEL
 ${PYSITELIB}/${WHEEL_INFODIR}/entry_points.txt
+${PYSITELIB}/${WHEEL_INFODIR}/licenses/LICENSE
 ${PYSITELIB}/saml2/__init__.py
 ${PYSITELIB}/saml2/__init__.pyc
 ${PYSITELIB}/saml2/__init__.pyo



Home | Main Index | Thread Index | Old Index