pkgsrc-Changes archive

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

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



Module Name:    pkgsrc
Committed By:   wiz
Date:           Mon Mar  3 07:07:11 UTC 2025

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

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

Bump PKGREVISION.


To generate a diff of this commit:
cvs rdiff -u -r1.7 -r1.8 pkgsrc/x11/py-sip-qt6/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-qt6/Makefile
diff -u pkgsrc/x11/py-sip-qt6/Makefile:1.7 pkgsrc/x11/py-sip-qt6/Makefile:1.8
--- pkgsrc/x11/py-sip-qt6/Makefile:1.7  Tue Feb  4 22:05:31 2025
+++ pkgsrc/x11/py-sip-qt6/Makefile      Mon Mar  3 07:07:11 2025
@@ -1,7 +1,8 @@
-# $NetBSD: Makefile,v 1.7 2025/02/04 22:05:31 adam Exp $
+# $NetBSD: Makefile,v 1.8 2025/03/03 07:07:11 wiz Exp $
 
 DISTNAME=      pyqt6_sip-13.10.0
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME:S/pyqt6_sip/sip-qt6/}
+PKGREVISION=   1
 CATEGORIES=    x11 python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=p/pyqt6_sip/}
 
@@ -10,11 +11,9 @@ HOMEPAGE=    https://github.com/Python-SIP/
 COMMENT=       Qt6 support for sip
 LICENSE=       sip-license OR gnu-gpl-v2 OR gnu-gpl-v3
 
-TOOL_DEPENDS+= ${PYPKGPREFIX}-setuptools>=30.3:../../devel/py-setuptools
+TOOL_DEPENDS+= ${PYPKGPREFIX}-setuptools>=75.8.2:../../devel/py-setuptools
 
 USE_LANGUAGES= c c++
 
-WHEEL_NAME=    ${DISTNAME:S/pyq/PyQ/}
-
 .include "../../lang/python/wheel.mk"
 .include "../../mk/bsd.pkg.mk"



Home | Main Index | Thread Index | Old Index