pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/textproc/py-uc-micro-py
Module Name: pkgsrc
Committed By: wiz
Date: Sun Apr 13 11:03:14 UTC 2025
Modified Files:
pkgsrc/textproc/py-uc-micro-py: Makefile PLIST
Log Message:
py-uc-micro-py: fix for setuptools>=78
To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.4 pkgsrc/textproc/py-uc-micro-py/Makefile
cvs rdiff -u -r1.1 -r1.2 pkgsrc/textproc/py-uc-micro-py/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-uc-micro-py/Makefile
diff -u pkgsrc/textproc/py-uc-micro-py/Makefile:1.3 pkgsrc/textproc/py-uc-micro-py/Makefile:1.4
--- pkgsrc/textproc/py-uc-micro-py/Makefile:1.3 Mon Nov 11 07:29:10 2024
+++ pkgsrc/textproc/py-uc-micro-py/Makefile Sun Apr 13 11:03:14 2025
@@ -1,7 +1,8 @@
-# $NetBSD: Makefile,v 1.3 2024/11/11 07:29:10 wiz Exp $
+# $NetBSD: Makefile,v 1.4 2025/04/13 11:03:14 wiz Exp $
DISTNAME= uc-micro-py-1.0.3
PKGNAME= ${PYPKGPREFIX}-${DISTNAME:S/_/-/}
+PKGREVISION= 1
CATEGORIES= textproc python
MASTER_SITES= ${MASTER_SITE_PYPI:=u/uc-micro-py/}
@@ -10,12 +11,10 @@ HOMEPAGE= https://github.com/tsutsu3/uc.
COMMENT= Micro subset of unicode data files for linkify-it-py project
LICENSE= mit
-TOOL_DEPENDS+= ${PYPKGPREFIX}-setuptools-[0-9]*:../../devel/py-setuptools
+TOOL_DEPENDS+= ${PYPKGPREFIX}-setuptools>=78:../../devel/py-setuptools
TEST_DEPENDS+= ${PYPKGPREFIX}-test-cov-[0-9]*:../../devel/py-test-cov
USE_LANGUAGES= # none
-PYTHON_VERSIONS_INCOMPATIBLE= 27
-
.include "../../lang/python/wheel.mk"
.include "../../mk/bsd.pkg.mk"
Index: pkgsrc/textproc/py-uc-micro-py/PLIST
diff -u pkgsrc/textproc/py-uc-micro-py/PLIST:1.1 pkgsrc/textproc/py-uc-micro-py/PLIST:1.2
--- pkgsrc/textproc/py-uc-micro-py/PLIST:1.1 Mon Jan 22 16:22:54 2024
+++ pkgsrc/textproc/py-uc-micro-py/PLIST Sun Apr 13 11:03:14 2025
@@ -1,8 +1,8 @@
-@comment $NetBSD: PLIST,v 1.1 2024/01/22 16:22:54 adam Exp $
-${PYSITELIB}/${WHEEL_INFODIR}/LICENSE
+@comment $NetBSD: PLIST,v 1.2 2025/04/13 11:03:14 wiz Exp $
${PYSITELIB}/${WHEEL_INFODIR}/METADATA
${PYSITELIB}/${WHEEL_INFODIR}/RECORD
${PYSITELIB}/${WHEEL_INFODIR}/WHEEL
+${PYSITELIB}/${WHEEL_INFODIR}/licenses/LICENSE
${PYSITELIB}/${WHEEL_INFODIR}/top_level.txt
${PYSITELIB}/uc_micro/__init__.py
${PYSITELIB}/uc_micro/__init__.pyc
Home |
Main Index |
Thread Index |
Old Index