pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/converters
Module Name: pkgsrc
Committed By: adam
Date: Tue Aug 6 06:22:18 UTC 2024
Modified Files:
pkgsrc/converters: Makefile
Added Files:
pkgsrc/converters/py-cloudpickle: DESCR Makefile PLIST distinfo
Log Message:
py-cloudpickle: added version 3.0.0
cloudpickle makes it possible to serialize Python constructs not supported by
the default pickle module from the Python standard library.
cloudpickle is especially useful for cluster computing where Python code is
shipped over the network to execute on remote hosts, possibly close to the
data.
To generate a diff of this commit:
cvs rdiff -u -r1.214 -r1.215 pkgsrc/converters/Makefile
cvs rdiff -u -r0 -r1.1 pkgsrc/converters/py-cloudpickle/DESCR \
pkgsrc/converters/py-cloudpickle/Makefile \
pkgsrc/converters/py-cloudpickle/PLIST \
pkgsrc/converters/py-cloudpickle/distinfo
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/converters/Makefile
diff -u pkgsrc/converters/Makefile:1.214 pkgsrc/converters/Makefile:1.215
--- pkgsrc/converters/Makefile:1.214 Sun May 5 10:24:10 2024
+++ pkgsrc/converters/Makefile Tue Aug 6 06:22:18 2024
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.214 2024/05/05 10:24:10 pho Exp $
+# $NetBSD: Makefile,v 1.215 2024/08/06 06:22:18 adam Exp $
#
COMMENT= Document format and character code converters
@@ -133,6 +133,7 @@ SUBDIR+= py-bidi
SUBDIR+= py-cairosvg
SUBDIR+= py-chardet
SUBDIR+= py-charset-normalizer
+SUBDIR+= py-cloudpickle
SUBDIR+= py-confusable_homoglyphs
SUBDIR+= py-emoji
SUBDIR+= py-fastbencode
Added files:
Index: pkgsrc/converters/py-cloudpickle/DESCR
diff -u /dev/null pkgsrc/converters/py-cloudpickle/DESCR:1.1
--- /dev/null Tue Aug 6 06:22:19 2024
+++ pkgsrc/converters/py-cloudpickle/DESCR Tue Aug 6 06:22:18 2024
@@ -0,0 +1,6 @@
+cloudpickle makes it possible to serialize Python constructs not supported by
+the default pickle module from the Python standard library.
+
+cloudpickle is especially useful for cluster computing where Python code is
+shipped over the network to execute on remote hosts, possibly close to the
+data.
Index: pkgsrc/converters/py-cloudpickle/Makefile
diff -u /dev/null pkgsrc/converters/py-cloudpickle/Makefile:1.1
--- /dev/null Tue Aug 6 06:22:19 2024
+++ pkgsrc/converters/py-cloudpickle/Makefile Tue Aug 6 06:22:18 2024
@@ -0,0 +1,20 @@
+# $NetBSD: Makefile,v 1.1 2024/08/06 06:22:18 adam Exp $
+
+DISTNAME= cloudpickle-3.0.0
+PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
+CATEGORIES= converters python
+MASTER_SITES= ${MASTER_SITE_PYPI:=c/cloudpickle/}
+
+MAINTAINER= pkgsrc-users%NetBSD.org@localhost
+HOMEPAGE= https://github.com/cloudpipe/cloudpickle
+COMMENT= Extend the standard pickle.Pickler functionality
+LICENSE= modified-bsd
+
+TOOL_DEPENDS+= ${PYPKGPREFIX}-flit_core>=3.9:../../devel/py-flit_core
+
+USE_LANGUAGES= # none
+
+PYTHON_VERSIONS_INCOMPATIBLE= 27
+
+.include "../../lang/python/wheel.mk"
+.include "../../mk/bsd.pkg.mk"
Index: pkgsrc/converters/py-cloudpickle/PLIST
diff -u /dev/null pkgsrc/converters/py-cloudpickle/PLIST:1.1
--- /dev/null Tue Aug 6 06:22:19 2024
+++ pkgsrc/converters/py-cloudpickle/PLIST Tue Aug 6 06:22:18 2024
@@ -0,0 +1,13 @@
+@comment $NetBSD: PLIST,v 1.1 2024/08/06 06:22:18 adam Exp $
+${PYSITELIB}/${WHEEL_INFODIR}/METADATA
+${PYSITELIB}/${WHEEL_INFODIR}/RECORD
+${PYSITELIB}/${WHEEL_INFODIR}/WHEEL
+${PYSITELIB}/cloudpickle/__init__.py
+${PYSITELIB}/cloudpickle/__init__.pyc
+${PYSITELIB}/cloudpickle/__init__.pyo
+${PYSITELIB}/cloudpickle/cloudpickle.py
+${PYSITELIB}/cloudpickle/cloudpickle.pyc
+${PYSITELIB}/cloudpickle/cloudpickle.pyo
+${PYSITELIB}/cloudpickle/cloudpickle_fast.py
+${PYSITELIB}/cloudpickle/cloudpickle_fast.pyc
+${PYSITELIB}/cloudpickle/cloudpickle_fast.pyo
Index: pkgsrc/converters/py-cloudpickle/distinfo
diff -u /dev/null pkgsrc/converters/py-cloudpickle/distinfo:1.1
--- /dev/null Tue Aug 6 06:22:19 2024
+++ pkgsrc/converters/py-cloudpickle/distinfo Tue Aug 6 06:22:18 2024
@@ -0,0 +1,5 @@
+$NetBSD: distinfo,v 1.1 2024/08/06 06:22:18 adam Exp $
+
+BLAKE2s (cloudpickle-3.0.0.tar.gz) = 4c034397be918388c0e3d0232aebcd480468bb28397e1caa4817c7bf078d8e37
+SHA512 (cloudpickle-3.0.0.tar.gz) = c20b5674a710a6011bedecaf1adfc9f85e74b0b61f89b44c93624f4c73a6c1b9f81ab8f82cbc386d637a990b152dacc48ef8abc9c7718ef2e252e504d4b76773
+Size (cloudpickle-3.0.0.tar.gz) = 21231 bytes
Home |
Main Index |
Thread Index |
Old Index