Skip to content
Snippets Groups Projects
Verified Commit 2c176412 authored by sunpoet's avatar sunpoet
Browse files

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.
parent 321b35e5
No related branches found
No related tags found
No related merge requests found
......@@ -4656,6 +4656,7 @@
SUBDIR += py-giturlparse
SUBDIR += py-glance-store
SUBDIR += py-glob2
SUBDIR += py-glom
SUBDIR += py-gobject3
SUBDIR += py-google-cloud-iam
SUBDIR += py-google-crc32c
......
PORTNAME= glom
PORTVERSION= 22.1.0
CATEGORIES= devel python
MASTER_SITES= PYPI
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= sunpoet@FreeBSD.org
COMMENT= Declarative object transformer and formatter
WWW= https://github.com/mahmoud/glom
LICENSE= BSD3CLAUSE
LICENSE_FILE= ${WRKSRC}/LICENSE
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}attrs>=0:devel/py-attrs@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}boltons>=19.3.0:devel/py-boltons@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}face>=20.1.0:devel/py-face@${PY_FLAVOR}
USES= python:3.7+
USE_PYTHON= autoplist concurrent distutils
NO_ARCH= yes
.include <bsd.port.mk>
TIMESTAMP = 1677770923
SHA256 (glom-22.1.0.tar.gz) = 1510c6587a8f9c64a246641b70033cbc5ebde99f02ad245693678038e821aeb5
SIZE (glom-22.1.0.tar.gz) = 189738
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.
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment