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-hishel Persistent cache implementation for httpx and httpcore
0.0.26 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 Package not present on quarterly.This is expected early in the quarter (because the new packaage repo has not been built yet.). Otherwise, this missing version is most likely a FreshPorts error.
Maintainer: sunpoet@FreeBSD.org search for ports maintained by this maintainer
Port Added: 2024-03-31 18:57:39
Last Update: 2024-04-13 11:57:22
Commit Hash: 5e9db59
Also Listed In: python
License: BSD3CLAUSE
WWW:
https://hishel.com/
https://github.com/karpetrosyan/hishel
Description:
Hishel is a library that implements HTTP Caching for HTTPX and HTTP Core libraries in accordance with RFC 9111, the most recent caching specification. Features: - Persistence: Responses are cached in the persistent memory for later use. - Compatibility: It is completely compatible with your existing transports or connection pools, whether they are default, custom, or provided by third-party libraries. - Easy to use: You continue to use httpx while also enabling web cache. - Smart: Attempts to clearly implement RFC 9111, understands Vary, Etag, Last-Modified, Cache-Control, and Expires headers, and handles response re-validation automatically. - Configurable: You have complete control over how the responses are stored and serialized. - From the package: - Built-in support for File system, Redis, SQLite, and AWS S3 backends. - Built-in support for JSON, YAML, and pickle serializers. - Very fast: Your requests will be even faster if there are no IO operations.
HomepageHomepage    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}hishel>0:devel/py-hishel@${PY_FLAVOR}
To install the port:
cd /usr/ports/devel/py-hishel/ && make install clean
To add the package, run one of these commands:
  • pkg install devel/py-hishel
  • pkg install py39-hishel
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-hishel listed in the above command, you can pick from the names under the Packages section.
PKGNAME: py39-hishel
Package flavors (<flavor>: <package>)
  • py39: py39-hishel
distinfo:
TIMESTAMP = 1713001126 SHA256 (hishel-0.0.26.tar.gz) = f0ae2766214499cb0253a5ec7694f0d6e3835c9a35634356f8926fb7a1cf379e SIZE (hishel-0.0.26.tar.gz) = 31824

Packages (timestamps in pop-ups are UTC):
py39-hishel
ABIaarch64amd64armv6armv7i386powerpcpowerpc64powerpc64le
FreeBSD:13:latest0.0.250.0.26-0.0.250.0.26---
FreeBSD:13:quarterly0.0.250.0.25-0.0.250.0.25---
FreeBSD:14:latest0.0.250.0.26-0.0.250.0.26---
FreeBSD:14:quarterly0.0.250.0.25-0.0.250.0.25---
FreeBSD:15:latest0.0.260.0.26n/a-n/a---
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-hatch-fancy-pypi-readme>=0 : devel/py-hatch-fancy-pypi-readme@py39
  2. py39-hatchling>=0 : devel/py-hatchling@py39
  3. python3.9 : lang/python39
  4. py39-build>=0 : devel/py-build@py39
  5. py39-installer>=0 : devel/py-installer@py39
Test dependencies:
  1. python3.9 : lang/python39
Runtime dependencies:
  1. py39-httpx>=0.22.0 : www/py-httpx@py39
  2. py39-typing-extensions>=4.8.0 : devel/py-typing-extensions@py39
  3. python3.9 : lang/python39
This port is required by:
for Run
  1. devel/py-pdm

Configuration Options:
No options to configure
Options name:
devel_py-hishel
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/hishel/
  2. https://pypi.org/packages/source/h/hishel/
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.26
13 Apr 2024 11:57:22
commit hash: 5e9db59d0ce33c50495667015017e27a40d98c04commit hash: 5e9db59d0ce33c50495667015017e27a40d98c04commit hash: 5e9db59d0ce33c50495667015017e27a40d98c04commit hash: 5e9db59d0ce33c50495667015017e27a40d98c04 files touched by this commit
Po-Chuan Hsieh (sunpoet) search for other commits by this committer
devel/py-hishel: Update to 0.0.26

Changes:	https://github.com/karpetrosyan/hishel/releases
0.0.25
31 Mar 2024 18:43:15
commit hash: 31e33834dc077101cd34ad455df685ad345c4fb2commit hash: 31e33834dc077101cd34ad455df685ad345c4fb2commit hash: 31e33834dc077101cd34ad455df685ad345c4fb2commit hash: 31e33834dc077101cd34ad455df685ad345c4fb2 files touched by this commit
Po-Chuan Hsieh (sunpoet) search for other commits by this committer
devel/py-hishel: Add py-hishel 0.0.25

Hishel is a library that implements HTTP Caching for HTTPX and HTTP Core
libraries in accordance with RFC 9111, the most recent caching specification.

Features:
- Persistence: Responses are cached in the persistent memory for later use.
- Compatibility: It is completely compatible with your existing transports or
  connection pools, whether they are default, custom, or provided by third-party
  libraries.
- Easy to use: You continue to use httpx while also enabling web cache.
- Smart: Attempts to clearly implement RFC 9111, understands Vary, Etag,
  Last-Modified, Cache-Control, and Expires headers, and handles response
  re-validation automatically.
- Configurable: You have complete control over how the responses are stored and
  serialized.
- From the package:
  - Built-in support for File system, Redis, SQLite, and AWS S3 backends.
  - Built-in support for JSON, YAML, and pickle serializers.
- Very fast: Your requests will be even faster if there are no IO operations.

Number of commits found: 2