pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/py-sure



Module Name:    pkgsrc
Committed By:   wiz
Date:           Thu Oct  9 11:14:24 UTC 2025

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

Log Message:
py-sure: set WHEEL_NAME to fix PLIST


To generate a diff of this commit:
cvs rdiff -u -r1.12 -r1.13 pkgsrc/devel/py-sure/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-sure/Makefile
diff -u pkgsrc/devel/py-sure/Makefile:1.12 pkgsrc/devel/py-sure/Makefile:1.13
--- pkgsrc/devel/py-sure/Makefile:1.12  Sat Apr 12 20:54:48 2025
+++ pkgsrc/devel/py-sure/Makefile       Thu Oct  9 11:14:24 2025
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.12 2025/04/12 20:54:48 adam Exp $
+# $NetBSD: Makefile,v 1.13 2025/10/09 11:14:24 wiz Exp $
 
 DISTNAME=      sure-2.0.1
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
@@ -19,6 +19,8 @@ TEST_DEPENDS+=        ${PYPKGPREFIX}-nose-[0-9]
 
 USE_LANGUAGES= # none
 
+WHEEL_NAME=    sure-0.0.0
+
 post-install:
        cd ${DESTDIR}${PREFIX}/bin && \
        ${MV} sure sure-${PYVERSSUFFIX} || ${TRUE}



Home | Main Index | Thread Index | Old Index