pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/textproc/py-dill py-dill: updated to 0.3.6
details: https://anonhg.NetBSD.org/pkgsrc/rev/bcf6ea06a088
branches: trunk
changeset: 387265:bcf6ea06a088
user: adam <adam%pkgsrc.org@localhost>
date: Tue Oct 25 18:44:40 2022 +0000
description:
py-dill: updated to 0.3.6
dill-0.3.6
With dill, you can serialize almost anything in python, even an entire interpreter session. If you encounter any pickling failures, dill also has some good tools to help you discover why your object
fails to pickle.
dill installs with pip:
$ pip install dill
dill requires:
- python or pypy, >=3.7
diffstat:
textproc/py-dill/Makefile | 6 ++++--
textproc/py-dill/PLIST | 23 ++++++++++++++++++++++-
textproc/py-dill/distinfo | 8 ++++----
3 files changed, 30 insertions(+), 7 deletions(-)
diffs (108 lines):
diff -r cb796181a2d9 -r bcf6ea06a088 textproc/py-dill/Makefile
--- a/textproc/py-dill/Makefile Tue Oct 25 18:44:15 2022 +0000
+++ b/textproc/py-dill/Makefile Tue Oct 25 18:44:40 2022 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.2 2022/05/25 12:18:26 adam Exp $
+# $NetBSD: Makefile,v 1.3 2022/10/25 18:44:40 adam Exp $
-DISTNAME= dill-0.3.5.1
+DISTNAME= dill-0.3.6
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
CATEGORIES= textproc python
MASTER_SITES= ${MASTER_SITE_PYPI:=d/dill/}
@@ -12,6 +12,8 @@
USE_LANGUAGES= # none
+PYTHON_VERSIONS_INCOMPATIBLE= 27
+
post-install:
.for file in get_objgraph undill
cd ${DESTDIR}${PREFIX}/bin && \
diff -r cb796181a2d9 -r bcf6ea06a088 textproc/py-dill/PLIST
--- a/textproc/py-dill/PLIST Tue Oct 25 18:44:15 2022 +0000
+++ b/textproc/py-dill/PLIST Tue Oct 25 18:44:40 2022 +0000
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.2 2022/05/25 12:18:26 adam Exp $
+@comment $NetBSD: PLIST,v 1.3 2022/10/25 18:44:40 adam Exp $
bin/get_objgraph-${PYVERSSUFFIX}
bin/undill-${PYVERSSUFFIX}
${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
@@ -10,6 +10,9 @@
${PYSITELIB}/dill/__diff.py
${PYSITELIB}/dill/__diff.pyc
${PYSITELIB}/dill/__diff.pyo
+${PYSITELIB}/dill/__info__.py
+${PYSITELIB}/dill/__info__.pyc
+${PYSITELIB}/dill/__info__.pyo
${PYSITELIB}/dill/__init__.py
${PYSITELIB}/dill/__init__.pyc
${PYSITELIB}/dill/__init__.pyo
@@ -25,12 +28,18 @@
${PYSITELIB}/dill/detect.py
${PYSITELIB}/dill/detect.pyc
${PYSITELIB}/dill/detect.pyo
+${PYSITELIB}/dill/logger.py
+${PYSITELIB}/dill/logger.pyc
+${PYSITELIB}/dill/logger.pyo
${PYSITELIB}/dill/objtypes.py
${PYSITELIB}/dill/objtypes.pyc
${PYSITELIB}/dill/objtypes.pyo
${PYSITELIB}/dill/pointers.py
${PYSITELIB}/dill/pointers.pyc
${PYSITELIB}/dill/pointers.pyo
+${PYSITELIB}/dill/session.py
+${PYSITELIB}/dill/session.pyc
+${PYSITELIB}/dill/session.pyo
${PYSITELIB}/dill/settings.py
${PYSITELIB}/dill/settings.pyc
${PYSITELIB}/dill/settings.pyo
@@ -52,6 +61,9 @@
${PYSITELIB}/dill/tests/test_classdef.py
${PYSITELIB}/dill/tests/test_classdef.pyc
${PYSITELIB}/dill/tests/test_classdef.pyo
+${PYSITELIB}/dill/tests/test_dataclasses.py
+${PYSITELIB}/dill/tests/test_dataclasses.pyc
+${PYSITELIB}/dill/tests/test_dataclasses.pyo
${PYSITELIB}/dill/tests/test_detect.py
${PYSITELIB}/dill/tests/test_detect.pyc
${PYSITELIB}/dill/tests/test_detect.pyo
@@ -76,6 +88,9 @@
${PYSITELIB}/dill/tests/test_functors.py
${PYSITELIB}/dill/tests/test_functors.pyc
${PYSITELIB}/dill/tests/test_functors.pyo
+${PYSITELIB}/dill/tests/test_logger.py
+${PYSITELIB}/dill/tests/test_logger.pyc
+${PYSITELIB}/dill/tests/test_logger.pyo
${PYSITELIB}/dill/tests/test_mixins.py
${PYSITELIB}/dill/tests/test_mixins.pyc
${PYSITELIB}/dill/tests/test_mixins.pyo
@@ -94,9 +109,15 @@
${PYSITELIB}/dill/tests/test_properties.py
${PYSITELIB}/dill/tests/test_properties.pyc
${PYSITELIB}/dill/tests/test_properties.pyo
+${PYSITELIB}/dill/tests/test_pycapsule.py
+${PYSITELIB}/dill/tests/test_pycapsule.pyc
+${PYSITELIB}/dill/tests/test_pycapsule.pyo
${PYSITELIB}/dill/tests/test_recursive.py
${PYSITELIB}/dill/tests/test_recursive.pyc
${PYSITELIB}/dill/tests/test_recursive.pyo
+${PYSITELIB}/dill/tests/test_registered.py
+${PYSITELIB}/dill/tests/test_registered.pyc
+${PYSITELIB}/dill/tests/test_registered.pyo
${PYSITELIB}/dill/tests/test_restricted.py
${PYSITELIB}/dill/tests/test_restricted.pyc
${PYSITELIB}/dill/tests/test_restricted.pyo
diff -r cb796181a2d9 -r bcf6ea06a088 textproc/py-dill/distinfo
--- a/textproc/py-dill/distinfo Tue Oct 25 18:44:15 2022 +0000
+++ b/textproc/py-dill/distinfo Tue Oct 25 18:44:40 2022 +0000
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.2 2022/05/25 12:18:26 adam Exp $
+$NetBSD: distinfo,v 1.3 2022/10/25 18:44:40 adam Exp $
-BLAKE2s (dill-0.3.5.1.tar.gz) = 45dbc3e3e20c2531e2d351fdfcd63328e552facfb5bdad79fe1beea09a804fb8
-SHA512 (dill-0.3.5.1.tar.gz) = 14c08b8cab4e432c30ca5280f78c897a07a75f2ef2ec83c3eb663c46cb6a5b4a42fd82c64486373f3a9992609d2440d7b3a79a1db75873147e694defd5109e08
-Size (dill-0.3.5.1.tar.gz) = 167265 bytes
+BLAKE2s (dill-0.3.6.tar.gz) = 5fac01aab9a7847503420e9308ca05709e36b5a768da3fe1a5cf0c34957b07b9
+SHA512 (dill-0.3.6.tar.gz) = 0a418fb9b19840340a7842fd0e97b286c503b2798baf644d67611264d6853d93b5721fc52308477314c410e8ce89aa6439eb14ccf1057c3fa326119664d9f5bb
+Size (dill-0.3.6.tar.gz) = 179026 bytes
Home |
Main Index |
Thread Index |
Old Index