pkgsrc-Changes archive

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

CVS commit: pkgsrc/security/py-authlib



Module Name:    pkgsrc
Committed By:   wiz
Date:           Sun Mar  2 09:20:35 UTC 2025

Modified Files:
        pkgsrc/security/py-authlib: Makefile

Log Message:
py-authlib: fix WHEELNAME


To generate a diff of this commit:
cvs rdiff -u -r1.19 -r1.20 pkgsrc/security/py-authlib/Makefile

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

Modified files:

Index: pkgsrc/security/py-authlib/Makefile
diff -u pkgsrc/security/py-authlib/Makefile:1.19 pkgsrc/security/py-authlib/Makefile:1.20
--- pkgsrc/security/py-authlib/Makefile:1.19    Wed Feb 26 09:09:12 2025
+++ pkgsrc/security/py-authlib/Makefile Sun Mar  2 09:20:35 2025
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.19 2025/02/26 09:09:12 adam Exp $
+# $NetBSD: Makefile,v 1.20 2025/03/02 09:20:35 wiz Exp $
 
 DISTNAME=      authlib-1.5.0
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
@@ -14,6 +14,8 @@ TOOL_DEPENDS+=        ${PYPKGPREFIX}-setuptools
 
 USE_LANGUAGES= # none
 
+WHEEL_NAME=    ${DISTNAME:S/a/A/}
+
 PYTHON_VERSIONED_DEPENDENCIES+=        cryptography
 .include "../../lang/python/versioned_dependencies.mk"
 .include "../../lang/python/wheel.mk"



Home | Main Index | Thread Index | Old Index