pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/py-unpaddedbase64



Module Name:    pkgsrc
Committed By:   wiz
Date:           Tue Sep 23 07:26:39 UTC 2025

Modified Files:
        pkgsrc/devel/py-unpaddedbase64: Makefile

Log Message:
py-unpaddedbase64: depend on latest poetry-core for PLIST fix


To generate a diff of this commit:
cvs rdiff -u -r1.7 -r1.8 pkgsrc/devel/py-unpaddedbase64/Makefile

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

Modified files:

Index: pkgsrc/devel/py-unpaddedbase64/Makefile
diff -u pkgsrc/devel/py-unpaddedbase64/Makefile:1.7 pkgsrc/devel/py-unpaddedbase64/Makefile:1.8
--- pkgsrc/devel/py-unpaddedbase64/Makefile:1.7 Sat Oct 28 19:57:08 2023
+++ pkgsrc/devel/py-unpaddedbase64/Makefile     Tue Sep 23 07:26:39 2025
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.7 2023/10/28 19:57:08 wiz Exp $
+# $NetBSD: Makefile,v 1.8 2025/09/23 07:26:39 wiz Exp $
 
 DISTNAME=      unpaddedbase64-2.1.0
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
-PKGREVISION=   1
+PKGREVISION=   2
 CATEGORIES=    devel python
 MASTER_SITES=  ${MASTER_SITE_GITHUB:=matrix-org/}
 GITHUB_PROJECT=        python-unpaddedbase64
@@ -14,7 +14,7 @@ HOMEPAGE=     https://github.com/matrix-org/
 COMMENT=       Encode and decode Base64 without "=" padding
 LICENSE=       apache-2.0
 
-DEPENDS+=      ${PYPKGPREFIX}-poetry-core-[0-9]*:../../devel/py-poetry-core
+DEPENDS+=      ${PYPKGPREFIX}-poetry-core>=2.2.1:../../devel/py-poetry-core
 
 PYTHON_VERSIONS_INCOMPATIBLE=  27 # py-poetry-core
 



Home | Main Index | Thread Index | Old Index