Port details |
- py-pygltflib Library for managing 3D objects in Khronos Group gltf, gltf2 formats
- 1.16.4 graphics
=2 1.16.2_1Version of this port present on the latest quarterly branch. - Maintainer: yuri@FreeBSD.org
 - Port Added: 2023-06-08 02:42:11
- Last Update: 2025-06-19 20:28:47
- Commit Hash: 4f0eba1
- People watching this port, also watch:: jdictionary, py311-Automat, py311-python-gdsii, py311-PyOpenGL, p5-Sane
- License: BSD3CLAUSE
- WWW:
- https://gitlab.com/dodgyville/pygltflib
- Description:
- pygltflib is a library for reading, writing and handling GLTF files.
It supports the entire specification, including materials and animations.
Main features are:
* GLB and GLTF support
* Buffer data conversion
* Extensions
* All attributes are type-hinted
¦ ¦ ¦ ¦ 
- 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}pygltflib>0:graphics/py-pygltflib@${PY_FLAVOR}
- To install the port:
- cd /usr/ports/graphics/py-pygltflib/ && make install clean
- To add the package, run one of these commands:
- pkg install graphics/py-pygltflib
- pkg install py311-pygltflib
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-pygltflib listed in the above command, you can pick from the names under the Packages section.- PKGNAME: py311-pygltflib
- Package flavors (<flavor>: <package>)
- distinfo:
- TIMESTAMP = 1745477872
SHA256 (pygltflib-1.16.4.tar.gz) = 7816253ef51b07a208864b94332bce8c509aa0f9b827d8771cf271293ecebb11
SIZE (pygltflib-1.16.4.tar.gz) = 43197
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-setuptools>=63.1.0 : devel/py-setuptools@py311
- python3.11 : lang/python311
- Test dependencies:
-
- python3.11 : lang/python311
- Runtime dependencies:
-
- py311-dataclasses-json>=0.0.25 : devel/py-dataclasses-json@py311
- py311-deprecated>0 : devel/py-deprecated@py311
- python3.11 : lang/python311
- This port is required by:
- for Run
-
- graphics/py-fury
Configuration Options:
- No options to configure
- Options name:
- graphics_py-pygltflib
- USES:
- python
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|
Number of commits found: 6
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
1.16.4 19 Jun 2025 20:28:47
    |
Charlie Li (vishwin)  |
python.mk: rename PYTHON_EXT_SUFFIX to PYTHON_TAG, document, etc
EXT_SUFFIX, according to PEP 3149, refers to the full tag and
extension for compiled extension module objects, eg .cpython-311.so,
.cpython-313t.so, etc. We do not use the correct semantic meaning,
and this usage becomes ambiguous and confusing when tags do not
match between bytecode and compiled extension module objects.
Rename our PYTHON_EXT_SUFFIX to PYTHON_TAG to align with PEP 3147's
specification of a magic tag, which consists of implementation name
and shorthand version only. This is meant for bytecode and other
files containing this tag in their filename that do not depend on
a specific Python ABI for the same version. Chase all existing
consumers.
(Only the first 15 lines of the commit message are shown above ) |
1.16.4 24 Apr 2025 07:33:42
    |
Yuri Victorovich (yuri)  |
graphics/py-pygltflib: update 1.16.2 → 1.16.4
Reported by: portscout |
1.16.2_1 08 Mar 2025 04:05:21
    |
Charlie Li (vishwin)  |
python: bump all USE_PYTHON=distutils consumers after RUN_DEPENDS removal
Any missed ports, feel free to bump.
Any ports that need setuptools at runtime can have the devel/py-setuptools
manually added back to RUN_DEPENDS, but understand that this practice
is deprecated; see CHANGES for details. |
1.16.2 26 Apr 2024 06:15:16
    |
Yuri Victorovich (yuri)  |
graphics/py-pygltflib: update 1.16.0 → 1.16.2
Reported by: portscout |
1.16.0 09 Aug 2023 05:52:29
    |
Yuri Victorovich (yuri)  |
graphics/py-pygltflib: Update 1.15.6 → 1.16.0
Reported by: portscout |
1.15.6 08 Jun 2023 02:39:59
    |
Yuri Victorovich (yuri)  |
graphics/py-pygltflib: New port: Library for managing 3D objects in Khronos
Group gltf, gltf2 formats |
Number of commits found: 6
|