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 photos
All times are UTC
Ukraine
The recently imposed "must be logged in" restriction is a response to increased bot traffic on the site. This affects search, commits, and vuxml pages.
Search engines are not blocked. Try using "site:www.freshports.org" and your search terms.
After the ports freeze to fix some stuff, the freeze is over. I have some work to do before FreshPorts can start processing commits again before it can start processing again. I've created an issue for that.
Port details on branch 2026Q3
py-inline-snapshot Create and update inline snapshots in your Python code
0.35.4 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.34.1Version of this port present on the latest quarterly branch.
Maintainer: kai@FreeBSD.org search for ports maintained by this maintainer
Port Added: 2024-12-29 10:15:08
Last Update: 2026-08-21 08:46:02
Commit Hash: c230263
Also Listed In: python
License: MIT
WWW:
https://github.com/15r10nk/inline-snapshot
Description:
Golden master/snapshot/approval testing library which puts the values right into your source code. Key Features: * Intuitive Semantics: snapshot(x) mirrors x for easy understanding. * Versatile Comparison Support: Equipped with x == snapshot(...), x <= snapshot(...), x in snapshot(...), and snapshot(...)[key]. * Enhanced Control Flags: Utilize various flags for precise control of which snapshots you want to change. * Preserved Black Formatting: Retains formatting consistency with Black formatting. * External File Storage: Store snapshots externally using outsource(data). * Seamless Pytest Integration: Integrated seamlessly with pytest for effortless testing. * Customizable: code generation can be customized with @customize_repr * Nested Snapshot Support: snapshots can contain other snapshots * Fuzzy Matching: Incorporate dirty-equals for flexible comparisons within snapshots. * Dynamic Snapshot Content: snapshots can contain non-constant values * Comprehensive Documentation: Access detailed documentation for complete guidance.
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.
USE_RC_SUBR (Service Scripts)
  • no SUBR information found for this port
Dependency lines:
  • ${PYTHON_PKGNAMEPREFIX}inline-snapshot>0:devel/py-inline-snapshot@${PY_FLAVOR}
To install the port:
cd /usr/ports/devel/py-inline-snapshot/ && make install clean
To add the package, run one of these commands:
  • pkg install devel/py-inline-snapshot
  • pkg install py312-inline-snapshot
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-inline-snapshot listed in the above command, you can pick from the names under the Packages section.
PKGNAME: py312-inline-snapshot
Package flavors (<flavor>: <package>)
  • py312: py312-inline-snapshot
distinfo:
TIMESTAMP = 1786960970 SHA256 (inline_snapshot-0.35.4.tar.gz) = 82432a58b7ea77a172515f5024cd26fdea8dc0f873c7a4251e4e0471a914db14 SIZE (inline_snapshot-0.35.4.tar.gz) = 2537089

Packages (timestamps in pop-ups are UTC):
py311-inline-snapshot
ABIaarch64amd64armv6armv7i386powerpcpowerpc64powerpc64le
FreeBSD:13:latest---0.20.8-n/an/an/a
FreeBSD:13:quarterly0.32.50.32.5-0.20.80.32.5n/an/an/a
FreeBSD:14:latest---0.20.8----
FreeBSD:14:quarterly---0.20.8----
FreeBSD:15:latest--n/a0.20.8n/an/a--
FreeBSD:15:quarterly--n/a-n/an/a--
FreeBSD:16:latest--n/a-n/an/a--
 

py312-inline-snapshot
ABIaarch64amd64armv6armv7i386powerpcpowerpc64powerpc64le
FreeBSD:13:latest-----n/an/an/a
FreeBSD:13:quarterly-----n/an/an/a
FreeBSD:14:latest0.35.40.35.4--0.35.4---
FreeBSD:14:quarterly0.34.10.34.1--0.34.1---
FreeBSD:15:latest0.35.40.35.4n/a-n/an/a--
FreeBSD:15:quarterly0.34.10.34.1n/a-n/an/a--
FreeBSD:16:latest0.35.40.35.4n/a-n/an/a--
 

Dependencies
NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
Build dependencies:
  1. py312-hatchling>0 : devel/py-hatchling@py312
  2. python3.12 : lang/python312
  3. py312-build>=0 : devel/py-build@py312
  4. py312-installer>=0 : devel/py-installer@py312
Test dependencies:
  1. py312-hypothesis>=6.75.5 : devel/py-hypothesis@py312
  2. py312-isort>0 : devel/py-isort@py312
  3. py312-mypy>=1.2.0 : devel/py-mypy@py312
  4. py312-pydantic2>=1 : devel/py-pydantic2@py312
  5. py312-pyright>=1.1.359 : devel/py-pyright@py312
  6. py312-pytest-freezer>=0.4.9 : devel/py-pytest-freezer@py312
  7. py312-pytest-mock>=3.10.0 : devel/py-pytest-mock@py312
  8. py312-pytest-xdist>=3.6.1,1 : devel/py-pytest-xdist@py312
  9. py312-pytest>=7,1 : devel/py-pytest@py312
  10. python3.12 : lang/python312
Runtime dependencies:
  1. py312-asttokens>=2.0.5 : devel/py-asttokens@py312
  2. py312-executing>=2.2.0 : devel/py-executing@py312
  3. py312-pytest>=8.3.4 : devel/py-pytest@py312
  4. py312-rich>=13.7.1 : textproc/py-rich@py312
  5. py312-typing-extensions>0 : devel/py-typing-extensions@py312
  6. py312-black>=23.3.0 : devel/py-black@py312
  7. py312-dirty-equals>=0.9.0 : devel/py-dirty-equals@py312
  8. python3.12 : lang/python312
There are no ports dependent upon this port

Configuration Options:
===> The following configuration options are available for py312-inline-snapshot-0.35.4: BLACK=on: Format generated code with Black DIRTY-EQUALS=on: Support for normalization of data that changes frequently ===> Use 'make config' to modify these settings
Options name:
devel_py-inline-snapshot
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/i/inline_snapshot/
  2. https://pypi.org/packages/source/i/inline_snapshot/
Collapse this list.

There are no commits on branch 2026Q3 for this port