pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/textproc/py-xlsxwriter
Module Name: pkgsrc
Committed By: wiz
Date: Wed Mar 5 10:34:02 UTC 2025
Modified Files:
pkgsrc/textproc/py-xlsxwriter: Makefile
Log Message:
py-xlsxwriter: fix wheel name for latest setuptools and depend on it
Bump PKGREVISION.
To generate a diff of this commit:
cvs rdiff -u -r1.73 -r1.74 pkgsrc/textproc/py-xlsxwriter/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-xlsxwriter/Makefile
diff -u pkgsrc/textproc/py-xlsxwriter/Makefile:1.73 pkgsrc/textproc/py-xlsxwriter/Makefile:1.74
--- pkgsrc/textproc/py-xlsxwriter/Makefile:1.73 Wed Jan 29 12:14:38 2025
+++ pkgsrc/textproc/py-xlsxwriter/Makefile Wed Mar 5 10:34:02 2025
@@ -1,7 +1,8 @@
-# $NetBSD: Makefile,v 1.73 2025/01/29 12:14:38 adam Exp $
+# $NetBSD: Makefile,v 1.74 2025/03/05 10:34:02 wiz Exp $
DISTNAME= xlsxwriter-3.2.2
PKGNAME= ${PYPKGPREFIX}-${DISTNAME:tl}
+PKGREVISION= 1
CATEGORIES= textproc python
MASTER_SITES= ${MASTER_SITE_PYPI:=X/XlsxWriter/}
@@ -10,9 +11,7 @@ HOMEPAGE= https://github.com/jmcnamara/X
COMMENT= Python module for creating Excel XLSX files
LICENSE= 2-clause-bsd
-WHEEL_NAME= ${DISTNAME:S/xlsxw/XlsxW/}
-
-TOOL_DEPENDS+= ${PYPKGPREFIX}-setuptools-[0-9]*:../../devel/py-setuptools
+TOOL_DEPENDS+= ${PYPKGPREFIX}-setuptools>=75.8.2:../../devel/py-setuptools
USE_LANGUAGES= # none
Home |
Main Index |
Thread Index |
Old Index