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
Port details
py-pydantic-vault Pydantic BaseSettings extension to retrieve secrets from Hashicorp Vault
1.0.0 devel on this many watch lists=2 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 1.0.0Version of this port present on the latest quarterly branch.
Maintainer: sunpoet@FreeBSD.org search for ports maintained by this maintainer
Port Added: 2023-09-22 23:36:20
Last Update: 2024-01-01 08:59:06
Commit Hash: d107467
People watching this port, also watch:: jdictionary, py311-Automat, py311-python-gdsii, py39-PyOpenGL, p5-Sane
Also Listed In: python
License: MIT
WWW:
https://github.com/nymous/pydantic-vault
Description:
Pydantic-Vault is a simple extension to Pydantic BaseSettings that can retrieve secrets stored in Hashicorp Vault With Pydantic and Pydantic-Vault, you can easily declare your configuration in a type-hinted class, and load configuration from environment variables or Vault secrets. Pydantic-Vault will work the same when developing locally (where you probably login with the Vault CLI and your own user account) and when deploying in production (using a Vault Approle or Kubernetes authentication for example).
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}pydantic-vault>0:devel/py-pydantic-vault@${PY_FLAVOR}
To install the port:
cd /usr/ports/devel/py-pydantic-vault/ && make install clean
To add the package, run one of these commands:
  • pkg install devel/py-pydantic-vault
  • pkg install py39-pydantic-vault
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-pydantic-vault listed in the above command, you can pick from the names under the Packages section.
PKGNAME: py39-pydantic-vault
Package flavors (<flavor>: <package>)
  • py39: py39-pydantic-vault
distinfo:
TIMESTAMP = 1699774628 SHA256 (pydantic_vault-1.0.0.tar.gz) = 82cdfd804e5b5e1597ef98e6181a967472beeb43d03832154df755788e9f395e SIZE (pydantic_vault-1.0.0.tar.gz) = 15628

Packages (timestamps in pop-ups are UTC):
py39-pydantic-vault
ABIaarch64amd64armv6armv7i386powerpcpowerpc64powerpc64le
FreeBSD:13:latest--------
FreeBSD:13:quarterly-----1.0.01.0.01.0.0
FreeBSD:14:latest--------
FreeBSD:14:quarterly-----1.0.01.0.01.0.0
FreeBSD:15:latest--n/a-n/a1.0.01.0.01.0.0
 

py311-pydantic-vault
ABIaarch64amd64armv6armv7i386powerpcpowerpc64powerpc64le
FreeBSD:13:latest1.0.01.0.0-1.0.01.0.0---
FreeBSD:13:quarterly1.0.01.0.0-1.0.01.0.0---
FreeBSD:14:latest1.0.01.0.0-1.0.01.0.0---
FreeBSD:14:quarterly1.0.01.0.0-1.0.01.0.0---
FreeBSD:15:latest1.0.01.0.0n/a1.0.0n/a---
 

Dependencies
NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
Build dependencies:
  1. py39-poetry-core>=0 : devel/py-poetry-core@py39
  2. python3.9 : lang/python39
  3. py39-build>=0 : devel/py-build@py39
  4. py39-installer>=0 : devel/py-installer@py39
Test dependencies:
  1. python3.9 : lang/python39
Runtime dependencies:
  1. py39-hvac>=0.10.6 : devel/py-hvac@py39
  2. py39-pydantic>=1.8<2,1 : devel/py-pydantic@py39
  3. python3.9 : lang/python39
There are no ports dependent upon this port

Configuration Options:
No options to configure
Options name:
devel_py-pydantic-vault
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/p/pydantic_vault/
  2. https://pypi.org/packages/source/p/pydantic_vault/
Collapse this list.

Number of commits found: 3

Commit History - (may be incomplete: for full details, see links to repositories near top of page)
CommitCreditsLog message
1.0.0
01 Jan 2024 08:59:06
commit hash: d10746733e530a310cb7d53b092377dcb8ebc129commit hash: d10746733e530a310cb7d53b092377dcb8ebc129commit hash: d10746733e530a310cb7d53b092377dcb8ebc129commit hash: d10746733e530a310cb7d53b092377dcb8ebc129 files touched by this commit
Antoine Brodin (antoine) search for other commits by this committer
devel/py-pydantic: bump PORTEPOCH
1.0.0
14 Nov 2023 17:15:54
commit hash: da1ea81cb42e758ce51d461c256176add97c3da1commit hash: da1ea81cb42e758ce51d461c256176add97c3da1commit hash: da1ea81cb42e758ce51d461c256176add97c3da1commit hash: da1ea81cb42e758ce51d461c256176add97c3da1 files touched by this commit
Po-Chuan Hsieh (sunpoet) search for other commits by this committer
devel/py-pydantic-vault: Update to 1.0.0

Changes:	https://github.com/nymous/pydantic-vault/releases
0.8.0
22 Sep 2023 23:22:23
commit hash: 1432dd292312a52cb8cf72ff931894814044410acommit hash: 1432dd292312a52cb8cf72ff931894814044410acommit hash: 1432dd292312a52cb8cf72ff931894814044410acommit hash: 1432dd292312a52cb8cf72ff931894814044410a files touched by this commit
Po-Chuan Hsieh (sunpoet) search for other commits by this committer
devel/py-pydantic-vault: Add py-pydantic-vault 0.8.0

Pydantic-Vault is a simple extension to Pydantic BaseSettings that can retrieve
secrets stored in Hashicorp Vault

With Pydantic and Pydantic-Vault, you can easily declare your configuration in a
type-hinted class, and load configuration from environment variables or Vault
secrets. Pydantic-Vault will work the same when developing locally (where you
probably login with the Vault CLI and your own user account) and when deploying
in production (using a Vault Approle or Kubernetes authentication for example).

Number of commits found: 3