pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/textproc/py-Unidecode
Module Name: pkgsrc
Committed By: wiz
Date: Sun Apr 13 12:38:11 UTC 2025
Modified Files:
pkgsrc/textproc/py-Unidecode: Makefile PLIST
Log Message:
py-Unidecode: fix for setuptools>=78
To generate a diff of this commit:
cvs rdiff -u -r1.19 -r1.20 pkgsrc/textproc/py-Unidecode/Makefile
cvs rdiff -u -r1.7 -r1.8 pkgsrc/textproc/py-Unidecode/PLIST
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-Unidecode/Makefile
diff -u pkgsrc/textproc/py-Unidecode/Makefile:1.19 pkgsrc/textproc/py-Unidecode/Makefile:1.20
--- pkgsrc/textproc/py-Unidecode/Makefile:1.19 Mon Mar 3 06:58:21 2025
+++ pkgsrc/textproc/py-Unidecode/Makefile Sun Apr 13 12:38:10 2025
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.19 2025/03/03 06:58:21 wiz Exp $
+# $NetBSD: Makefile,v 1.20 2025/04/13 12:38:10 wiz Exp $
DISTNAME= Unidecode-1.3.8
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
-PKGREVISION= 1
+PKGREVISION= 2
CATEGORIES= textproc python
MASTER_SITES= ${MASTER_SITE_PYPI:=U/Unidecode/}
@@ -11,7 +11,7 @@ HOMEPAGE= https://github.com/avian2/unid
COMMENT= ASCII transliterations of Unicode text
LICENSE= gnu-gpl-v2
-TOOL_DEPENDS+= ${PYPKGPREFIX}-setuptools>=75.8.2:../../devel/py-setuptools
+TOOL_DEPENDS+= ${PYPKGPREFIX}-setuptools>=78:../../devel/py-setuptools
USE_LANGUAGES= # none
Index: pkgsrc/textproc/py-Unidecode/PLIST
diff -u pkgsrc/textproc/py-Unidecode/PLIST:1.7 pkgsrc/textproc/py-Unidecode/PLIST:1.8
--- pkgsrc/textproc/py-Unidecode/PLIST:1.7 Thu Jan 11 13:06:36 2024
+++ pkgsrc/textproc/py-Unidecode/PLIST Sun Apr 13 12:38:10 2025
@@ -1,10 +1,10 @@
-@comment $NetBSD: PLIST,v 1.7 2024/01/11 13:06:36 adam Exp $
+@comment $NetBSD: PLIST,v 1.8 2025/04/13 12:38:10 wiz Exp $
bin/unidecode-${PYVERSSUFFIX}
-${PYSITELIB}/${WHEEL_INFODIR}/LICENSE
${PYSITELIB}/${WHEEL_INFODIR}/METADATA
${PYSITELIB}/${WHEEL_INFODIR}/RECORD
${PYSITELIB}/${WHEEL_INFODIR}/WHEEL
${PYSITELIB}/${WHEEL_INFODIR}/entry_points.txt
+${PYSITELIB}/${WHEEL_INFODIR}/licenses/LICENSE
${PYSITELIB}/${WHEEL_INFODIR}/top_level.txt
${PYSITELIB}/unidecode/__init__.py
${PYSITELIB}/unidecode/__init__.pyc
Home |
Main Index |
Thread Index |
Old Index