Port details |
- py-dbt-semantic-interfaces Shared semantic layer definitions that dbt-core and MetricFlow use
- 0.8.3 databases =2 0.5.1_1Version of this port present on the latest quarterly branch.
- Maintainer: pat@patmaddox.com
- Port Added: 2023-10-21 18:21:07
- Last Update: 2024-12-10 09:02:49
- Commit Hash: 13f3fd0
- People watching this port, also watch:: jdictionary, py311-Automat, py311-python-gdsii, py39-PyOpenGL, p5-Sane
- Also Listed In: python
- License: APACHE20
- WWW:
- https://github.com/dbt-labs/dbt-semantic-interfaces
- Description:
- dbt-semantic-interfaces contains the shared semantic classes, default
validation, and tests designed to be used by both the dbt-core and MetricFlow
projects. By centralizing these shared resources, we aim to maintain consistency
and reduce code duplication across both projects.
Features:
- Protocols for shared semantic classes: Define the interfaces and common
attributes that must be implemented by the objects in both projects.
- Validation: Ensure that the objects comply with the expected structure and
constraints.
- Tests: Ensure that the objects' behavior is consistent and correct across both
projects.
- ¦ ¦ ¦ ¦
- 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}dbt-semantic-interfaces>0:databases/py-dbt-semantic-interfaces@${PY_FLAVOR}
- To install the port:
- cd /usr/ports/databases/py-dbt-semantic-interfaces/ && make install clean
- To add the package, run one of these commands:
- pkg install databases/py-dbt-semantic-interfaces
- pkg install py311-dbt-semantic-interfaces
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-dbt-semantic-interfaces listed in the above command, you can pick from the names under the Packages section.- PKGNAME: py311-dbt-semantic-interfaces
- Package flavors (<flavor>: <package>)
- py311: py311-dbt-semantic-interfaces
- distinfo:
- TIMESTAMP = 1733298501
SHA256 (dbt_semantic_interfaces-0.8.3.tar.gz) = dc649eb79f522f592f0ed0b7ae8d6dc4dead0ed14b2286c526e92ecfc1790e56
SIZE (dbt_semantic_interfaces-0.8.3.tar.gz) = 93550
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:
-
- hatch : devel/py-hatch@py311
- hatchling : devel/py-hatchling@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-pydantic>=1.10 : devel/py-pydantic@py311
- py311-jsonschema>=4<5 : devel/py-jsonschema@py311
- py311-pyyaml>=6<7 : devel/py-pyyaml@py311
- py311-more-itertools>=8<11 : devel/py-more-itertools@py311
- py311-Jinja2>=3.1.3<4 : devel/py-Jinja2@py311
- py311-click>=7<9 : devel/py-click@py311
- py311-python-dateutil>=2<3 : devel/py-python-dateutil@py311
- py311-importlib-metadata>=6 : devel/py-importlib-metadata@py311
- py311-typing-extensions>=4.4<5 : devel/py-typing-extensions@py311
- python3.11 : lang/python311
- This port is required by:
- for Run
-
- databases/py-dbt-core
Configuration Options:
- No options to configure
- Options name:
- databases_py-dbt-semantic-interfaces
- 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 |
0.8.3 10 Dec 2024 09:02:49 |
Robert Clausecker (fuz) Author: Pat Maddox |
databases/py-dbt-semantic-interfaces: Update to 0.8.3
Changelog: https://github.com/dbt-labs/dbt-semantic-interfaces/releases
PR: 283117 |
0.5.1_1 08 Sep 2024 18:40:26 |
Po-Chuan Hsieh (sunpoet) |
databases/py-dbt-semantic-interfaces: Fix RUN_DEPENDS usage
Approved by: portmgr (blanket)
With hat: python |
0.5.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 |
0.5.1 06 May 2024 19:11:24 |
Robert Clausecker (fuz) Author: Pat Maddox |
databases/py-dbt-semantic-interfaces: Update to 0.5.1
Changelog:
https://github.com/dbt-labs/dbt-semantic-interfaces/releases/tag/v0.5.1
PR: 276452 |
0.4.1_1 13 Apr 2024 14:47:51 |
Po-Chuan Hsieh (sunpoet) |
devel/py-python-dateutil: Move devel/py-dateutil to devel/py-python-dateutil
- Convert to USE_PYTHON=pep517
- Bump PORTREVISION of dependent ports for dependency change
- While I'm here, update audio/py-pyradio to use PYTHON_PKGNAMEPREFIX instead of
PKGNAMEPREFIX for *_DEPENDS |
0.4.1 12 Jan 2024 00:09:04 |
Yuri Victorovich (yuri) |
databases/py-dbt-semantic-interfaces: Fix build by correcting dependency
This fails:
RUN_DEPENDS=
${PYTHON_PKGNAMEPREFIX}pydantic>=1.10,<2,1:devel/py-pydantic@${PY_FLAVOR}
That's probably because pydantic has comma in its version and it isn't properly
handled:
py39-pydantic-1.10.13,1
Approved by: portmgr (unbreak) |
0.4.1 01 Jan 2024 08:59:06 |
Antoine Brodin (antoine) |
devel/py-pydantic: bump PORTEPOCH |
0.4.1 07 Dec 2023 13:52:35 |
Muhammad Moinur Rahman (bofh) Author: Pat Maddox |
databases/py-dbt-semantic-interfaces: Update version 0.2.0=>0.4.1
Committed with modification for py-importlib-metadata. Buzz me if it
creates trouble.
Changelog:
https://github.com/dbt-labs/dbt-semantic-interfaces/releases/tag/v0.4.1
PR: 275583
Approved by: submitter is maintainer |
0.2.0 21 Oct 2023 18:18:12 |
Kurt Jaeger (pi) Author: Pat Maddox |
databases/py-dbt-semantic-interfaces: new port
dbt-semantic-interfaces contains the shared semantic classes, default
validation, and tests designed to be used by both the dbt-core and MetricFlow
projects. By centralizing these shared resources, we aim to maintain consistency
and reduce code duplication across both projects.
Features:
- Protocols for shared semantic classes: Define the interfaces and common
attributes that must be implemented by the objects in both projects.
- Validation: Ensure that the objects comply with the expected structure and
constraints.
- Tests: Ensure that the objects' behavior is consistent and correct across both
projects.
PR: 274581
Author: Pat Maddox <pat@patmaddox.com> |