pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/misc/py-icecream
Module Name: pkgsrc
Committed By: adam
Date: Tue Jan 14 16:58:59 UTC 2025
Modified Files:
pkgsrc/misc/py-icecream: Makefile PLIST distinfo
Added Files:
pkgsrc/misc/py-icecream/patches: patch-setup.py
Log Message:
py-icecream: updated to 2.1.4
2.1.4
Changed: Drop support for all Python versions prior to Python 3.8, which are now long past EOL. Notably: Python 2 is no longer supported.
Changed: Update the 'executing' dependency to >= v2.1.0 to improve source code analysis and support Python 3.13.
To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 pkgsrc/misc/py-icecream/Makefile \
pkgsrc/misc/py-icecream/PLIST pkgsrc/misc/py-icecream/distinfo
cvs rdiff -u -r0 -r1.1 pkgsrc/misc/py-icecream/patches/patch-setup.py
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-icecream/Makefile
diff -u pkgsrc/misc/py-icecream/Makefile:1.1 pkgsrc/misc/py-icecream/Makefile:1.2
--- pkgsrc/misc/py-icecream/Makefile:1.1 Tue Jul 18 15:46:27 2023
+++ pkgsrc/misc/py-icecream/Makefile Tue Jan 14 16:58:59 2025
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.1 2023/07/18 15:46:27 adam Exp $
+# $NetBSD: Makefile,v 1.2 2025/01/14 16:58:59 adam Exp $
-DISTNAME= icecream-2.1.3
+DISTNAME= icecream-2.1.4
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
CATEGORIES= misc python
MASTER_SITES= ${MASTER_SITE_PYPI:=i/icecream/}
@@ -10,15 +10,13 @@ HOMEPAGE= https://github.com/gruns/icecr
COMMENT= Never use print() to debug again
LICENSE= mit
+TOOL_DEPENDS+= ${PYPKGPREFIX}-setuptools-[0-9]*:../../devel/py-setuptools
DEPENDS+= ${PYPKGPREFIX}-asttokens>=2.0.1:../../lang/py-asttokens
DEPENDS+= ${PYPKGPREFIX}-colorama>=0.3.9:../../comms/py-colorama
-DEPENDS+= ${PYPKGPREFIX}-executing>=0.3.1:../../lang/py-executing
+DEPENDS+= ${PYPKGPREFIX}-executing>=2.1.0:../../lang/py-executing
DEPENDS+= ${PYPKGPREFIX}-pygments>=2.2.0:../../textproc/py-pygments
-#TEST_DEPENDS+= ${PYPKGPREFIX}-test>=6.2.4:../../devel/py-test
USE_LANGUAGES= # none
-PYTHON_VERSIONS_INCOMPATIBLE= 27
-
-.include "../../lang/python/egg.mk"
+.include "../../lang/python/wheel.mk"
.include "../../mk/bsd.pkg.mk"
Index: pkgsrc/misc/py-icecream/PLIST
diff -u pkgsrc/misc/py-icecream/PLIST:1.1 pkgsrc/misc/py-icecream/PLIST:1.2
--- pkgsrc/misc/py-icecream/PLIST:1.1 Tue Jul 18 15:46:27 2023
+++ pkgsrc/misc/py-icecream/PLIST Tue Jan 14 16:58:59 2025
@@ -1,9 +1,9 @@
-@comment $NetBSD: PLIST,v 1.1 2023/07/18 15:46:27 adam Exp $
-${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
-${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
-${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt
-${PYSITELIB}/${EGG_INFODIR}/requires.txt
-${PYSITELIB}/${EGG_INFODIR}/top_level.txt
+@comment $NetBSD: PLIST,v 1.2 2025/01/14 16:58:59 adam Exp $
+${PYSITELIB}/${WHEEL_INFODIR}/LICENSE.txt
+${PYSITELIB}/${WHEEL_INFODIR}/METADATA
+${PYSITELIB}/${WHEEL_INFODIR}/RECORD
+${PYSITELIB}/${WHEEL_INFODIR}/WHEEL
+${PYSITELIB}/${WHEEL_INFODIR}/top_level.txt
${PYSITELIB}/icecream/__init__.py
${PYSITELIB}/icecream/__init__.pyc
${PYSITELIB}/icecream/__init__.pyo
Index: pkgsrc/misc/py-icecream/distinfo
diff -u pkgsrc/misc/py-icecream/distinfo:1.1 pkgsrc/misc/py-icecream/distinfo:1.2
--- pkgsrc/misc/py-icecream/distinfo:1.1 Tue Jul 18 15:46:27 2023
+++ pkgsrc/misc/py-icecream/distinfo Tue Jan 14 16:58:59 2025
@@ -1,5 +1,6 @@
-$NetBSD: distinfo,v 1.1 2023/07/18 15:46:27 adam Exp $
+$NetBSD: distinfo,v 1.2 2025/01/14 16:58:59 adam Exp $
-BLAKE2s (icecream-2.1.3.tar.gz) = 655b73dd8d0279406a2538c90c89275c1f7067cb07fb502fff4933fd8512b68f
-SHA512 (icecream-2.1.3.tar.gz) = cbed12fd9b49511f10fd36813c386bb468a6a2c81610414e4753a35733209c93684fcc10889e8917a0584c72ef624d2298664b44a8dd4e733edf5464321c2b95
-Size (icecream-2.1.3.tar.gz) = 14722 bytes
+BLAKE2s (icecream-2.1.4.tar.gz) = b8d1384a32428e7ffd1891cb0af42af45864be903aabbbc5c3b8d6b1e4e6164f
+SHA512 (icecream-2.1.4.tar.gz) = 86024feae0e04fdef1869a1eaa18753e4a4bcdd24ccc4d732c8902c0e4c28aa2a70abe069345b89b7c52cdea05cdec54a48a45ce155e6953ec98ac7ee0a3a65b
+Size (icecream-2.1.4.tar.gz) = 15872 bytes
+SHA1 (patch-setup.py) = 04b3a7fbde7773a626caaf441b074098bfa22958
Added files:
Index: pkgsrc/misc/py-icecream/patches/patch-setup.py
diff -u /dev/null pkgsrc/misc/py-icecream/patches/patch-setup.py:1.1
--- /dev/null Tue Jan 14 16:58:59 2025
+++ pkgsrc/misc/py-icecream/patches/patch-setup.py Tue Jan 14 16:58:59 2025
@@ -0,0 +1,15 @@
+$NetBSD: patch-setup.py,v 1.1 2025/01/14 16:58:59 adam Exp $
+
+Do not install tests.
+
+--- setup.py.orig 2025-01-14 16:56:45.972299015 +0000
++++ setup.py
+@@ -77,7 +77,7 @@ setup(
+ 'Information and documentation can be found at '
+ 'https://github.com/gruns/icecream.'),
+ platforms=['any'],
+- packages=find_packages(),
++ packages=find_packages(exclude=['tests']),
+ include_package_data=True,
+ classifiers=[
+ 'License :: OSI Approved :: MIT License',
Home |
Main Index |
Thread Index |
Old Index