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: Mon Mar 3 06:58:21 UTC 2025
Modified Files:
pkgsrc/textproc/py-Unidecode: Makefile
Log Message:
py-Unidecode: fix wheel name for latest setuptools and depend on it
Bump PKGREVISION.
To generate a diff of this commit:
cvs rdiff -u -r1.18 -r1.19 pkgsrc/textproc/py-Unidecode/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-Unidecode/Makefile
diff -u pkgsrc/textproc/py-Unidecode/Makefile:1.18 pkgsrc/textproc/py-Unidecode/Makefile:1.19
--- pkgsrc/textproc/py-Unidecode/Makefile:1.18 Mon Nov 11 07:29:01 2024
+++ pkgsrc/textproc/py-Unidecode/Makefile Mon Mar 3 06:58:21 2025
@@ -1,7 +1,8 @@
-# $NetBSD: Makefile,v 1.18 2024/11/11 07:29:01 wiz Exp $
+# $NetBSD: Makefile,v 1.19 2025/03/03 06:58:21 wiz Exp $
DISTNAME= Unidecode-1.3.8
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
+PKGREVISION= 1
CATEGORIES= textproc python
MASTER_SITES= ${MASTER_SITE_PYPI:=U/Unidecode/}
@@ -10,11 +11,11 @@ HOMEPAGE= https://github.com/avian2/unid
COMMENT= ASCII transliterations of Unicode text
LICENSE= gnu-gpl-v2
-TOOL_DEPENDS+= ${PYPKGPREFIX}-setuptools-[0-9]*:../../devel/py-setuptools
+TOOL_DEPENDS+= ${PYPKGPREFIX}-setuptools>=75.8.2:../../devel/py-setuptools
USE_LANGUAGES= # none
-PYTHON_VERSIONS_INCOMPATIBLE= 27
+WHEEL_NAME= ${DISTNAME:S/U/u/}
post-install:
cd ${DESTDIR}${PREFIX}/bin && \
Home |
Main Index |
Thread Index |
Old Index