pkgsrc-Changes archive

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

CVS commit: pkgsrc/x11/py-sip-qt5



Module Name:    pkgsrc
Committed By:   wiz
Date:           Wed Mar  5 11:02:00 UTC 2025

Modified Files:
        pkgsrc/x11/py-sip-qt5: Makefile

Log Message:
py-sip-qt5: 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/x11/py-sip-qt5/Makefile

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

Modified files:

Index: pkgsrc/x11/py-sip-qt5/Makefile
diff -u pkgsrc/x11/py-sip-qt5/Makefile:1.15 pkgsrc/x11/py-sip-qt5/Makefile:1.16
--- pkgsrc/x11/py-sip-qt5/Makefile:1.15 Tue Feb  4 22:04:02 2025
+++ pkgsrc/x11/py-sip-qt5/Makefile      Wed Mar  5 11:02:00 2025
@@ -1,7 +1,8 @@
-# $NetBSD: Makefile,v 1.15 2025/02/04 22:04:02 adam Exp $
+# $NetBSD: Makefile,v 1.16 2025/03/05 11:02:00 wiz Exp $
 
 DISTNAME=      pyqt5_sip-12.17.0
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME:S/pyqt5_sip/sip-qt5/}
+PKGREVISION=   1
 CATEGORIES=    x11 python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=P/PyQt5-sip/}
 
@@ -10,9 +11,7 @@ HOMEPAGE=     https://github.com/Python-SIP/
 COMMENT=       Qt5 support for sip
 LICENSE=       sip-license OR gnu-gpl-v2 OR gnu-gpl-v3
 
-WHEEL_NAME=    ${DISTNAME:S/pyq/PyQ/}
-
-TOOL_DEPENDS+= ${PYPKGPREFIX}-setuptools>=69.5:../../devel/py-setuptools
+TOOL_DEPENDS+= ${PYPKGPREFIX}-setuptools>=75.8.2:../../devel/py-setuptools
 
 USE_LANGUAGES= c c++
 



Home | Main Index | Thread Index | Old Index