Port details |
- py-deepdiff Deep difference and search of any Python object/data
- 8.0.1 devel =2 8.0.1Version of this port present on the latest quarterly branch.
- Maintainer: yuri@FreeBSD.org
- Port Added: 2018-10-07 10:56:36
- Last Update: 2024-09-11 02:45:58
- Commit Hash: 88b9cfe
- People watching this port, also watch:: jdictionary, py311-Automat, py311-python-gdsii, py39-PyOpenGL, p5-Sane
- Also Listed In: python
- License: MIT
- WWW:
- https://github.com/seperman/deepdiff
- Description:
- Deep difference of dictionaries, iterables, strings and other objects. It will
recursively look for all the changes. Tested on Python 2.7, 3.3, 3.4, 3.5, 3.6,
Pypy, Pypy3.
- ¦ ¦ ¦ ¦
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - There is no configure plist information for this port.
- Dependency lines:
-
- ${PYTHON_PKGNAMEPREFIX}deepdiff>0:devel/py-deepdiff@${PY_FLAVOR}
- To install the port:
- cd /usr/ports/devel/py-deepdiff/ && make install clean
- To add the package, run one of these commands:
- pkg install devel/py-deepdiff
- pkg install py311-deepdiff
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above. NOTE: This is a Python port. Instead of py311-deepdiff listed in the above command, you can pick from the names under the Packages section.- PKGNAME: py311-deepdiff
- Package flavors (<flavor>: <package>)
- distinfo:
- TIMESTAMP = 1725938143
SHA256 (deepdiff-8.0.1.tar.gz) = 245599a4586ab59bb599ca3517a9c42f3318ff600ded5e80a3432693c8ec3c4b
SIZE (deepdiff-8.0.1.tar.gz) = 427721
Packages (timestamps in pop-ups are UTC):
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Build dependencies:
-
- py311-setuptools>=63.1.0 : devel/py-setuptools@py311
- python3.11 : lang/python311
- Test dependencies:
-
- py311-pytest>0 : devel/py-pytest@py311
- py311-jsonpickle>0 : devel/py-jsonpickle@py311
- py311-pydantic>0 : devel/py-pydantic@py311
- py311-types-PyYAML>=0 : devel/py-types-PyYAML@py311
- python3.11 : lang/python311
- Runtime dependencies:
-
- py311-orderly-set>=5.2.2 : devel/py-orderly-set@py311
- py311-polars>0 : misc/py-polars@py311
- py311-setuptools>=63.1.0 : devel/py-setuptools@py311
- python3.11 : lang/python311
- This port is required by:
- for Build
-
- science/py-trx-python
Configuration Options:
- No options to configure
- Options name:
- devel_py-deepdiff
- USES:
- python
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
8.0.1 11 Sep 2024 02:45:58 |
Yuri Victorovich (yuri) |
devel/py-deepdiff: update 7.0.1 → 8.0.1
Reported by: portscout |
7.0.1_1 07 Jul 2024 08:05:33 |
Po-Chuan Hsieh (sunpoet) |
devel/py-pyyaml: Move devel/py-yaml to devel/py-pyyaml
- Bump PORTREVISION of dependent ports for dependency change |
7.0.1 12 Apr 2024 03:01:48 |
Yuri Victorovich (yuri) |
devel/py-deepdiff: update 6.7.1 → 7.0.1
Reported by: portscout |
6.7.1 15 Nov 2023 05:35:58 |
Yuri Victorovich (yuri) |
devel/py-deepdiff: update 6.6.1 → 6.7.1
Reported by: portscout |
6.6.1 20 Oct 2023 21:35:32 |
Yuri Victorovich (yuri) |
devel/py-deepdiff: update 5.8.1 → 6.6.1
Reported by: portscout |
5.8.1 27 Jun 2023 19:34:34 |
Rene Ladan (rene) |
all: remove explicit versions in USES=python for "3.x+"
The logic in USES=python will automatically convert this to 3.8+ by
itself.
Adjust two ports that only had Python 3.7 mentioned but build fine
on Python 3.8 too.
finance/quickfix: mark BROKEN with PYTHON
libtool: compile: c++ -DHAVE_CONFIG_H -I. -I../.. -I -I. -I.. -I../.. -I../C++
-DLIBICONV_PLUG -DPYTHON_MAJOR_VERSION=3 -Wno-unused-variable
-Wno-maybe-uninitialized -O2 -pipe -DLIBICONV_PLUG -fstack-protector-strong
-fno-strict-aliasing -DLIBICONV_PLUG -Wall -ansi
-Wno-unused-command-line-argument -Wpointer-arith -Wwrite-strings
-Wno-overloaded-virtual -Wno-deprecated-declarations -Wno-deprecated -std=c++0x
-MT _quickfix_la-QuickfixPython.lo -MD -MP -MF
.deps/_quickfix_la-QuickfixPython.Tpo -c QuickfixPython.cpp -fPIC -DPIC -o
.libs/_quickfix_la-QuickfixPython.o
warning: unknown warning option '-Wno-maybe-uninitialized'; did you mean
'-Wno-uninitialized'? [-Wunknown-warning-option]
QuickfixPython.cpp:175:11: fatal error: 'Python.h' file not found
^~~~~~~~~~
1 warning and 1 error generated.
Reviewed by: portmgr, vishwin, yuri
Differential Revision: <https://reviews.freebsd.org/D40568> |
5.8.1 11 Jan 2023 15:58:34 |
Dmitry Marakasov (amdmi3) |
*/*: rename CHEESESHOP to PYPI in MASTER_SITES
PR: 267994
Differential revision: D37518
Approved by: bapt |
07 Sep 2022 21:58:51 |
Stefan Eßer (se) |
Remove WWW entries moved into port Makefiles
Commit b7f05445c00f has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.
This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.
Approved by: portmgr (tcberner) |
5.8.1 07 Sep 2022 21:10:59 |
Stefan Eßer (se) |
Add WWW entries to port Makefiles
It has been common practice to have one or more URLs at the end of the
ports' pkg-descr files, one per line and prefixed with "WWW:". These
URLs should point at a project website or other relevant resources.
Access to these URLs required processing of the pkg-descr files, and
they have often become stale over time. If more than one such URL was
present in a pkg-descr file, only the first one was tarnsfered into
the port INDEX, but for many ports only the last line did contain the
port specific URL to further information.
There have been several proposals to make a project URL available as
a macro in the ports' Makefiles, over time.
(Only the first 15 lines of the commit message are shown above ) |
5.8.1 31 May 2022 09:24:41 |
Yuri Victorovich (yuri) |
devel/py-deepdiff: Update 5.8.0 -> 5.8.1 |
5.8.0 14 Apr 2022 04:56:25 |
Yuri Victorovich (yuri) |
devel/py-deepdiff: Update 5.7.0 -> 5.8.0
Reported by: portscout |
5.7.0 14 Jan 2022 08:29:38 |
Yuri Victorovich (yuri) |
devel/py-deepdiff: Update 5.6.0 -> 5.7.0
Reported by: portscout |
5.6.0 17 Oct 2021 15:49:41 |
Yuri Victorovich (yuri) |
devel/py-deepdiff: Update 5.5.0 -> 5.6.0
Reported by: portscout |
5.5.0 27 May 2021 09:47:02 |
Yuri Victorovich (yuri) |
devel/py-deepdiff: Update 5.3.0 -> 5.5.0 |
5.3.0 26 May 2021 06:59:05 |
Yuri Victorovich (yuri) |
devel/py-deepdiff: Update 5.2.3 -> 5.3.0
Reported by: portscout |
5.2.3 07 Apr 2021 08:09:01 |
Mathieu Arnold (mat) |
One more small cleanup, forgotten yesterday.
Reported by: lwhsu |
5.2.3 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
5.2.3 22 Feb 2021 23:58:15 |
yuri |
devel/py-deepdiff: Update 5.2.2 -> 5.2.3 |
5.2.2 16 Feb 2021 00:06:05 |
yuri |
devel/py-deepdiff: Update 5.0.2 -> 5.2.2 |
5.0.2 31 Jul 2020 05:12:32 |
yuri |
devel/py-deepdiff: Update 5.0.1 -> 5.0.2
Reported by: portscout |
5.0.1 02 Jul 2020 17:44:12 |
yuri |
devel/py-deepdiff: Update 5.0.0 -> 5.0.1
Reported by: portscout |
5.0.0 23 Jun 2020 20:33:31 |
yuri |
devel/py-deepdiff: Update 4.0.2 -> 5.0.0
Reported by: portscout |
4.0.2 31 Mar 2019 03:00:19 |
yuri |
devel/py-deepdiff: Update 3.3.0 -> 4.0.2
Reported by: portscout |
3.3.0 07 Oct 2018 06:28:08 |
yuri |
New port: devel/py-deepdiff: Deep difference and search of any Python
object/data |