Port details |
- py-wassima Access your OS root certificates with utmost ease
- 2.0.2 security
=0 2.0.1Version of this port present on the latest quarterly branch. - Maintainer: sunpoet@FreeBSD.org
 - Port Added: 2024-12-31 16:03:14
- Last Update: 2025-10-18 23:54:20
- Commit Hash: cdceb34
- Also Listed In: python
- License: MIT
- WWW:
- https://github.com/jawah/wassima
- Description:
- Wassima offers you a great alternative to certifi. It is a simple yet efficient
wrapper around MIT licensed rustls-native-certs.
This project allows you to access your original operating system trust store,
thus helping you to verify the remote peer certificates.
It works as-is out-of-the-box for MacOS, Windows, and Linux. Automatically
fallback on Certifi otherwise. Available on PyPy and Python 3.7+
If your particular operating system is not supported, we will make this happen!
Open an issue on the repository.
For now, it is not supported to call your OS certificate verify native function.
Use your Python native capabilities for it.
¦ ¦ ¦ ¦ 
- 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}wassima>0:security/py-wassima@${PY_FLAVOR}
- To install the port:
- cd /usr/ports/security/py-wassima/ && make install clean
- To add the package, run one of these commands:
- pkg install security/py-wassima
- pkg install py311-wassima
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-wassima listed in the above command, you can pick from the names under the Packages section.- PKGNAME: py311-wassima
- Package flavors (<flavor>: <package>)
- distinfo:
- TIMESTAMP = 1759774717
SHA256 (wassima-2.0.2.tar.gz) = 45de4ddf2a99e9277cc33616b3b34eee7dfcaaf5059b6e8c19ca62a6c5a65fbf
SIZE (wassima-2.0.2.tar.gz) = 150476
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:
-
- py311-hatchling>=1.6.0<2 : 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:
-
- python3.11 : lang/python311
- This port is required by:
- for Run
-
- www/py-niquests
Configuration Options:
- No options to configure
- Options name:
- security_py-wassima
- 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 |
2.0.2 18 Oct 2025 23:54:20
    |
Po-Chuan Hsieh (sunpoet)  |
security/py-wassima: Update to 2.0.2
Changes: https://github.com/jawah/wassima/releases |
2.0.1 07 Sep 2025 23:04:09
    |
Po-Chuan Hsieh (sunpoet)  |
security/py-wassima: Update to 2.0.1
Changes: https://github.com/jawah/wassima/releases |
2.0.0 29 Jun 2025 11:46:10
    |
Po-Chuan Hsieh (sunpoet)  |
security/py-wassima: Update to 2.0.0
- Add NO_ARCH
Changes: https://github.com/jawah/wassima/releases |
1.2.2_2 05 Jun 2025 07:52:53
    |
Mikael Urankar (mikael)  |
lang/rust: Bump revisions after 1.87.0
PR: 286829 |
1.2.2_1 08 Apr 2025 08:41:13
    |
Mikael Urankar (mikael)  |
lang/rust: Bump revisions after 1.86.0
PR: 285840 |
1.2.2 19 Mar 2025 03:40:24
    |
Po-Chuan Hsieh (sunpoet)  |
security/py-wassima: Update to 1.2.2
Changes: https://github.com/jawah/wassima/releases |
1.2.1_1 24 Feb 2025 07:55:52
    |
Mikael Urankar (mikael)  |
lang/rust: Bump revisions after 1.85.0
PR: 284884 |
1.2.1 03 Feb 2025 15:51:32
    |
Po-Chuan Hsieh (sunpoet)  |
security/py-wassima: Update to 1.2.1
- Add GitHub to MASTER_SITES
Changes: https://github.com/jawah/wassima/releases |
1.1.6_1 20 Jan 2025 11:06:50
    |
Mikael Urankar (mikael)  |
lang/rust: Bump revisions after 1.84.0
PR: 283962 |
1.1.6 31 Dec 2024 15:38:18
    |
Po-Chuan Hsieh (sunpoet)  |
security/py-wassima: Add py-wassima 1.1.6
Wassima offers you a great alternative to certifi. It is a simple yet efficient
wrapper around MIT licensed rustls-native-certs.
This project allows you to access your original operating system trust store,
thus helping you to verify the remote peer certificates.
It works as-is out-of-the-box for MacOS, Windows, and Linux. Automatically
fallback on Certifi otherwise. Available on PyPy and Python 3.7+
If your particular operating system is not supported, we will make this happen!
Open an issue on the repository.
For now, it is not supported to call your OS certificate verify native function.
Use your Python native capabilities for it. |