Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Pavel Vinogradov (de2321d0e966930fe31bf3ded317ded1600fa32d)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Pavel Vinogradov <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Pavel Vinogradov (de2321d0e966930fe31bf3ded317ded1600fa32d)
  • Date: Fri, 28 Oct 2022 18:04:24 +0000

GIT changes to master grimoire by Pavel Vinogradov <public AT sourcemage.org>:

ChangeLog | 4 ++++
python-pypi/glad2/DEPENDS | 2 ++
python-pypi/glad2/DETAILS | 15 +++++++++++++++
python-pypi/glad2/HISTORY | 2 ++
4 files changed, 23 insertions(+)

New commits:
commit de2321d0e966930fe31bf3ded317ded1600fa32d
Author: Pavel Vinogradov <public AT sourcemage.org>
Commit: Pavel Vinogradov <public AT sourcemage.org>

python-pypi/glad2: new spell, Multi-Language GL/GLES/EGL/GLX/WGL
Loader-Generator

diff --git a/ChangeLog b/ChangeLog
index fb7f37a..c646291 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2022-10-28 Pavel Vinogradov <public AT sourcemage.org>
+ * python-pypi/glad2: new spell, Multi-Language GL/GLES/EGL/GLX/WGL
Loader-
+ Generator
+
2022-10-26 Treeve Jelbert <treeve AT sourcemage.org>
* python-pkgconfig: added, python wrapper for pkgconfig

diff --git a/python-pypi/glad2/DEPENDS b/python-pypi/glad2/DEPENDS
new file mode 100755
index 0000000..0e0b29c
--- /dev/null
+++ b/python-pypi/glad2/DEPENDS
@@ -0,0 +1,2 @@
+depends python3 &&
+depends jinja2
diff --git a/python-pypi/glad2/DETAILS b/python-pypi/glad2/DETAILS
new file mode 100755
index 0000000..75a13d4
--- /dev/null
+++ b/python-pypi/glad2/DETAILS
@@ -0,0 +1,15 @@
+ SPELL="glad2"
+ VERSION="2.0.2"
+
SOURCE_HASH="sha256:c2d1c51139a25a36dbadeef08604347d1c8d8cc1623ebed88f7eb45ade56379e:UPSTREAM_HASH"
+ VX="a88837847083930e289e1eee93a9376a0a89a2a373d148abe7c804ad6657"
+ SOURCE="${SPELL}-${VERSION}.tar.gz"
+
SOURCE_URL[0]="https://files.pythonhosted.org/packages/e5/5f/${VX}/${SOURCE}";
+SOURCE_DIRECTORY="${BUILD_DIRECTORY}/${SPELL}-${VERSION}"
+ LICENSE[0]="MIT"
+ WEB_SITE="https://github.com/Dav1dde/glad";
+ ENTERED="20221028"
+ SHORT="Multi-Language GL/GLES/EGL/GLX/WGL Loader-Generator"
+cat << EOF
+Multi-Language GL/GLES/EGL/GLX/WGL Loader-Generator based on the official
+specs.
+EOF
diff --git a/python-pypi/glad2/HISTORY b/python-pypi/glad2/HISTORY
new file mode 100644
index 0000000..5c5e581
--- /dev/null
+++ b/python-pypi/glad2/HISTORY
@@ -0,0 +1,2 @@
+2022-10-28 Pavel Vinogradov <public AT sourcemage.org>
+ * DEPENDS, DETAILS: created the spell, version 2.0.2



  • [SM-Commit] GIT changes to master grimoire by Pavel Vinogradov (de2321d0e966930fe31bf3ded317ded1600fa32d), Pavel Vinogradov, 10/28/2022

Archive powered by MHonArc 2.6.24.

Top of Page