notbugAs an Amazon Associate I earn from qualifying purchases.
Want a good read? Try FreeBSD Mastery: Jails (IT Mastery Book 15)
Want a good monitor light? See my photosAll times are UTC
Ukraine
This referral link gives you 10% off a Fastmail.com account and gives me a discount on my Fastmail account.

Get notified when packages are built

A new feature has been added. FreshPorts already tracks package built by the FreeBSD project. This information is displayed on each port page. You can now get an email when FreshPorts notices a new package is available for something on one of your watch lists. However, you must opt into that. Click on Report Subscriptions on the right, and New Package Notification box, and click on Update.

Finally, under Watch Lists, click on ABI Package Subscriptions to select your ABI (e.g. FreeBSD:14:amd64) & package set (latest/quarterly) combination for a given watch list. This is what FreshPorts will look for.

Port details
py-hologram JSON schema generation from dataclasses
0.0.16_1 devel on this many watch lists=0 search for ports that depend on this port Find issues related to this port Report an issue related to this port View this port on Repology. pkg-fallout 0.0.16Version of this port present on the latest quarterly branch.
Maintainer: pat@patmaddox.com search for ports maintained by this maintainer
Port Added: 2023-10-21 16:48:08
Last Update: 2024-04-13 14:47:51
Commit Hash: 84a372a
Also Listed In: python
License: MIT
WWW:
https://github.com/dbt-labs/hologram
Description:
Hologram is a lightweight library to generate Draft 7 compatible JSON Schemas from python 3.7 dataclasses. Python 3.6 is supported through the dataclasses backport. It is forked from dataclasses-jsonschema created by s-knibbs.
Homepage    cgit ¦ Codeberg ¦ GitHub ¦ GitLab ¦ SVNWeb - no subversion history for this port

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}hologram>0:devel/py-hologram@${PY_FLAVOR}
To install the port:
cd /usr/ports/devel/py-hologram/ && make install clean
To add the package, run one of these commands:
  • pkg install devel/py-hologram
  • pkg install py39-hologram
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 py39-hologram listed in the above command, you can pick from the names under the Packages section.
PKGNAME: py39-hologram
Package flavors (<flavor>: <package>)
  • py39: py39-hologram
distinfo:
TIMESTAMP = 1691524948 SHA256 (hologram-0.0.16.tar.gz) = 1c2c921b4e575361623ea0e0d0aa5aee377b1a333cc6c6a879e213ed34583e55 SIZE (hologram-0.0.16.tar.gz) = 18956

Packages (timestamps in pop-ups are UTC):
py39-hologram
ABIaarch64amd64armv6armv7i386powerpcpowerpc64powerpc64le
FreeBSD:13:latest--------
FreeBSD:13:quarterly------0.0.160.0.16
FreeBSD:14:latest--------
FreeBSD:14:quarterly0.0.16--0.0.16--0.0.160.0.16
FreeBSD:15:latest--n/a0.0.16n/a-0.0.16-
FreeBSD:15:quarterly--n/a-n/a---
Dependencies
NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
Build dependencies:
  1. py39-setuptools>=63.1.0 : devel/py-setuptools@py39
  2. python3.9 : lang/python39
Test dependencies:
  1. python3.9 : lang/python39
Runtime dependencies:
  1. py39-python-dateutil>=2.8,<2.9 : devel/py-python-dateutil@py39
  2. py39-jsonschema>=3.0 : devel/py-jsonschema@py39
  3. py39-setuptools>=63.1.0 : devel/py-setuptools@py39
  4. python3.9 : lang/python39
There are no ports dependent upon this port

Configuration Options:
No options to configure
Options name:
devel_py-hologram
USES:
python
FreshPorts was unable to extract/find any pkg message
Master Sites:
Expand this list (2 items)
Collapse this list.
  1. https://files.pythonhosted.org/packages/source/h/hologram/
  2. https://pypi.org/packages/source/h/hologram/
Collapse this list.

Number of commits found: 2

Commit History - (may be incomplete: for full details, see links to repositories near top of page)
CommitCreditsLog message
0.0.16_1
13 Apr 2024 14:47:51
commit hash: 84a372ad5ff0dab59a76d894d1e7fb0a5bb7b742commit hash: 84a372ad5ff0dab59a76d894d1e7fb0a5bb7b742commit hash: 84a372ad5ff0dab59a76d894d1e7fb0a5bb7b742commit hash: 84a372ad5ff0dab59a76d894d1e7fb0a5bb7b742 files touched by this commit
Po-Chuan Hsieh (sunpoet) search for other commits by this committer
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.0.16
21 Oct 2023 16:44:49
commit hash: 1b57c405f3a33ffd65551d55c3567cb58a508419commit hash: 1b57c405f3a33ffd65551d55c3567cb58a508419commit hash: 1b57c405f3a33ffd65551d55c3567cb58a508419commit hash: 1b57c405f3a33ffd65551d55c3567cb58a508419 files touched by this commit
Kurt Jaeger (pi) search for other commits by this committer
Author: Pat Maddox
devel/py-hologram: new port

Hologram is a lightweight library to generate Draft 7 compatible JSON Schemas
from python 3.7 dataclasses. Python 3.6 is supported through the dataclasses
backport. It is forked from dataclasses-jsonschema created by s-knibbs.

PR:	274579
Author:	Pat Maddox <pat@patmaddox.com>

Number of commits found: 2