Port details |
- py-glcontext Portable OpenGL context for Python
- 3.0.0 graphics
=2 3.0.0Version of this port present on the latest quarterly branch. - Maintainer: yuri@FreeBSD.org
 - Port Added: 2023-01-20 19:51:18
- Last Update: 2024-08-11 20:37:29
- Commit Hash: 8ad8faa
- People watching this port, also watch:: jdictionary, py311-Automat, py311-python-gdsii, py39-PyOpenGL, p5-Sane
- License: MIT
- WWW:
- https://github.com/moderngl/glcontext
- Description:
- glcontext is a library providing OpenGL implementation for ModernGL on multiple
platforms:
* glcontext on github
* glcontext on pypi
* ModernGL
¦ ¦ ¦ ¦ 
- 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}glcontext>0:graphics/py-glcontext@${PY_FLAVOR}
- To install the port:
- cd /usr/ports/graphics/py-glcontext/ && make install clean
- To add the package, run one of these commands:
- pkg install graphics/py-glcontext
- pkg install py311-glcontext
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-glcontext listed in the above command, you can pick from the names under the Packages section.- PKGNAME: py311-glcontext
- Package flavors (<flavor>: <package>)
- distinfo:
- TIMESTAMP = 1723406916
SHA256 (moderngl-glcontext-3.0.0_GH0.tar.gz) = 69ff64297e571d35d26764f9395404a3ecb1b40885cbe1d69e2cd641293a2b21
SIZE (moderngl-glcontext-3.0.0_GH0.tar.gz) = 18078
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>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
- x11.pc : x11/libX11
- Test dependencies:
-
- py311-pytest>=7,1 : devel/py-pytest@py311
- python3.11 : lang/python311
- Runtime dependencies:
-
- python3.11 : lang/python311
- x11.pc : x11/libX11
- This port is required by:
- for Run
-
- graphics/py-moderngl
Configuration Options:
- No options to configure
- Options name:
- graphics_py-glcontext
- USES:
- localbase python xorg
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|
Number of commits found: 8
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
3.0.0 11 Aug 2024 20:37:29
    |
Yuri Victorovich (yuri)  |
graphics/py-glcontext: update 2.5.0 → 3.0.0
Reported by: portscout |
2.5.0 20 Jan 2024 05:20:53
    |
Yuri Victorovich (yuri)  |
graphics/py-glcontext: update 2.4.0 → 2.5.0 |
2.4.0 12 Jul 2023 04:20:05
    |
Yuri Victorovich (yuri)  |
graphics/py-glcontext: Update 2.3.7 → 2.4.0 |
2.3.7_1 04 Apr 2023 18:29:11
    |
Antoine Brodin (antoine)  |
USE_PYTHON=pep517: bump PORTREVISION |
2.3.7 29 Mar 2023 01:13:41
    |
Charlie Li (vishwin)  |
graphics/py-glcontext: explicitly add setuptools to BUILD_DEPENDS
PR: 270243 |
2.3.7 05 Feb 2023 19:05:02
    |
Charlie Li (vishwin)  |
Revert "Mk/Uses/python.mk: Fix USE_PYTHON=pep517: always compile and install
bytecode"
Despite installer's default behaviour to compile and install bytecode,
we are not doing so going forward at stage/package time. [0] During
initial development and qualification of PEP-517 framework support,
compiling and installing bytecode at stage/package time was considered,
but was found problematic, fragile and ultimately unreliable, both
currently and historically (with USE_PYTHON=distutils), due to our
fixed plist requirement. While the living binary distribution format
(wheel) specification [1] says to compile bytecode, that is in the
pure Python package management context (pip, etc); nuance always
exists when interacting with "system" package management.
Additionally, "bytecode is an implementation detail of the CPython
interpreter. No guarantees are made that bytecode will not be added, (Only the first 15 lines of the commit message are shown above ) |
2.3.7_1 05 Feb 2023 18:16:47
    |
Po-Chuan Hsieh (sunpoet)  |
Mk/Uses/python.mk: Fix USE_PYTHON=pep517: always compile and install bytecode
- While I'm here, use long options for easier reading [1][2]
- Bump PORTREVISION of dependent ports (USE_PYTHON=pep517) for package change
It fixes build_fs_violation of dependent ports in poudriere (with -t flag).
It is also the default behavior of installer [2].
from py-sphinx log:
=>> Checking for staging violations... done
=>> Error: Filesystem touched during stage (files must install to ${STAGEDIR}):
extra: usr/local/lib/python3.9/site-packages/importlib_metadata/__pycache__
=>> Cleaning up wrkdir
from installer documentation:
--compile-bytecode
Possible choices: 0, 1, 2
generate bytecode for the specified optimization level(s) (default=0, 1)
--no-compile-bytecode
don’t generate bytecode for installed modules
Default: False
With hat: python
Reference: https://pypa-build.readthedocs.io/en/stable/ [1]
https://installer.pypa.io/en/stable/cli/installer/ [2] |
2.3.7 20 Jan 2023 19:49:17
    |
Yuri Victorovich (yuri)  |
graphics/py-glcontext: New port: Portable OpenGL context for Python |
Number of commits found: 8
|