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

Bot filter coming soon

To deter bots pegging the database CPU to 100%, a bot testing filter to be added to the website. This should not affect newsfeeds etc. Anubis seems light-weight - it is already in use within the FreeBSD Project. This notice is just a heads up in case you see something odd. This notice will be updated after Anubis is installed.

Port details
py-pygltflib Library for managing 3D objects in Khronos Group gltf, gltf2 formats
1.16.4 graphics on this many watch lists=2 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 1.16.2_1Version of this port present on the latest quarterly branch.
Maintainer: yuri@FreeBSD.org search for ports maintained by this maintainer
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
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.
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>)
  • py311: py311-pygltflib
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):
py39-pygltflib
ABIaarch64amd64armv6armv7i386powerpcpowerpc64powerpc64le
FreeBSD:13:latest--------
FreeBSD:13:quarterly--1.15.6--1.16.01.16.01.16.0
FreeBSD:14:latest-----1.15.6-1.15.6
FreeBSD:14:quarterly-----1.16.01.16.01.16.0
FreeBSD:15:latest--n/a-n/a1.16.01.16.01.16.0
 

py311-pygltflib
ABIaarch64amd64armv6armv7i386powerpcpowerpc64powerpc64le
FreeBSD:13:latest1.16.41.16.4-1.16.41.16.4---
FreeBSD:13:quarterly1.16.2_11.16.2_1-1.16.2_11.16.2_1---
FreeBSD:14:latest1.16.41.16.4-1.16.41.16.4---
FreeBSD:14:quarterly1.16.2_11.16.2_1-1.16.2_11.16.2_1---
FreeBSD:15:latest1.16.41.16.4n/a1.16.4n/a---
 

Dependencies
NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
Build dependencies:
  1. py311-setuptools>=63.1.0 : devel/py-setuptools@py311
  2. python3.11 : lang/python311
Test dependencies:
  1. python3.11 : lang/python311
Runtime dependencies:
  1. py311-dataclasses-json>=0.0.25 : devel/py-dataclasses-json@py311
  2. py311-deprecated>0 : devel/py-deprecated@py311
  3. python3.11 : lang/python311
This port is required by:
for Run
  1. 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:
Expand this list (2 items)
Collapse this list.
  1. https://files.pythonhosted.org/packages/source/p/pygltflib/
  2. https://pypi.org/packages/source/p/pygltflib/
Collapse this list.

Number of commits found: 6

Commit History - (may be incomplete: for full details, see links to repositories near top of page)
CommitCreditsLog message
1.16.4
19 Jun 2025 20:28:47
commit hash: 4f0eba1efd73e85ccb544708c967bca70ad3e7a6commit hash: 4f0eba1efd73e85ccb544708c967bca70ad3e7a6commit hash: 4f0eba1efd73e85ccb544708c967bca70ad3e7a6commit hash: 4f0eba1efd73e85ccb544708c967bca70ad3e7a6 files touched by this commit
Charlie Li (vishwin) search for other commits by this committer
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 View all of this commit message)
1.16.4
24 Apr 2025 07:33:42
commit hash: 2b49eb323b239e041aeac565f4e7f77945bc59bfcommit hash: 2b49eb323b239e041aeac565f4e7f77945bc59bfcommit hash: 2b49eb323b239e041aeac565f4e7f77945bc59bfcommit hash: 2b49eb323b239e041aeac565f4e7f77945bc59bf files touched by this commit
Yuri Victorovich (yuri) search for other commits by this committer
graphics/py-pygltflib: update 1.16.2 → 1.16.4

Reported by:	portscout
1.16.2_1
08 Mar 2025 04:05:21
commit hash: 06a08e69f3acb846ad8252945f53c3a2d211e303commit hash: 06a08e69f3acb846ad8252945f53c3a2d211e303commit hash: 06a08e69f3acb846ad8252945f53c3a2d211e303commit hash: 06a08e69f3acb846ad8252945f53c3a2d211e303 files touched by this commit
Charlie Li (vishwin) search for other commits by this committer
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
commit hash: 146f654c89d6d316c4fee3202a9e68570c3699c7commit hash: 146f654c89d6d316c4fee3202a9e68570c3699c7commit hash: 146f654c89d6d316c4fee3202a9e68570c3699c7commit hash: 146f654c89d6d316c4fee3202a9e68570c3699c7 files touched by this commit
Yuri Victorovich (yuri) search for other commits by this committer
graphics/py-pygltflib: update 1.16.0 → 1.16.2

Reported by:	portscout
1.16.0
09 Aug 2023 05:52:29
commit hash: 5ae157484b93ce1378f1433237775312ef682d69commit hash: 5ae157484b93ce1378f1433237775312ef682d69commit hash: 5ae157484b93ce1378f1433237775312ef682d69commit hash: 5ae157484b93ce1378f1433237775312ef682d69 files touched by this commit
Yuri Victorovich (yuri) search for other commits by this committer
graphics/py-pygltflib: Update 1.15.6 → 1.16.0

Reported by:	portscout
1.15.6
08 Jun 2023 02:39:59
commit hash: 019fd7b146aba0e388b8d3c91d8b2166c8c7ceafcommit hash: 019fd7b146aba0e388b8d3c91d8b2166c8c7ceafcommit hash: 019fd7b146aba0e388b8d3c91d8b2166c8c7ceafcommit hash: 019fd7b146aba0e388b8d3c91d8b2166c8c7ceaf files touched by this commit
Yuri Victorovich (yuri) search for other commits by this committer
graphics/py-pygltflib: New port: Library for managing 3D objects in Khronos
Group gltf, gltf2 formats

Number of commits found: 6