Port details |
- py-glom Declarative object transformer and formatter
- 23.5.0_1 devel
=2 23.5.0_1Version of this port present on the latest quarterly branch. - Maintainer: sunpoet@FreeBSD.org
 - Port Added: 2023-03-21 19:24:34
- Last Update: 2024-07-21 16:55:40
- Commit Hash: 180cd73
- People watching this port, also watch:: jdictionary, py311-Automat, py311-python-gdsii, py39-PyOpenGL, p5-Sane
- Also Listed In: python
- License: BSD3CLAUSE
- WWW:
- https://glom.readthedocs.io/en/latest/
- https://github.com/mahmoud/glom
- Description:
- Real applications have real data, and real data nests. Objects inside of objects
inside of lists of objects.
glom is a new and powerful way to handle real-world data, featuring:
- Path-based access for nested data structures
- Readable, meaningful error messages
- Declarative data transformation, using lightweight, Pythonic specifications
- Built-in data exploration and debugging features
All of that and more, available as a fully-documented, pure-Python package.
 ¦ ¦ ¦ ¦ 
- 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}glom>0:devel/py-glom@${PY_FLAVOR}
- To install the port:
- cd /usr/ports/devel/py-glom/ && make install clean
- To add the package, run one of these commands:
- pkg install devel/py-glom
- pkg install py311-glom
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-glom listed in the above command, you can pick from the names under the Packages section.- PKGNAME: py311-glom
- Package flavors (<flavor>: <package>)
- distinfo:
- TIMESTAMP = 1701083372
SHA256 (glom-23.5.0.tar.gz) = 06af5e3486aacc59382ba34e53ebeabd7a9345d78f7dbcbee26f03baa4b83bac
SIZE (glom-23.5.0.tar.gz) = 196743
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:
-
- python3.11 : lang/python311
- Runtime dependencies:
-
- py311-attrs>=0 : devel/py-attrs@py311
- py311-boltons>=19.3.0 : devel/py-boltons@py311
- py311-face>=20.1.0 : devel/py-face@py311
- python3.11 : lang/python311
- There are no ports dependent upon this port
Configuration Options:
- ===> The following configuration options are available for py311-glom-23.5.0_1:
TOML=on: TOML (Tom's Obvious Minimal Language) support
===> Use 'make config' to modify these settings
- Options name:
- devel_py-glom
- 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 |
23.5.0_1 21 Jul 2024 16:55:40
    |
Po-Chuan Hsieh (sunpoet)  |
Mk/Uses/python.mk: Introduce PY_TOMLI
- Convert ports to use PY_TOMLI to simplify Makefile.
The minimal version is set to 2.0.1 because it is required by multiple ports
such as devel/py-poetry.
The upper bound of version is set to 3 because it is limited by devel/py-poetry.
With hat: python |
23.5.0_1 08 Apr 2024 20:16:56
    |
Po-Chuan Hsieh (sunpoet)  |
devel/py-glom: Convert to USE_PYTHON=pep517
- Bump PORTREVISION for package change |
23.5.0 27 Nov 2023 18:07:51
    |
Po-Chuan Hsieh (sunpoet)  |
devel/py-glom: Update to 23.5.0
- Update WWW
- Add TOML option
Changes: https://github.com/mahmoud/glom/blob/master/CHANGELOG.md |
23.4.0 14 Nov 2023 17:15:42
    |
Po-Chuan Hsieh (sunpoet)  |
devel/py-glom: Update to 23.4.0
Changes: https://github.com/mahmoud/glom/blob/master/CHANGELOG.md |
23.3.0 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> |
23.3.0 27 May 2023 04:08:36
    |
Po-Chuan Hsieh (sunpoet)  |
devel/py-glom: Update to 23.3.0
Changes: https://github.com/mahmoud/glom/blob/master/CHANGELOG.md |
22.1.0 21 Mar 2023 19:19:50
    |
Po-Chuan Hsieh (sunpoet)  |
devel/py-glom: Add py-glom 22.1.0
Real applications have real data, and real data nests. Objects inside of objects
inside of lists of objects.
glom is a new and powerful way to handle real-world data, featuring:
- Path-based access for nested data structures
- Readable, meaningful error messages
- Declarative data transformation, using lightweight, Pythonic specifications
- Built-in data exploration and debugging features
All of that and more, available as a fully-documented, pure-Python package. |