pkgsrc-Changes archive

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

CVS commit: pkgsrc/www/py-sydent



Module Name:    pkgsrc
Committed By:   wiz
Date:           Sun Sep 28 20:01:46 UTC 2025

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

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

Bump PKGREVISION.


To generate a diff of this commit:
cvs rdiff -u -r1.9 -r1.10 pkgsrc/www/py-sydent/Makefile
cvs rdiff -u -r1.4 -r1.5 pkgsrc/www/py-sydent/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-sydent/Makefile
diff -u pkgsrc/www/py-sydent/Makefile:1.9 pkgsrc/www/py-sydent/Makefile:1.10
--- pkgsrc/www/py-sydent/Makefile:1.9   Sat Jul  5 11:44:18 2025
+++ pkgsrc/www/py-sydent/Makefile       Sun Sep 28 20:01:46 2025
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.9 2025/07/05 11:44:18 wiz Exp $
+# $NetBSD: Makefile,v 1.10 2025/09/28 20:01:46 wiz Exp $
 
 DISTNAME=      matrix_sydent-2.6.1
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME:S/matrix_//}
-PKGREVISION=   1
+PKGREVISION=   2
 CATEGORIES=    www python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=m/matrix-sydent/}
 
@@ -11,7 +11,7 @@ HOMEPAGE=     https://github.com/matrix-org/
 COMMENT=       Matrix Identity Servers
 LICENSE=       apache-2.0
 
-TOOL_DEPENDS+= ${PYPKGPREFIX}-poetry-core>=2.0.1:../../devel/py-poetry-core
+TOOL_DEPENDS+= ${PYPKGPREFIX}-poetry-core>=2.2.1:../../devel/py-poetry-core
 DEPENDS+=      ${PYPKGPREFIX}-OpenSSL>=16.0.0:../../security/py-OpenSSL
 DEPENDS+=      ${PYPKGPREFIX}-attrs>=19.1.0:../../devel/py-attrs
 DEPENDS+=      ${PYPKGPREFIX}-jinja2>=3.0.0:../../textproc/py-jinja2

Index: pkgsrc/www/py-sydent/PLIST
diff -u pkgsrc/www/py-sydent/PLIST:1.4 pkgsrc/www/py-sydent/PLIST:1.5
--- pkgsrc/www/py-sydent/PLIST:1.4      Tue Jan 14 09:46:21 2025
+++ pkgsrc/www/py-sydent/PLIST  Sun Sep 28 20:01:46 2025
@@ -1,10 +1,10 @@
-@comment $NetBSD: PLIST,v 1.4 2025/01/14 09:46:21 wiz Exp $
+@comment $NetBSD: PLIST,v 1.5 2025/09/28 20:01:46 wiz Exp $
 bin/sydent
-${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}/sydent/__init__.py
 ${PYSITELIB}/sydent/__init__.pyc
 ${PYSITELIB}/sydent/__init__.pyo



Home | Main Index | Thread Index | Old Index