pkgsrc-WIP-changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

py-dill: removed; moved to base



Module Name:	pkgsrc-wip
Committed By:	Adam Ciarciński <aciarcinski%teonite.com@localhost>
Pushed By:	adam
Date:		Wed Apr 20 14:18:12 2022 +0200
Changeset:	bdeef05bf551df29f303472272f0ee84ff102693

Modified Files:
	Makefile
	py-distob/Makefile
	py-hickle/Makefile
	py-mystic/Makefile
	py-pathos/Makefile
	py-qiskit-terra/Makefile
	py-serialize/Makefile
	py-symphysics/Makefile
Removed Files:
	py-dill/DESCR
	py-dill/Makefile
	py-dill/PLIST
	py-dill/distinfo

Log Message:
py-dill: removed; moved to base

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=bdeef05bf551df29f303472272f0ee84ff102693

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

diffstat:
 Makefile                 |   1 -
 py-dill/DESCR            |  13 ------
 py-dill/Makefile         |  20 ---------
 py-dill/PLIST            | 108 -----------------------------------------------
 py-dill/distinfo         |   5 ---
 py-distob/Makefile       |   2 +-
 py-hickle/Makefile       |   2 +-
 py-mystic/Makefile       |   2 +-
 py-pathos/Makefile       |   2 +-
 py-qiskit-terra/Makefile |   3 +-
 py-serialize/Makefile    |   2 +-
 py-symphysics/Makefile   |   2 +-
 12 files changed, 7 insertions(+), 155 deletions(-)

diffs:
diff --git a/Makefile b/Makefile
index 85739dc7d8..9481ae58c3 100644
--- a/Makefile
+++ b/Makefile
@@ -3696,7 +3696,6 @@ SUBDIR+=	py-diffeqpy
 SUBDIR+=	py-diffpy-structure
 SUBDIR+=	py-diffpy_pdffit2
 SUBDIR+=	py-digraphtools
-SUBDIR+=	py-dill
 SUBDIR+=	py-dimarray
 SUBDIR+=	py-diofant
 SUBDIR+=	py-discord.py
diff --git a/py-dill/DESCR b/py-dill/DESCR
deleted file mode 100644
index 3883911b89..0000000000
--- a/py-dill/DESCR
+++ /dev/null
@@ -1,13 +0,0 @@
-dill extends python's ``pickle`` module for serializing and de-serializing
-python objects to the majority of the built-in python types. Serialization
-is the process of converting an object to a byte stream, and the inverse
-of which is converting a byte stream back to on python object hierarchy.
-
-``dill`` provides the user the same interface as the ``pickle`` module, and
-also includes some additional features. In addition to pickling python
-objects, ``dill`` provides the ability to save the state of an interpreter
-session in a single command.  Hence, it would be feasable to save a
-interpreter session, close the interpreter, ship the pickled file to
-another computer, open a new interpreter, unpickle the session and
-thus continue from the 'saved' state of the original interpreter
-session.
diff --git a/py-dill/Makefile b/py-dill/Makefile
deleted file mode 100644
index 5252ef13ea..0000000000
--- a/py-dill/Makefile
+++ /dev/null
@@ -1,20 +0,0 @@
-# $NetBSD$
-
-DISTNAME=	dill-0.3.2
-PKGNAME=	${PYPKGPREFIX}-${DISTNAME}
-CATEGORIES=	textproc python
-MASTER_SITES=	https://files.pythonhosted.org/packages/e2/96/518a8ea959a734b70d2e95fef98bcbfdc7adad1c1e5f5dd9148c835205a5/
-EXTRACT_SUFX=	.zip
-
-MAINTAINER=	kamelderouiche%yahoo.com@localhost
-HOMEPAGE=	https://pypi.org/project/dill
-COMMENT=	Serialize all of python
-LICENSE=	2-clause-bsd
-
-DEPENDS+=	${PYPKGPREFIX}-readline-[0-9]*:../../devel/py-readline
-DEPENDS+=	${PYPKGPREFIX}-objgraph>=3.4.1:../../graphics/py-objgraph
-
-USE_LANGUAGES=	# none
-
-.include "../../lang/python/egg.mk"
-.include "../../mk/bsd.pkg.mk"
diff --git a/py-dill/PLIST b/py-dill/PLIST
deleted file mode 100644
index 923876a777..0000000000
--- a/py-dill/PLIST
+++ /dev/null
@@ -1,108 +0,0 @@
-@comment $NetBSD$
-bin/get_objgraph
-bin/undill
-${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
-${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
-${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt
-${PYSITELIB}/${EGG_INFODIR}/not-zip-safe
-${PYSITELIB}/${EGG_INFODIR}/requires.txt
-${PYSITELIB}/${EGG_INFODIR}/top_level.txt
-${PYSITELIB}/dill/__diff.py
-${PYSITELIB}/dill/__diff.pyc
-${PYSITELIB}/dill/__diff.pyo
-${PYSITELIB}/dill/__init__.py
-${PYSITELIB}/dill/__init__.pyc
-${PYSITELIB}/dill/__init__.pyo
-${PYSITELIB}/dill/_dill.py
-${PYSITELIB}/dill/_dill.pyc
-${PYSITELIB}/dill/_dill.pyo
-${PYSITELIB}/dill/_objects.py
-${PYSITELIB}/dill/_objects.pyc
-${PYSITELIB}/dill/_objects.pyo
-${PYSITELIB}/dill/detect.py
-${PYSITELIB}/dill/detect.pyc
-${PYSITELIB}/dill/detect.pyo
-${PYSITELIB}/dill/info.py
-${PYSITELIB}/dill/info.pyc
-${PYSITELIB}/dill/info.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/settings.py
-${PYSITELIB}/dill/settings.pyc
-${PYSITELIB}/dill/settings.pyo
-${PYSITELIB}/dill/source.py
-${PYSITELIB}/dill/source.pyc
-${PYSITELIB}/dill/source.pyo
-${PYSITELIB}/dill/temp.py
-${PYSITELIB}/dill/temp.pyc
-${PYSITELIB}/dill/temp.pyo
-${PYSITELIB}/dill/tests/__init__.py
-${PYSITELIB}/dill/tests/__init__.pyc
-${PYSITELIB}/dill/tests/__init__.pyo
-${PYSITELIB}/dill/tests/__main__.py
-${PYSITELIB}/dill/tests/__main__.pyc
-${PYSITELIB}/dill/tests/__main__.pyo
-${PYSITELIB}/dill/tests/test_check.py
-${PYSITELIB}/dill/tests/test_check.pyc
-${PYSITELIB}/dill/tests/test_check.pyo
-${PYSITELIB}/dill/tests/test_classdef.py
-${PYSITELIB}/dill/tests/test_classdef.pyc
-${PYSITELIB}/dill/tests/test_classdef.pyo
-${PYSITELIB}/dill/tests/test_detect.py
-${PYSITELIB}/dill/tests/test_detect.pyc
-${PYSITELIB}/dill/tests/test_detect.pyo
-${PYSITELIB}/dill/tests/test_diff.py
-${PYSITELIB}/dill/tests/test_diff.pyc
-${PYSITELIB}/dill/tests/test_diff.pyo
-${PYSITELIB}/dill/tests/test_extendpickle.py
-${PYSITELIB}/dill/tests/test_extendpickle.pyc
-${PYSITELIB}/dill/tests/test_extendpickle.pyo
-${PYSITELIB}/dill/tests/test_file.py
-${PYSITELIB}/dill/tests/test_file.pyc
-${PYSITELIB}/dill/tests/test_file.pyo
-${PYSITELIB}/dill/tests/test_functions.py
-${PYSITELIB}/dill/tests/test_functions.pyc
-${PYSITELIB}/dill/tests/test_functions.pyo
-${PYSITELIB}/dill/tests/test_functors.py
-${PYSITELIB}/dill/tests/test_functors.pyc
-${PYSITELIB}/dill/tests/test_functors.pyo
-${PYSITELIB}/dill/tests/test_mixins.py
-${PYSITELIB}/dill/tests/test_mixins.pyc
-${PYSITELIB}/dill/tests/test_mixins.pyo
-${PYSITELIB}/dill/tests/test_module.py
-${PYSITELIB}/dill/tests/test_module.pyc
-${PYSITELIB}/dill/tests/test_module.pyo
-${PYSITELIB}/dill/tests/test_moduledict.py
-${PYSITELIB}/dill/tests/test_moduledict.pyc
-${PYSITELIB}/dill/tests/test_moduledict.pyo
-${PYSITELIB}/dill/tests/test_nested.py
-${PYSITELIB}/dill/tests/test_nested.pyc
-${PYSITELIB}/dill/tests/test_nested.pyo
-${PYSITELIB}/dill/tests/test_objects.py
-${PYSITELIB}/dill/tests/test_objects.pyc
-${PYSITELIB}/dill/tests/test_objects.pyo
-${PYSITELIB}/dill/tests/test_properties.py
-${PYSITELIB}/dill/tests/test_properties.pyc
-${PYSITELIB}/dill/tests/test_properties.pyo
-${PYSITELIB}/dill/tests/test_recursive.py
-${PYSITELIB}/dill/tests/test_recursive.pyc
-${PYSITELIB}/dill/tests/test_recursive.pyo
-${PYSITELIB}/dill/tests/test_restricted.py
-${PYSITELIB}/dill/tests/test_restricted.pyc
-${PYSITELIB}/dill/tests/test_restricted.pyo
-${PYSITELIB}/dill/tests/test_selected.py
-${PYSITELIB}/dill/tests/test_selected.pyc
-${PYSITELIB}/dill/tests/test_selected.pyo
-${PYSITELIB}/dill/tests/test_source.py
-${PYSITELIB}/dill/tests/test_source.pyc
-${PYSITELIB}/dill/tests/test_source.pyo
-${PYSITELIB}/dill/tests/test_temp.py
-${PYSITELIB}/dill/tests/test_temp.pyc
-${PYSITELIB}/dill/tests/test_temp.pyo
-${PYSITELIB}/dill/tests/test_weakref.py
-${PYSITELIB}/dill/tests/test_weakref.pyc
-${PYSITELIB}/dill/tests/test_weakref.pyo
diff --git a/py-dill/distinfo b/py-dill/distinfo
deleted file mode 100644
index aee08d5fdb..0000000000
--- a/py-dill/distinfo
+++ /dev/null
@@ -1,5 +0,0 @@
-$NetBSD$
-
-RMD160 (dill-0.3.2.zip) = d9673f22c08141b85567b036a1ac1ad9d761eb6a
-SHA512 (dill-0.3.2.zip) = 6b28a787bd8ae0fc37dcded46245dfa0b62b56616daf217285e6dbb2b95e3f8a78478976da682714147410c7a7996c8198c59e3de241a0956b4ef3430110dc08
-Size (dill-0.3.2.zip) = 177570 bytes
diff --git a/py-distob/Makefile b/py-distob/Makefile
index d5c0496779..1088916dae 100644
--- a/py-distob/Makefile
+++ b/py-distob/Makefile
@@ -12,7 +12,7 @@ LICENSE=	gnu-gpl-v3
 
 DEPENDS+=	${PYPKGPREFIX}-ipython>=3.2.1:../../devel/py-ipython
 DEPENDS+=	${PYPKGPREFIX}-zmq>=14.4.1:../../net/py-zmq
-DEPENDS+=	${PYPKGPREFIX}-dill>=0.2.4:../../wip/py-dill
+DEPENDS+=	${PYPKGPREFIX}-dill>=0.2.4:../../textproc/py-dill
 
 USE_LANGUAGES=	# none
 
diff --git a/py-hickle/Makefile b/py-hickle/Makefile
index 3193b44e50..807e0a14ca 100644
--- a/py-hickle/Makefile
+++ b/py-hickle/Makefile
@@ -10,7 +10,7 @@ HOMEPAGE=	http://github.com/telegraphic/hickle
 COMMENT=	Hickle - an HDF5 based version of pickle
 LICENSE=	modified-bsd
 
-DEPENDS+=	${PYPKGPREFIX}-dill>=0.3.2:../../wip/py-dill
+DEPENDS+=	${PYPKGPREFIX}-dill>=0.3.2:../../textproc/py-dill
 DEPENDS+=	${PYPKGPREFIX}-h5py>=2.8.0:../../devel/py-h5py
 DEPENDS+=	${PYPKGPREFIX}-six>=1.6.0:../../lang/py-six
 
diff --git a/py-mystic/Makefile b/py-mystic/Makefile
index 8b80460c8c..d1a5f1e40e 100644
--- a/py-mystic/Makefile
+++ b/py-mystic/Makefile
@@ -12,7 +12,7 @@ COMMENT=	Constrained non-convex optimization and uncertainty quantification
 LICENSE=	modified-bsd
 
 DEPENDS+=	${PYPKGPREFIX}-sympy>=0.6.7:../../math/py-sympy
-DEPENDS+=	${PYPKGPREFIX}-dill>=0.3.2:../../wip/py-dill
+DEPENDS+=	${PYPKGPREFIX}-dill>=0.3.2:../../textproc/py-dill
 DEPENDS+=	${PYPKGPREFIX}-klepto>=0.1.9:../../wip/py-klepto
 
 USE_LANGUAGES=	# none
diff --git a/py-pathos/Makefile b/py-pathos/Makefile
index b0352cf561..9dbd52ff66 100644
--- a/py-pathos/Makefile
+++ b/py-pathos/Makefile
@@ -11,7 +11,7 @@ HOMEPAGE=	https://pypi.org/project/pathos
 COMMENT=	Parallel graph management and execution in heterogeneous computing
 LICENSE=	2-clause-bsd
 
-DEPENDS+=	${PYPKGPREFIX}-dill>=0.3.2:../../wip/py-dill
+DEPENDS+=	${PYPKGPREFIX}-dill>=0.3.2:../../textproc/py-dill
 DEPENDS+=	${PYPKGPREFIX}-multiprocess>=0.70.10:../../wip/py-multiprocess
 DEPENDS+=	${PYPKGPREFIX}-ppft>=1.6.6.2:../../wip/py-ppft
 DEPENDS+=	${PYPKGPREFIX}-pox>=0.2.8:../../wip/py-pox
diff --git a/py-qiskit-terra/Makefile b/py-qiskit-terra/Makefile
index 927040f845..706ca66d3a 100644
--- a/py-qiskit-terra/Makefile
+++ b/py-qiskit-terra/Makefile
@@ -15,8 +15,7 @@ USE_LANGUAGES=	c c++
 DEPENDS+=       ${PYPKGPREFIX}-matplotlib>=3.2.2:../../graphics/py-matplotlib
 DEPENDS+=	${PYPKGPREFIX}-networkx>=0.5.0:../../math/py-networkx
 DEPENDS+=       ${PYPKGPREFIX}-sympy>=1.5.1:../../math/py-sympy
-DEPENDS+=       ${PYPKGPREFIX}-dill>=0.3.2:../../wip/py-dill
-
+DEPENDS+=       ${PYPKGPREFIX}-dill>=0.3.2:../../textproc/py-dill
 
 .include "../../devel/py-cython/buildlink3.mk"
 .include "../../math/py-numpy/buildlink3.mk"
diff --git a/py-serialize/Makefile b/py-serialize/Makefile
index 5d9da17cd0..5d3d41c32a 100644
--- a/py-serialize/Makefile
+++ b/py-serialize/Makefile
@@ -17,7 +17,7 @@ DEPENDS+=	${PYPKGPREFIX}-msgpack>=1.0.0:../../devel/py-msgpack
 #DEPENDS+=	${PYPKGPREFIX}-serpent>=1.28:../../devel/py-serpent
 DEPENDS+=	${PYPKGPREFIX}-yaml>=5.3.1:../../textproc/py-yaml
 DEPENDS+=	${PYPKGPREFIX}-bson>=0.5.10:../../wip/py-bson
-DEPENDS+=	${PYPKGPREFIX}-dill>=0.3.2:../../wip/py-dill
+DEPENDS+=	${PYPKGPREFIX}-dill>=0.3.2:../../textproc/py-dill
 
 .include "../../lang/python/egg.mk"
 .include "../../mk/bsd.pkg.mk"
diff --git a/py-symphysics/Makefile b/py-symphysics/Makefile
index fe862d834a..33e2e4c917 100644
--- a/py-symphysics/Makefile
+++ b/py-symphysics/Makefile
@@ -13,7 +13,7 @@ LICENSE=	mit
 DEPENDS+=       ${PYPKGPREFIX}-matplotlib>=3.2.2:../../graphics/py-matplotlib
 DEPENDS+=       ${PYPKGPREFIX}-scipy>=1.2.3:../../math/py-scipy
 DEPENDS+=       ${PYPKGPREFIX}-sympy>=1.6.2:../../math/py-sympy
-DEPENDS+=       ${PYPKGPREFIX}-dill>=0.3.2:../../wip/py-dill
+DEPENDS+=       ${PYPKGPREFIX}-dill>=0.3.2:../../textproc/py-dill
 
 USE_LANGUAGES=	# none
 


Home | Main Index | Thread Index | Old Index