pkgsrc-Changes archive

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

CVS commit: pkgsrc/textproc/py-toml



Module Name:    pkgsrc
Committed By:   wiz
Date:           Sun Apr 13 12:28:11 UTC 2025

Modified Files:
        pkgsrc/textproc/py-toml: Makefile PLIST

Log Message:
py-toml: fix for setuptools>=78


To generate a diff of this commit:
cvs rdiff -u -r1.8 -r1.9 pkgsrc/textproc/py-toml/Makefile
cvs rdiff -u -r1.5 -r1.6 pkgsrc/textproc/py-toml/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-toml/Makefile
diff -u pkgsrc/textproc/py-toml/Makefile:1.8 pkgsrc/textproc/py-toml/Makefile:1.9
--- pkgsrc/textproc/py-toml/Makefile:1.8        Mon Nov 11 07:29:09 2024
+++ pkgsrc/textproc/py-toml/Makefile    Sun Apr 13 12:28:11 2025
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.8 2024/11/11 07:29:09 wiz Exp $
+# $NetBSD: Makefile,v 1.9 2025/04/13 12:28:11 wiz Exp $
 
 DISTNAME=      toml-0.10.2
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
-PKGREVISION=   3
+PKGREVISION=   4
 CATEGORIES=    textproc python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=t/toml/}
 
@@ -11,11 +11,9 @@ HOMEPAGE=    https://github.com/uiri/toml
 COMMENT=       Python Library for Tom's Obvious, Minimal Language
 LICENSE=       mit
 
-TOOL_DEPENDS+= ${PYPKGPREFIX}-setuptools-[0-9]*:../../devel/py-setuptools
+TOOL_DEPENDS+= ${PYPKGPREFIX}-setuptools>=78:../../devel/py-setuptools
 
 USE_LANGUAGES= # none
 
-PYTHON_VERSIONS_INCOMPATIBLE=  27
-
 .include "../../lang/python/wheel.mk"
 .include "../../mk/bsd.pkg.mk"

Index: pkgsrc/textproc/py-toml/PLIST
diff -u pkgsrc/textproc/py-toml/PLIST:1.5 pkgsrc/textproc/py-toml/PLIST:1.6
--- pkgsrc/textproc/py-toml/PLIST:1.5   Fri May 10 09:39:33 2024
+++ pkgsrc/textproc/py-toml/PLIST       Sun Apr 13 12:28:11 2025
@@ -1,8 +1,8 @@
-@comment $NetBSD: PLIST,v 1.5 2024/05/10 09:39:33 adam Exp $
-${PYSITELIB}/${WHEEL_INFODIR}/LICENSE
+@comment $NetBSD: PLIST,v 1.6 2025/04/13 12:28:11 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}/toml/__init__.py
 ${PYSITELIB}/toml/__init__.pyc



Home | Main Index | Thread Index | Old Index