| Port details |
- py-glom Declarative object transformer and formatter
- 25.12.0 devel
=0 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: 2026-08-19 12:55:46
- Commit Hash: 6997b219
- 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.
- USE_RC_SUBR (Service Scripts)
- no SUBR information found 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 py312-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 py312-glom listed in the above command, you can pick from the names under the Packages section.- PKGNAME: py312-glom
- Package flavors (<flavor>: <package>)
- distinfo:
- TIMESTAMP = 1784005172
SHA256 (glom-25.12.0.tar.gz) = 1ae7da88be3693df40ad27bdf57a765a55c075c86c971bcddd67927403eb0069
SIZE (glom-25.12.0.tar.gz) = 196128
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:
-
- py312-setuptools>=0 : devel/py-setuptools@py312
- py312-wheel>=0 : devel/py-wheel@py312
- python3.12 : lang/python312
- py312-build>=0 : devel/py-build@py312
- py312-installer>=0 : devel/py-installer@py312
- Test dependencies:
-
- python3.12 : lang/python312
- Runtime dependencies:
-
- py312-attrs>=0 : devel/py-attrs@py312
- py312-boltons>=19.3.0 : devel/py-boltons@py312
- py312-face>=20.1.0 : devel/py-face@py312
- python3.12 : lang/python312
- There are no ports dependent upon this port
Configuration Options:
- ===> The following configuration options are available for py312-glom-25.12.0:
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:
|
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 |
25.12.0 19 Aug 2026 12:55:46
    |
Po-Chuan Hsieh (sunpoet)  |
devel/py-glom: Update to 25.12.0
Changes: https://github.com/mahmoud/glom/blob/master/CHANGELOG.md |
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. |
Number of commits found: 8
|