pkgsrc-Changes archive

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

CVS commit: pkgsrc/textproc/py-ICU



Module Name:    pkgsrc
Committed By:   wiz
Date:           Wed Mar  5 10:28:39 UTC 2025

Modified Files:
        pkgsrc/textproc/py-ICU: Makefile

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

Bump PKGREVISION.


To generate a diff of this commit:
cvs rdiff -u -r1.35 -r1.36 pkgsrc/textproc/py-ICU/Makefile

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

Modified files:

Index: pkgsrc/textproc/py-ICU/Makefile
diff -u pkgsrc/textproc/py-ICU/Makefile:1.35 pkgsrc/textproc/py-ICU/Makefile:1.36
--- pkgsrc/textproc/py-ICU/Makefile:1.35        Thu Nov 14 22:21:54 2024
+++ pkgsrc/textproc/py-ICU/Makefile     Wed Mar  5 10:28:38 2025
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.35 2024/11/14 22:21:54 wiz Exp $
+# $NetBSD: Makefile,v 1.36 2025/03/05 10:28:38 wiz Exp $
 
 DISTNAME=      PyICU-2.14
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME:S/PyICU/ICU/}
-PKGREVISION=   1
+PKGREVISION=   2
 CATEGORIES=    textproc python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=P/PyICU/}
 
@@ -11,15 +11,17 @@ HOMEPAGE=   https://gitlab.pyicu.org/main/
 COMMENT=       Python extension wrapping the ICU C++ libraries
 LICENSE=       modified-bsd
 
-WRKSRC=                ${WRKDIR}/${DISTNAME:tl}
-
-TOOL_DEPENDS+= ${PYPKGPREFIX}-setuptools-[0-9]*:../../devel/py-setuptools
+TOOL_DEPENDS+= ${PYPKGPREFIX}-setuptools>=75.8.2:../../devel/py-setuptools
 TEST_DEPENDS+= ${PYPKGPREFIX}-six-[0-9]*:../../lang/py-six
 
 USE_CXX_FEATURES+=     c++17
 USE_LANGUAGES=         c c++
 USE_TOOLS+=            pkg-config
 
+WRKSRC=                ${WRKDIR}/${DISTNAME:tl}
+
+WHEEL_NAME=    ${DISTNAME:tl}
+
 .include "../../lang/python/wheel.mk"
 .include "../../textproc/icu/buildlink3.mk"
 .include "../../mk/bsd.pkg.mk"



Home | Main Index | Thread Index | Old Index