pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/py-SDL2



Module Name:    pkgsrc
Committed By:   wiz
Date:           Wed Mar  5 09:37:48 UTC 2025

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

Log Message:
py-SDL2: fix wheel name for latest setuptools and depend on it

Bump PKGREVISION.


To generate a diff of this commit:
cvs rdiff -u -r1.15 -r1.16 pkgsrc/devel/py-SDL2/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-SDL2/Makefile
diff -u pkgsrc/devel/py-SDL2/Makefile:1.15 pkgsrc/devel/py-SDL2/Makefile:1.16
--- pkgsrc/devel/py-SDL2/Makefile:1.15  Wed Feb 12 06:44:40 2025
+++ pkgsrc/devel/py-SDL2/Makefile       Wed Mar  5 09:37:48 2025
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.15 2025/02/12 06:44:40 ryoon Exp $
+# $NetBSD: Makefile,v 1.16 2025/03/05 09:37:48 wiz Exp $
 
 DISTNAME=      pysdl2-0.9.17
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME:S/py//}
-PKGREVISION=   1
+PKGREVISION=   2
 CATEGORIES=    devel python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=P/PySDL2/}
 
@@ -11,9 +11,7 @@ HOMEPAGE=     https://github.com/py-sdl/py-s
 COMMENT=       Python SDL2 bindings
 LICENSE=       cc0-1.0-universal OR zlib
 
-WHEEL_NAME=    ${DISTNAME:S/pysdl/PySDL/}
-
-TOOL_DEPENDS+= ${PYPKGPREFIX}-setuptools-[0-9]*:../../devel/py-setuptools
+TOOL_DEPENDS+= ${PYPKGPREFIX}-setuptools>=75.8.2:../../devel/py-setuptools
 TEST_DEPENDS+= ${PYPKGPREFIX}-OpenGL-[0-9]*:../../graphics/py-OpenGL
 
 USE_LANGUAGES= # none



Home | Main Index | Thread Index | Old Index