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:   adam
Date:           Thu Jul 17 11:26:48 UTC 2025

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

Log Message:
py-orderly-set: updated to 5.5.0

5.5.0

Switching from setup.py to pyproject.toml
Adding RoughMaxSizeSet


To generate a diff of this commit:
cvs rdiff -u -r1.4 -r1.5 pkgsrc/devel/py-orderly-set/Makefile \
    pkgsrc/devel/py-orderly-set/distinfo
cvs rdiff -u -r1.2 -r1.3 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.4 pkgsrc/devel/py-orderly-set/Makefile:1.5
--- pkgsrc/devel/py-orderly-set/Makefile:1.4    Wed May  7 07:32:21 2025
+++ pkgsrc/devel/py-orderly-set/Makefile        Thu Jul 17 11:26:48 2025
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.4 2025/05/07 07:32:21 adam Exp $
+# $NetBSD: Makefile,v 1.5 2025/07/17 11:26:48 adam Exp $
 
-DISTNAME=      orderly_set-5.4.1
+DISTNAME=      orderly_set-5.5.0
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME:S/_/-/}
 CATEGORIES=    devel python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=o/orderly-set/}
@@ -10,7 +10,9 @@ HOMEPAGE=     https://github.com/seperman/or
 COMMENT=       Multiple implementations of ordered set
 LICENSE=       mit
 
-TOOL_DEPENDS+= ${PYPKGPREFIX}-setuptools>=78:../../devel/py-setuptools
+TOOL_DEPENDS+= ${PYPKGPREFIX}-flit_core>=3.2:../../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
 
 USE_LANGUAGES= # none
 
Index: pkgsrc/devel/py-orderly-set/distinfo
diff -u pkgsrc/devel/py-orderly-set/distinfo:1.4 pkgsrc/devel/py-orderly-set/distinfo:1.5
--- pkgsrc/devel/py-orderly-set/distinfo:1.4    Wed May  7 07:32:21 2025
+++ pkgsrc/devel/py-orderly-set/distinfo        Thu Jul 17 11:26:48 2025
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.4 2025/05/07 07:32:21 adam Exp $
+$NetBSD: distinfo,v 1.5 2025/07/17 11:26:48 adam Exp $
 
-BLAKE2s (orderly_set-5.4.1.tar.gz) = de65bedee0b95ee51cfadf079200a40fc40adb3aa8d4f9b8356099837162171c
-SHA512 (orderly_set-5.4.1.tar.gz) = 3806247f3893dcb7a532e95ba8ccca85b3d478e393868de126fefff83514725449c9ecffebc781815e70c0e94ee641dad1d10a1d13e548b28035d5b6c24de4e7
-Size (orderly_set-5.4.1.tar.gz) = 20943 bytes
+BLAKE2s (orderly_set-5.5.0.tar.gz) = 208a078aa12f0385443475c733ff81432ec76e2b656ad3bd1ab79c486b2ba09c
+SHA512 (orderly_set-5.5.0.tar.gz) = 3fc85cc0e84329aa85e797c0b1fbd909cb2a4f482134eec4e4ada680a9e0d1a3fdf67ecd3521c67c10b9988358ebceddb060e2da0e18f0d2fd59d81227f94190
+Size (orderly_set-5.5.0.tar.gz) = 27414 bytes

Index: pkgsrc/devel/py-orderly-set/PLIST
diff -u pkgsrc/devel/py-orderly-set/PLIST:1.2 pkgsrc/devel/py-orderly-set/PLIST:1.3
--- pkgsrc/devel/py-orderly-set/PLIST:1.2       Sat Apr 12 12:10:15 2025
+++ pkgsrc/devel/py-orderly-set/PLIST   Thu Jul 17 11:26:48 2025
@@ -1,10 +1,8 @@
-@comment $NetBSD: PLIST,v 1.2 2025/04/12 12:10:15 adam Exp $
+@comment $NetBSD: PLIST,v 1.3 2025/07/17 11:26:48 adam Exp $
 ${PYSITELIB}/${WHEEL_INFODIR}/METADATA
 ${PYSITELIB}/${WHEEL_INFODIR}/RECORD
 ${PYSITELIB}/${WHEEL_INFODIR}/WHEEL
-${PYSITELIB}/${WHEEL_INFODIR}/licenses/AUTHORS.md
-${PYSITELIB}/${WHEEL_INFODIR}/top_level.txt
-${PYSITELIB}/${WHEEL_INFODIR}/zip-safe
+${PYSITELIB}/${WHEEL_INFODIR}/licenses/MIT-LICENSE
 ${PYSITELIB}/orderly_set/__init__.py
 ${PYSITELIB}/orderly_set/__init__.pyc
 ${PYSITELIB}/orderly_set/__init__.pyo



Home | Main Index | Thread Index | Old Index