| Port details |
- py-vulkan Python binding for Vulkan API
- 1.3.275.1 graphics
=0 Package not present on quarterly.This port was created during this quarter. It will be in the next quarterly branch but not the current one. - Maintainer: python@FreeBSD.org
 - Port Added: 2026-02-16 11:42:06
- Last Update: 2026-02-16 11:38:55
- Commit Hash: 67adcfa
- Also Listed In: python
- License: APACHE20
- WWW:
- https://github.com/realitix/vulkan
- Description:
- Vulkan is a Python extension which supports the Vulkan API. It leverages
power of Vulkan with simplicity of Python. It's a complete Vulkan wrapper,
it keeps the original Vulkan API and try to limit differences induced by
Python.
¦ ¦ ¦ ¦ 
- 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}vulkan>0:graphics/py-vulkan@${PY_FLAVOR}
- To install the port:
- cd /usr/ports/graphics/py-vulkan/ && make install clean
- To add the package, run one of these commands:
- pkg install graphics/py-vulkan
- pkg install py311-vulkan
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-vulkan listed in the above command, you can pick from the names under the Packages section.- PKGNAME: py311-vulkan
- Package flavors (<flavor>: <package>)
- distinfo:
- TIMESTAMP = 1758099190
SHA256 (vulkan-1.3.275.1.tar.gz) = 5cf7961cb4a4e60d063eb815147c2289244575b75a4512089cc6e8a959b996d2
SIZE (vulkan-1.3.275.1.tar.gz) = 325786
No package information for this port in our database- Sometimes this happens. Not all ports have packages. This is doubly so for new ports, like this one.
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Build dependencies:
-
- py311-cffi>0 : devel/py-cffi@py311
- py311-setuptools>0 : devel/py-setuptools@py311
- py311-wheel>0 : devel/py-wheel@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:
-
- py311-cffi>0 : devel/py-cffi@py311
- python3.11 : lang/python311
- Library dependencies:
-
- libvulkan.so : graphics/vulkan-loader
- There are no ports dependent upon this port
Configuration Options:
- No options to configure
- Options name:
- graphics_py-vulkan
- USES:
- python
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|
Number of commits found: 1
| Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
| Commit | Credits | Log message |
1.3.275.1 16 Feb 2026 11:38:55
    |
Don Lewis (truckman)  Author: Olivier Duchateau |
graphics/py-vulkan: Python binding for Vulkan API
vulkan is a Python extension which supports the Vulkan API. It
leverages power of Vulkan with simplicity of Python. It's a complete
Vulkan wrapper, it keeps the original Vulkan API and try to limit
differences induced by Python.
devel/py-cffi is also needed as a BUILD_DEPENDS (truckman)
PR: 289669 |
Number of commits found: 1
|