pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/misc
Module Name: pkgsrc
Committed By: adam
Date: Sat Apr 12 07:43:09 UTC 2025
Modified Files:
pkgsrc/misc/py-ansi: Makefile PLIST
pkgsrc/misc/py-asciinema: Makefile PLIST
pkgsrc/misc/py-autocommand: Makefile PLIST
pkgsrc/misc/py-domdf-python-tools: Makefile PLIST
pkgsrc/misc/py-fastprogress: Makefile PLIST
pkgsrc/misc/py-ghp-import: PLIST
pkgsrc/misc/py-icecream: Makefile PLIST
pkgsrc/misc/py-immutables: Makefile PLIST
pkgsrc/misc/py-lazy_loader: Makefile PLIST
pkgsrc/misc/py-shellingham: Makefile PLIST
pkgsrc/misc/py-sniffio: Makefile PLIST
pkgsrc/misc/py-stdnum: Makefile PLIST
pkgsrc/misc/py-tqdm: Makefile PLIST
Log Message:
Fix PLIST after py-setuptools update; bump depends and revision
To generate a diff of this commit:
cvs rdiff -u -r1.12 -r1.13 pkgsrc/misc/py-ansi/Makefile
cvs rdiff -u -r1.7 -r1.8 pkgsrc/misc/py-ansi/PLIST
cvs rdiff -u -r1.12 -r1.13 pkgsrc/misc/py-asciinema/Makefile
cvs rdiff -u -r1.5 -r1.6 pkgsrc/misc/py-asciinema/PLIST
cvs rdiff -u -r1.4 -r1.5 pkgsrc/misc/py-autocommand/Makefile
cvs rdiff -u -r1.2 -r1.3 pkgsrc/misc/py-autocommand/PLIST
cvs rdiff -u -r1.3 -r1.4 pkgsrc/misc/py-domdf-python-tools/Makefile
cvs rdiff -u -r1.1 -r1.2 pkgsrc/misc/py-domdf-python-tools/PLIST
cvs rdiff -u -r1.2 -r1.3 pkgsrc/misc/py-fastprogress/Makefile
cvs rdiff -u -r1.1 -r1.2 pkgsrc/misc/py-fastprogress/PLIST
cvs rdiff -u -r1.2 -r1.3 pkgsrc/misc/py-ghp-import/PLIST
cvs rdiff -u -r1.2 -r1.3 pkgsrc/misc/py-icecream/Makefile \
pkgsrc/misc/py-icecream/PLIST
cvs rdiff -u -r1.14 -r1.15 pkgsrc/misc/py-immutables/Makefile
cvs rdiff -u -r1.7 -r1.8 pkgsrc/misc/py-immutables/PLIST
cvs rdiff -u -r1.5 -r1.6 pkgsrc/misc/py-lazy_loader/Makefile
cvs rdiff -u -r1.3 -r1.4 pkgsrc/misc/py-lazy_loader/PLIST
cvs rdiff -u -r1.6 -r1.7 pkgsrc/misc/py-shellingham/Makefile
cvs rdiff -u -r1.2 -r1.3 pkgsrc/misc/py-shellingham/PLIST
cvs rdiff -u -r1.8 -r1.9 pkgsrc/misc/py-sniffio/Makefile
cvs rdiff -u -r1.4 -r1.5 pkgsrc/misc/py-sniffio/PLIST
cvs rdiff -u -r1.26 -r1.27 pkgsrc/misc/py-stdnum/Makefile
cvs rdiff -u -r1.14 -r1.15 pkgsrc/misc/py-stdnum/PLIST
cvs rdiff -u -r1.52 -r1.53 pkgsrc/misc/py-tqdm/Makefile
cvs rdiff -u -r1.16 -r1.17 pkgsrc/misc/py-tqdm/PLIST
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/misc/py-ansi/Makefile
diff -u pkgsrc/misc/py-ansi/Makefile:1.12 pkgsrc/misc/py-ansi/Makefile:1.13
--- pkgsrc/misc/py-ansi/Makefile:1.12 Mon Nov 11 07:28:43 2024
+++ pkgsrc/misc/py-ansi/Makefile Sat Apr 12 07:43:07 2025
@@ -1,7 +1,8 @@
-# $NetBSD: Makefile,v 1.12 2024/11/11 07:28:43 wiz Exp $
+# $NetBSD: Makefile,v 1.13 2025/04/12 07:43:07 adam Exp $
DISTNAME= ansi-0.3.7
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
+PKGREVISION= 1
CATEGORIES= misc python
MASTER_SITES= ${MASTER_SITE_PYPI:=a/ansi/}
@@ -10,11 +11,9 @@ HOMEPAGE= https://github.com/tehmaze/ans
COMMENT= ANSI cursor movement and graphics
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/misc/py-ansi/PLIST
diff -u pkgsrc/misc/py-ansi/PLIST:1.7 pkgsrc/misc/py-ansi/PLIST:1.8
--- pkgsrc/misc/py-ansi/PLIST:1.7 Sat Oct 28 19:57:12 2023
+++ pkgsrc/misc/py-ansi/PLIST Sat Apr 12 07:43:07 2025
@@ -1,8 +1,8 @@
-@comment $NetBSD: PLIST,v 1.7 2023/10/28 19:57:12 wiz Exp $
-${PYSITELIB}/${WHEEL_INFODIR}/LICENSE.md
+@comment $NetBSD: PLIST,v 1.8 2025/04/12 07:43:07 adam Exp $
${PYSITELIB}/${WHEEL_INFODIR}/METADATA
${PYSITELIB}/${WHEEL_INFODIR}/RECORD
${PYSITELIB}/${WHEEL_INFODIR}/WHEEL
+${PYSITELIB}/${WHEEL_INFODIR}/licenses/LICENSE.md
${PYSITELIB}/${WHEEL_INFODIR}/top_level.txt
${PYSITELIB}/ansi/__init__.py
${PYSITELIB}/ansi/__init__.pyc
Index: pkgsrc/misc/py-asciinema/Makefile
diff -u pkgsrc/misc/py-asciinema/Makefile:1.12 pkgsrc/misc/py-asciinema/Makefile:1.13
--- pkgsrc/misc/py-asciinema/Makefile:1.12 Mon Nov 11 07:28:44 2024
+++ pkgsrc/misc/py-asciinema/Makefile Sat Apr 12 07:43:08 2025
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.12 2024/11/11 07:28:44 wiz Exp $
+# $NetBSD: Makefile,v 1.13 2025/04/12 07:43:08 adam Exp $
DISTNAME= asciinema-2.4.0
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
@@ -11,14 +11,10 @@ HOMEPAGE= https://asciinema.org/
COMMENT= Terminal session recorder
LICENSE= gnu-gpl-v3
-TOOL_DEPENDS+= ${PYPKGPREFIX}-setuptools-[0-9]*:../../devel/py-setuptools
+TOOL_DEPENDS+= ${PYPKGPREFIX}-setuptools>=78:../../devel/py-setuptools
USE_LANGUAGES= # none
-USE_PKG_RESOURCES= yes
-
-PYTHON_VERSIONS_INCOMPATIBLE= 27
-
SUBST_CLASSES+= fix-path
SUBST_STAGE.fix-path= pre-configure
SUBST_MESSAGE.fix-path= Fixing paths.
Index: pkgsrc/misc/py-asciinema/PLIST
diff -u pkgsrc/misc/py-asciinema/PLIST:1.5 pkgsrc/misc/py-asciinema/PLIST:1.6
--- pkgsrc/misc/py-asciinema/PLIST:1.5 Sat Oct 28 19:57:12 2023
+++ pkgsrc/misc/py-asciinema/PLIST Sat Apr 12 07:43:08 2025
@@ -1,10 +1,10 @@
-@comment $NetBSD: PLIST,v 1.5 2023/10/28 19:57:12 wiz Exp $
+@comment $NetBSD: PLIST,v 1.6 2025/04/12 07:43:08 adam Exp $
bin/asciinema-${PYVERSSUFFIX}
-${PYSITELIB}/${WHEEL_INFODIR}/LICENSE
${PYSITELIB}/${WHEEL_INFODIR}/METADATA
${PYSITELIB}/${WHEEL_INFODIR}/RECORD
${PYSITELIB}/${WHEEL_INFODIR}/WHEEL
${PYSITELIB}/${WHEEL_INFODIR}/entry_points.txt
+${PYSITELIB}/${WHEEL_INFODIR}/licenses/LICENSE
${PYSITELIB}/${WHEEL_INFODIR}/top_level.txt
${PYSITELIB}/asciinema/__init__.py
${PYSITELIB}/asciinema/__init__.pyc
Index: pkgsrc/misc/py-autocommand/Makefile
diff -u pkgsrc/misc/py-autocommand/Makefile:1.4 pkgsrc/misc/py-autocommand/Makefile:1.5
--- pkgsrc/misc/py-autocommand/Makefile:1.4 Mon Nov 11 07:28:44 2024
+++ pkgsrc/misc/py-autocommand/Makefile Sat Apr 12 07:43:08 2025
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.4 2024/11/11 07:28:44 wiz Exp $
+# $NetBSD: Makefile,v 1.5 2025/04/12 07:43:08 adam Exp $
DISTNAME= autocommand-2.2.2
PKGREVISION= 1
@@ -11,11 +11,9 @@ HOMEPAGE= https://github.com/Lucretiel/a
COMMENT= Create a command-line program from a function
LICENSE= gnu-lgpl-v3
-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/misc/py-autocommand/PLIST
diff -u pkgsrc/misc/py-autocommand/PLIST:1.2 pkgsrc/misc/py-autocommand/PLIST:1.3
--- pkgsrc/misc/py-autocommand/PLIST:1.2 Mon Nov 27 06:55:57 2023
+++ pkgsrc/misc/py-autocommand/PLIST Sat Apr 12 07:43:08 2025
@@ -1,8 +1,8 @@
-@comment $NetBSD: PLIST,v 1.2 2023/11/27 06:55:57 adam Exp $
-${PYSITELIB}/${WHEEL_INFODIR}/LICENSE
+@comment $NetBSD: PLIST,v 1.3 2025/04/12 07:43:08 adam 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}/autocommand/__init__.py
${PYSITELIB}/autocommand/__init__.pyc
Index: pkgsrc/misc/py-domdf-python-tools/Makefile
diff -u pkgsrc/misc/py-domdf-python-tools/Makefile:1.3 pkgsrc/misc/py-domdf-python-tools/Makefile:1.4
--- pkgsrc/misc/py-domdf-python-tools/Makefile:1.3 Mon Nov 11 07:28:44 2024
+++ pkgsrc/misc/py-domdf-python-tools/Makefile Sat Apr 12 07:43:08 2025
@@ -1,7 +1,8 @@
-# $NetBSD: Makefile,v 1.3 2024/11/11 07:28:44 wiz Exp $
+# $NetBSD: Makefile,v 1.4 2025/04/12 07:43:08 adam Exp $
DISTNAME= domdf_python_tools-3.8.0.post2
PKGNAME= ${PYPKGPREFIX}-${DISTNAME:S/_/-/g}
+PKGREVISION= 1
CATEGORIES= misc python
MASTER_SITES= ${MASTER_SITE_PYPI:=d/domdf-python-tools/}
@@ -10,7 +11,7 @@ HOMEPAGE= https://github.com/domdfcoding
COMMENT= Helpful functions for Python
LICENSE= mit
-TOOL_DEPENDS+= ${PYPKGPREFIX}-setuptools>=61:../../devel/py-setuptools
+TOOL_DEPENDS+= ${PYPKGPREFIX}-setuptools>=78:../../devel/py-setuptools
DEPENDS+= ${PYPKGPREFIX}-natsort>=7.0.1:../../textproc/py-natsort
DEPENDS+= ${PYPKGPREFIX}-typing-extensions>=3.7.4.1:../../devel/py-typing-extensions
#TEST_DEPENDS+= ${PYPKGPREFIX}-coincidence
Index: pkgsrc/misc/py-domdf-python-tools/PLIST
diff -u pkgsrc/misc/py-domdf-python-tools/PLIST:1.1 pkgsrc/misc/py-domdf-python-tools/PLIST:1.2
--- pkgsrc/misc/py-domdf-python-tools/PLIST:1.1 Tue May 14 09:12:00 2024
+++ pkgsrc/misc/py-domdf-python-tools/PLIST Sat Apr 12 07:43:08 2025
@@ -1,8 +1,8 @@
-@comment $NetBSD: PLIST,v 1.1 2024/05/14 09:12:00 adam Exp $
-${PYSITELIB}/${WHEEL_INFODIR}/LICENSE
+@comment $NetBSD: PLIST,v 1.2 2025/04/12 07:43:08 adam 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}/domdf_python_tools/__init__.py
${PYSITELIB}/domdf_python_tools/__init__.pyc
Index: pkgsrc/misc/py-fastprogress/Makefile
diff -u pkgsrc/misc/py-fastprogress/Makefile:1.2 pkgsrc/misc/py-fastprogress/Makefile:1.3
--- pkgsrc/misc/py-fastprogress/Makefile:1.2 Mon Nov 11 07:28:44 2024
+++ pkgsrc/misc/py-fastprogress/Makefile Sat Apr 12 07:43:08 2025
@@ -1,7 +1,8 @@
-# $NetBSD: Makefile,v 1.2 2024/11/11 07:28:44 wiz Exp $
+# $NetBSD: Makefile,v 1.3 2025/04/12 07:43:08 adam Exp $
DISTNAME= fastprogress-1.0.3
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
+PKGREVISION= 1
CATEGORIES= misc python
MASTER_SITES= ${MASTER_SITE_PYPI:=f/fastprogress/}
@@ -10,11 +11,9 @@ HOMEPAGE= https://github.com/fastai/fast
COMMENT= Nested progress with plotting options for fastai
LICENSE= apache-2.0
-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/misc/py-fastprogress/PLIST
diff -u pkgsrc/misc/py-fastprogress/PLIST:1.1 pkgsrc/misc/py-fastprogress/PLIST:1.2
--- pkgsrc/misc/py-fastprogress/PLIST:1.1 Mon Aug 5 19:26:02 2024
+++ pkgsrc/misc/py-fastprogress/PLIST Sat Apr 12 07:43:08 2025
@@ -1,8 +1,8 @@
-@comment $NetBSD: PLIST,v 1.1 2024/08/05 19:26:02 adam Exp $
-${PYSITELIB}/${WHEEL_INFODIR}/LICENSE
+@comment $NetBSD: PLIST,v 1.2 2025/04/12 07:43:08 adam 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}/fastprogress/__init__.py
${PYSITELIB}/fastprogress/__init__.pyc
Index: pkgsrc/misc/py-ghp-import/PLIST
diff -u pkgsrc/misc/py-ghp-import/PLIST:1.2 pkgsrc/misc/py-ghp-import/PLIST:1.3
--- pkgsrc/misc/py-ghp-import/PLIST:1.2 Sat Jan 20 09:57:58 2024
+++ pkgsrc/misc/py-ghp-import/PLIST Sat Apr 12 07:43:08 2025
@@ -1,10 +1,10 @@
-@comment $NetBSD: PLIST,v 1.2 2024/01/20 09:57:58 adam Exp $
+@comment $NetBSD: PLIST,v 1.3 2025/04/12 07:43:08 adam Exp $
bin/ghp-import-${PYVERSSUFFIX}
-${PYSITELIB}/${WHEEL_INFODIR}/LICENSE
${PYSITELIB}/${WHEEL_INFODIR}/METADATA
${PYSITELIB}/${WHEEL_INFODIR}/RECORD
${PYSITELIB}/${WHEEL_INFODIR}/WHEEL
${PYSITELIB}/${WHEEL_INFODIR}/entry_points.txt
+${PYSITELIB}/${WHEEL_INFODIR}/licenses/LICENSE
${PYSITELIB}/${WHEEL_INFODIR}/top_level.txt
${PYSITELIB}/ghp_import.py
${PYSITELIB}/ghp_import.pyc
Index: pkgsrc/misc/py-icecream/Makefile
diff -u pkgsrc/misc/py-icecream/Makefile:1.2 pkgsrc/misc/py-icecream/Makefile:1.3
--- pkgsrc/misc/py-icecream/Makefile:1.2 Tue Jan 14 16:58:59 2025
+++ pkgsrc/misc/py-icecream/Makefile Sat Apr 12 07:43:08 2025
@@ -1,7 +1,8 @@
-# $NetBSD: Makefile,v 1.2 2025/01/14 16:58:59 adam Exp $
+# $NetBSD: Makefile,v 1.3 2025/04/12 07:43:08 adam Exp $
DISTNAME= icecream-2.1.4
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
+PKGREVISION= 1
CATEGORIES= misc python
MASTER_SITES= ${MASTER_SITE_PYPI:=i/icecream/}
@@ -10,7 +11,7 @@ HOMEPAGE= https://github.com/gruns/icecr
COMMENT= Never use print() to debug again
LICENSE= mit
-TOOL_DEPENDS+= ${PYPKGPREFIX}-setuptools-[0-9]*:../../devel/py-setuptools
+TOOL_DEPENDS+= ${PYPKGPREFIX}-setuptools>=78:../../devel/py-setuptools
DEPENDS+= ${PYPKGPREFIX}-asttokens>=2.0.1:../../lang/py-asttokens
DEPENDS+= ${PYPKGPREFIX}-colorama>=0.3.9:../../comms/py-colorama
DEPENDS+= ${PYPKGPREFIX}-executing>=2.1.0:../../lang/py-executing
Index: pkgsrc/misc/py-icecream/PLIST
diff -u pkgsrc/misc/py-icecream/PLIST:1.2 pkgsrc/misc/py-icecream/PLIST:1.3
--- pkgsrc/misc/py-icecream/PLIST:1.2 Tue Jan 14 16:58:59 2025
+++ pkgsrc/misc/py-icecream/PLIST Sat Apr 12 07:43:08 2025
@@ -1,8 +1,8 @@
-@comment $NetBSD: PLIST,v 1.2 2025/01/14 16:58:59 adam Exp $
-${PYSITELIB}/${WHEEL_INFODIR}/LICENSE.txt
+@comment $NetBSD: PLIST,v 1.3 2025/04/12 07:43:08 adam Exp $
${PYSITELIB}/${WHEEL_INFODIR}/METADATA
${PYSITELIB}/${WHEEL_INFODIR}/RECORD
${PYSITELIB}/${WHEEL_INFODIR}/WHEEL
+${PYSITELIB}/${WHEEL_INFODIR}/licenses/LICENSE.txt
${PYSITELIB}/${WHEEL_INFODIR}/top_level.txt
${PYSITELIB}/icecream/__init__.py
${PYSITELIB}/icecream/__init__.pyc
Index: pkgsrc/misc/py-immutables/Makefile
diff -u pkgsrc/misc/py-immutables/Makefile:1.14 pkgsrc/misc/py-immutables/Makefile:1.15
--- pkgsrc/misc/py-immutables/Makefile:1.14 Mon Nov 11 07:28:44 2024
+++ pkgsrc/misc/py-immutables/Makefile Sat Apr 12 07:43:08 2025
@@ -1,7 +1,8 @@
-# $NetBSD: Makefile,v 1.14 2024/11/11 07:28:44 wiz Exp $
+# $NetBSD: Makefile,v 1.15 2025/04/12 07:43:08 adam Exp $
DISTNAME= immutables-0.21
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
+PKGREVISION= 1
CATEGORIES= misc python
MASTER_SITES= ${MASTER_SITE_PYPI:=i/immutables/}
@@ -10,7 +11,7 @@ HOMEPAGE= https://github.com/MagicStack/
COMMENT= Immutable collections
LICENSE= apache-2.0
-TOOL_DEPENDS+= ${PYPKGPREFIX}-setuptools>=42:../../devel/py-setuptools
+TOOL_DEPENDS+= ${PYPKGPREFIX}-setuptools>=78:../../devel/py-setuptools
TEST_DEPENDS+= ${PYPKGPREFIX}-codestyle>=2.9:../../devel/py-codestyle
TEST_DEPENDS+= ${PYPKGPREFIX}-flake8>=5.0:../../devel/py-flake8
TEST_DEPENDS+= ${PYPKGPREFIX}-mypy>=0.942:../../lang/py-mypy
Index: pkgsrc/misc/py-immutables/PLIST
diff -u pkgsrc/misc/py-immutables/PLIST:1.7 pkgsrc/misc/py-immutables/PLIST:1.8
--- pkgsrc/misc/py-immutables/PLIST:1.7 Thu Oct 10 07:17:47 2024
+++ pkgsrc/misc/py-immutables/PLIST Sat Apr 12 07:43:08 2025
@@ -1,10 +1,10 @@
-@comment $NetBSD: PLIST,v 1.7 2024/10/10 07:17:47 adam Exp $
-${PYSITELIB}/${WHEEL_INFODIR}/LICENSE
-${PYSITELIB}/${WHEEL_INFODIR}/LICENSE-APACHE
+@comment $NetBSD: PLIST,v 1.8 2025/04/12 07:43:08 adam Exp $
${PYSITELIB}/${WHEEL_INFODIR}/METADATA
-${PYSITELIB}/${WHEEL_INFODIR}/NOTICE
${PYSITELIB}/${WHEEL_INFODIR}/RECORD
${PYSITELIB}/${WHEEL_INFODIR}/WHEEL
+${PYSITELIB}/${WHEEL_INFODIR}/licenses/LICENSE
+${PYSITELIB}/${WHEEL_INFODIR}/licenses/LICENSE-APACHE
+${PYSITELIB}/${WHEEL_INFODIR}/licenses/NOTICE
${PYSITELIB}/${WHEEL_INFODIR}/top_level.txt
${PYSITELIB}/immutables/__init__.py
${PYSITELIB}/immutables/__init__.pyc
Index: pkgsrc/misc/py-lazy_loader/Makefile
diff -u pkgsrc/misc/py-lazy_loader/Makefile:1.5 pkgsrc/misc/py-lazy_loader/Makefile:1.6
--- pkgsrc/misc/py-lazy_loader/Makefile:1.5 Mon Nov 11 07:28:44 2024
+++ pkgsrc/misc/py-lazy_loader/Makefile Sat Apr 12 07:43:08 2025
@@ -1,7 +1,8 @@
-# $NetBSD: Makefile,v 1.5 2024/11/11 07:28:44 wiz Exp $
+# $NetBSD: Makefile,v 1.6 2025/04/12 07:43:08 adam Exp $
DISTNAME= lazy_loader-0.4
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
+PKGREVISION= 1
CATEGORIES= misc python
MASTER_SITES= ${MASTER_SITE_PYPI:=l/lazy_loader/}
@@ -10,13 +11,11 @@ HOMEPAGE= https://github.com/scientific-
COMMENT= Load subpackages and functions on demand
LICENSE= modified-bsd
-TOOL_DEPENDS+= ${PYPKGPREFIX}-setuptools>=61.2:../../devel/py-setuptools
+TOOL_DEPENDS+= ${PYPKGPREFIX}-setuptools>=78:../../devel/py-setuptools
DEPENDS+= ${PYPKGPREFIX}-packaging-[0-9]*:../../devel/py-packaging
TEST_DEPENDS+= ${PYPKGPREFIX}-test-cov>=4.1:../../devel/py-test-cov
USE_LANGUAGES= # none
-PYTHON_VERSIONS_INCOMPATIBLE= 27
-
.include "../../lang/python/wheel.mk"
.include "../../mk/bsd.pkg.mk"
Index: pkgsrc/misc/py-lazy_loader/PLIST
diff -u pkgsrc/misc/py-lazy_loader/PLIST:1.3 pkgsrc/misc/py-lazy_loader/PLIST:1.4
--- pkgsrc/misc/py-lazy_loader/PLIST:1.3 Fri Apr 5 17:24:25 2024
+++ pkgsrc/misc/py-lazy_loader/PLIST Sat Apr 12 07:43:09 2025
@@ -1,8 +1,8 @@
-@comment $NetBSD: PLIST,v 1.3 2024/04/05 17:24:25 adam Exp $
-${PYSITELIB}/${WHEEL_INFODIR}/LICENSE.md
+@comment $NetBSD: PLIST,v 1.4 2025/04/12 07:43:09 adam Exp $
${PYSITELIB}/${WHEEL_INFODIR}/METADATA
${PYSITELIB}/${WHEEL_INFODIR}/RECORD
${PYSITELIB}/${WHEEL_INFODIR}/WHEEL
+${PYSITELIB}/${WHEEL_INFODIR}/licenses/LICENSE.md
${PYSITELIB}/${WHEEL_INFODIR}/top_level.txt
${PYSITELIB}/lazy_loader/__init__.py
${PYSITELIB}/lazy_loader/__init__.pyc
Index: pkgsrc/misc/py-shellingham/Makefile
diff -u pkgsrc/misc/py-shellingham/Makefile:1.6 pkgsrc/misc/py-shellingham/Makefile:1.7
--- pkgsrc/misc/py-shellingham/Makefile:1.6 Mon Nov 11 07:28:44 2024
+++ pkgsrc/misc/py-shellingham/Makefile Sat Apr 12 07:43:09 2025
@@ -1,7 +1,8 @@
-# $NetBSD: Makefile,v 1.6 2024/11/11 07:28:44 wiz Exp $
+# $NetBSD: Makefile,v 1.7 2025/04/12 07:43:09 adam Exp $
DISTNAME= shellingham-1.5.4
PKGNAME= ${PYPKGPREFIX}-${DISTNAME:S/post//}
+PKGREVISION= 1
CATEGORIES= misc python
MASTER_SITES= ${MASTER_SITE_PYPI:=s/shellingham/}
@@ -10,16 +11,12 @@ HOMEPAGE= https://github.com/sarugaku/sh
COMMENT= Tool to detect surrounding shell
LICENSE= isc
-TOOL_DEPENDS+= ${PYPKGPREFIX}-setuptools>=40.0:../../devel/py-setuptools
-TEST_DEPENDS+= ${PYPKGPREFIX}-test-[0-9]*:../../devel/py-test
+TOOL_DEPENDS+= ${PYPKGPREFIX}-setuptools>=78:../../devel/py-setuptools
+TEST_DEPENDS+= ${PYPKGPREFIX}-test-mock-[0-9]*:../../devel/py-test-mock
USE_LANGUAGES= # none
-PYTHON_VERSIONS_INCOMPATIBLE= 27
-
-# needs 'make install'
-do-test:
- cd ${WRKSRC} && ${SETENV} ${TEST_ENV} pytest-${PYVERSSUFFIX} tests
+# testing needs 'make install'
.include "../../lang/python/wheel.mk"
.include "../../mk/bsd.pkg.mk"
Index: pkgsrc/misc/py-shellingham/PLIST
diff -u pkgsrc/misc/py-shellingham/PLIST:1.2 pkgsrc/misc/py-shellingham/PLIST:1.3
--- pkgsrc/misc/py-shellingham/PLIST:1.2 Sun Oct 29 17:49:58 2023
+++ pkgsrc/misc/py-shellingham/PLIST Sat Apr 12 07:43:09 2025
@@ -1,8 +1,8 @@
-@comment $NetBSD: PLIST,v 1.2 2023/10/29 17:49:58 adam Exp $
-${PYSITELIB}/${WHEEL_INFODIR}/LICENSE
+@comment $NetBSD: PLIST,v 1.3 2025/04/12 07:43:09 adam 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}/${WHEEL_INFODIR}/zip-safe
${PYSITELIB}/shellingham/__init__.py
Index: pkgsrc/misc/py-sniffio/Makefile
diff -u pkgsrc/misc/py-sniffio/Makefile:1.8 pkgsrc/misc/py-sniffio/Makefile:1.9
--- pkgsrc/misc/py-sniffio/Makefile:1.8 Mon Nov 11 07:28:45 2024
+++ pkgsrc/misc/py-sniffio/Makefile Sat Apr 12 07:43:09 2025
@@ -1,7 +1,8 @@
-# $NetBSD: Makefile,v 1.8 2024/11/11 07:28:45 wiz Exp $
+# $NetBSD: Makefile,v 1.9 2025/04/12 07:43:09 adam Exp $
DISTNAME= sniffio-1.3.1
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
+PKGREVISION= 1
CATEGORIES= misc python
MASTER_SITES= ${MASTER_SITE_PYPI:=s/sniffio/}
@@ -10,13 +11,11 @@ HOMEPAGE= https://github.com/python-trio
COMMENT= Sniff out which async library your code is running under
LICENSE= mit
-TOOL_DEPENDS+= ${PYPKGPREFIX}-setuptools>=64:../../devel/py-setuptools
+TOOL_DEPENDS+= ${PYPKGPREFIX}-setuptools>=78:../../devel/py-setuptools
TOOL_DEPENDS+= ${PYPKGPREFIX}-setuptools_scm>=6.4:../../devel/py-setuptools_scm
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/misc/py-sniffio/PLIST
diff -u pkgsrc/misc/py-sniffio/PLIST:1.4 pkgsrc/misc/py-sniffio/PLIST:1.5
--- pkgsrc/misc/py-sniffio/PLIST:1.4 Mon Feb 26 09:34:47 2024
+++ pkgsrc/misc/py-sniffio/PLIST Sat Apr 12 07:43:09 2025
@@ -1,10 +1,10 @@
-@comment $NetBSD: PLIST,v 1.4 2024/02/26 09:34:47 adam Exp $
-${PYSITELIB}/${WHEEL_INFODIR}/LICENSE
-${PYSITELIB}/${WHEEL_INFODIR}/LICENSE.APACHE2
-${PYSITELIB}/${WHEEL_INFODIR}/LICENSE.MIT
+@comment $NetBSD: PLIST,v 1.5 2025/04/12 07:43:09 adam Exp $
${PYSITELIB}/${WHEEL_INFODIR}/METADATA
${PYSITELIB}/${WHEEL_INFODIR}/RECORD
${PYSITELIB}/${WHEEL_INFODIR}/WHEEL
+${PYSITELIB}/${WHEEL_INFODIR}/licenses/LICENSE
+${PYSITELIB}/${WHEEL_INFODIR}/licenses/LICENSE.APACHE2
+${PYSITELIB}/${WHEEL_INFODIR}/licenses/LICENSE.MIT
${PYSITELIB}/${WHEEL_INFODIR}/top_level.txt
${PYSITELIB}/sniffio/__init__.py
${PYSITELIB}/sniffio/__init__.pyc
Index: pkgsrc/misc/py-stdnum/Makefile
diff -u pkgsrc/misc/py-stdnum/Makefile:1.26 pkgsrc/misc/py-stdnum/Makefile:1.27
--- pkgsrc/misc/py-stdnum/Makefile:1.26 Mon Nov 11 07:28:45 2024
+++ pkgsrc/misc/py-stdnum/Makefile Sat Apr 12 07:43:09 2025
@@ -1,7 +1,8 @@
-# $NetBSD: Makefile,v 1.26 2024/11/11 07:28:45 wiz Exp $
+# $NetBSD: Makefile,v 1.27 2025/04/12 07:43:09 adam Exp $
DISTNAME= python-stdnum-1.20
PKGNAME= ${DISTNAME:S/python/${PYPKGPREFIX}/}
+PKGREVISION= 1
CATEGORIES= misc python
MASTER_SITES= ${MASTER_SITE_PYPI:=p/python-stdnum/}
@@ -10,12 +11,10 @@ HOMEPAGE= http://arthurdejong.org/python
COMMENT= Python module to handle standardized numbers and codes
LICENSE= gnu-lgpl-v3
-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/misc/py-stdnum/PLIST
diff -u pkgsrc/misc/py-stdnum/PLIST:1.14 pkgsrc/misc/py-stdnum/PLIST:1.15
--- pkgsrc/misc/py-stdnum/PLIST:1.14 Fri Mar 22 13:46:07 2024
+++ pkgsrc/misc/py-stdnum/PLIST Sat Apr 12 07:43:09 2025
@@ -1,8 +1,8 @@
-@comment $NetBSD: PLIST,v 1.14 2024/03/22 13:46:07 adam Exp $
-${PYSITELIB}/${WHEEL_INFODIR}/COPYING
+@comment $NetBSD: PLIST,v 1.15 2025/04/12 07:43:09 adam Exp $
${PYSITELIB}/${WHEEL_INFODIR}/METADATA
${PYSITELIB}/${WHEEL_INFODIR}/RECORD
${PYSITELIB}/${WHEEL_INFODIR}/WHEEL
+${PYSITELIB}/${WHEEL_INFODIR}/licenses/COPYING
${PYSITELIB}/${WHEEL_INFODIR}/top_level.txt
${PYSITELIB}/stdnum/__init__.py
${PYSITELIB}/stdnum/__init__.pyc
Index: pkgsrc/misc/py-tqdm/Makefile
diff -u pkgsrc/misc/py-tqdm/Makefile:1.52 pkgsrc/misc/py-tqdm/Makefile:1.53
--- pkgsrc/misc/py-tqdm/Makefile:1.52 Mon Nov 25 10:59:37 2024
+++ pkgsrc/misc/py-tqdm/Makefile Sat Apr 12 07:43:09 2025
@@ -1,7 +1,8 @@
-# $NetBSD: Makefile,v 1.52 2024/11/25 10:59:37 adam Exp $
+# $NetBSD: Makefile,v 1.53 2025/04/12 07:43:09 adam Exp $
DISTNAME= tqdm-4.67.1
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
+PKGREVISION= 1
CATEGORIES= misc python
MASTER_SITES= ${MASTER_SITE_PYPI:=t/tqdm/}
@@ -10,7 +11,7 @@ HOMEPAGE= https://github.com/tqdm/tqdm
COMMENT= Fast, extensible progress bar for Python
LICENSE= mit
-TOOL_DEPENDS+= ${PYPKGPREFIX}-setuptools>=42:../../devel/py-setuptools
+TOOL_DEPENDS+= ${PYPKGPREFIX}-setuptools>=78:../../devel/py-setuptools
TOOL_DEPENDS+= ${PYPKGPREFIX}-setuptools_scm>=3.4:../../devel/py-setuptools_scm
TEST_DEPENDS+= ${PYPKGPREFIX}-test-asyncio-[0-9]*:../../devel/py-test-asyncio
TEST_DEPENDS+= ${PYPKGPREFIX}-test-cov-[0-9]*:../../devel/py-test-cov
Index: pkgsrc/misc/py-tqdm/PLIST
diff -u pkgsrc/misc/py-tqdm/PLIST:1.16 pkgsrc/misc/py-tqdm/PLIST:1.17
--- pkgsrc/misc/py-tqdm/PLIST:1.16 Sat Oct 28 19:57:12 2023
+++ pkgsrc/misc/py-tqdm/PLIST Sat Apr 12 07:43:09 2025
@@ -1,10 +1,10 @@
-@comment $NetBSD: PLIST,v 1.16 2023/10/28 19:57:12 wiz Exp $
+@comment $NetBSD: PLIST,v 1.17 2025/04/12 07:43:09 adam Exp $
bin/tqdm-${PYVERSSUFFIX}
-${PYSITELIB}/${WHEEL_INFODIR}/LICENCE
${PYSITELIB}/${WHEEL_INFODIR}/METADATA
${PYSITELIB}/${WHEEL_INFODIR}/RECORD
${PYSITELIB}/${WHEEL_INFODIR}/WHEEL
${PYSITELIB}/${WHEEL_INFODIR}/entry_points.txt
+${PYSITELIB}/${WHEEL_INFODIR}/licenses/LICENCE
${PYSITELIB}/${WHEEL_INFODIR}/top_level.txt
${PYSITELIB}/tqdm/__init__.py
${PYSITELIB}/tqdm/__init__.pyc
Home |
Main Index |
Thread Index |
Old Index