pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/py-orderly-set



Module Name:    pkgsrc
Committed By:   wiz
Date:           Wed Aug 12 22:02:47 UTC 2026

Modified Files:
        pkgsrc/devel/py-orderly-set: Makefile PLIST

Log Message:
py-orderly-set: fix build with flit_core 4.

Depend on it.

Bump PKGREVISION.


To generate a diff of this commit:
cvs rdiff -u -r1.5 -r1.6 pkgsrc/devel/py-orderly-set/Makefile
cvs rdiff -u -r1.3 -r1.4 pkgsrc/devel/py-orderly-set/PLIST

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/devel/py-orderly-set/Makefile
diff -u pkgsrc/devel/py-orderly-set/Makefile:1.5 pkgsrc/devel/py-orderly-set/Makefile:1.6
--- pkgsrc/devel/py-orderly-set/Makefile:1.5    Thu Jul 17 11:26:48 2025
+++ pkgsrc/devel/py-orderly-set/Makefile        Wed Aug 12 22:02:47 2026
@@ -1,7 +1,8 @@
-# $NetBSD: Makefile,v 1.5 2025/07/17 11:26:48 adam Exp $
+# $NetBSD: Makefile,v 1.6 2026/08/12 22:02:47 wiz Exp $
 
 DISTNAME=      orderly_set-5.5.0
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME:S/_/-/}
+PKGREVISION=   1
 CATEGORIES=    devel python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=o/orderly-set/}
 
@@ -10,7 +11,7 @@ HOMEPAGE=     https://github.com/seperman/or
 COMMENT=       Multiple implementations of ordered set
 LICENSE=       mit
 
-TOOL_DEPENDS+= ${PYPKGPREFIX}-flit_core>=3.2:../../devel/py-flit_core
+TOOL_DEPENDS+= ${PYPKGPREFIX}-flit_core>=4:../../devel/py-flit_core
 TEST_DEPENDS+= ${PYPKGPREFIX}-test-benchmark~=5.1.0:../../devel/py-test-benchmark
 TEST_DEPENDS+= ${PYPKGPREFIX}-test-cov~=6.0.0:../../devel/py-test-cov
 

Index: pkgsrc/devel/py-orderly-set/PLIST
diff -u pkgsrc/devel/py-orderly-set/PLIST:1.3 pkgsrc/devel/py-orderly-set/PLIST:1.4
--- pkgsrc/devel/py-orderly-set/PLIST:1.3       Thu Jul 17 11:26:48 2025
+++ pkgsrc/devel/py-orderly-set/PLIST   Wed Aug 12 22:02:47 2026
@@ -1,7 +1,8 @@
-@comment $NetBSD: PLIST,v 1.3 2025/07/17 11:26:48 adam Exp $
+@comment $NetBSD: PLIST,v 1.4 2026/08/12 22:02:47 wiz Exp $
 ${PYSITELIB}/${WHEEL_INFODIR}/METADATA
 ${PYSITELIB}/${WHEEL_INFODIR}/RECORD
 ${PYSITELIB}/${WHEEL_INFODIR}/WHEEL
+${PYSITELIB}/${WHEEL_INFODIR}/licenses/AUTHORS.md
 ${PYSITELIB}/${WHEEL_INFODIR}/licenses/MIT-LICENSE
 ${PYSITELIB}/orderly_set/__init__.py
 ${PYSITELIB}/orderly_set/__init__.pyc



Home | Main Index | Thread Index | Old Index