Port details |
- py-itertree Python tree structure for data storage and iterations
- 1.1.3 devel
=2 1.1.3Version of this port present on the latest quarterly branch. - Maintainer: yuri@FreeBSD.org
 - Port Added: 2023-02-23 20:48:04
- Last Update: 2024-07-06 21:06:13
- Commit Hash: b34d467
- People watching this port, also watch:: jdictionary, py311-Automat, py311-python-gdsii, py311-PyOpenGL, p5-Sane
- License: MIT
- WWW:
- https://github.com/BR1py/itertree
- Description:
- itertree allows to:
* store data in a tree like structure
* has good performance
* has a reach feature set especially
* supportys serialization
* supports links to sub-trees
¦ ¦ ¦ ¦ 
- 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}itertree>0:devel/py-itertree@${PY_FLAVOR}
- To install the port:
- cd /usr/ports/devel/py-itertree/ && make install clean
- To add the package, run one of these commands:
- pkg install devel/py-itertree
- pkg install py311-itertree
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-itertree listed in the above command, you can pick from the names under the Packages section.- PKGNAME: py311-itertree
- Package flavors (<flavor>: <package>)
- distinfo:
- TIMESTAMP = 1720296848
SHA256 (BR1py-itertree-1.1.3-1,1,3_GH0.tar.gz) = e1abf4c4639dcdde0552cc2be3b230c7503491350a5d4d33e63bae897abf9ec5
SIZE (BR1py-itertree-1.1.3-1,1,3_GH0.tar.gz) = 2832088
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>0 : devel/py-setuptools@py311
- py311-wheel>0 : devel/py-wheel@py311
- python3.11 : lang/python311
- py311-build>=0 : devel/py-build@py311
- py311-installer>=0 : devel/py-installer@py311
- Test dependencies:
-
- py311-pytest>=7,1 : devel/py-pytest@py311
- python3.11 : lang/python311
- Runtime dependencies:
-
- python3.11 : lang/python311
- There are no ports dependent upon this port
Configuration Options:
- No options to configure
- Options name:
- devel_py-itertree
- USES:
- python
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|
Number of commits found: 8
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
1.1.3 06 Jul 2024 21:06:13
    |
Yuri Victorovich (yuri)  |
devel/py-itertree: update 1.1.2 → 1.1.3 |
1.1.2 25 May 2024 05:18:25
    |
Yuri Victorovich (yuri)  |
devel/py-itertree: update 1.0.5 → 1.1.2
Reported by: portscout |
1.0.5 01 Jul 2023 19:08:28
    |
Yuri Victorovich (yuri)  |
devel/py-itertree: Update 1.0.1 → 1.0.5
Reported by: portscout |
1.0.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> |
1.0.1 25 Jun 2023 07:03:55
    |
Yuri Victorovich (yuri)  |
devel/py-itertree: Update 0.8.2 → 1.0.1
Reported by: portscout |
0.8.2_1 04 Apr 2023 18:29:11
    |
Antoine Brodin (antoine)  |
USE_PYTHON=pep517: bump PORTREVISION |
0.8.2 29 Mar 2023 01:15:21
    |
Charlie Li (vishwin)  |
devel/py-itertree: explicitly add setuptools to BUILD_DEPENDS
PR: 270243 |
0.8.2 23 Feb 2023 20:45:50
    |
Yuri Victorovich (yuri)  |
devel/py-itertree: New port: Python tree structure for data storage and
iterations |
Number of commits found: 8
|