pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/graphics/py-glad2
Module Name: pkgsrc
Committed By: wiz
Date: Fri Sep 13 08:28:55 UTC 2024
Modified Files:
pkgsrc/graphics/py-glad2: Makefile distinfo
Log Message:
py-glad2: update to 2.0.7.
Fix resource lookups without setuptools for most recent Python versions
Fix parsing of most recent Vulkan definitions
Fix compilation errors with strict flags on recent gcc versions
example: defines GLAD_GL_IMPLEMENTATION in GLFW example by @makichiis in #464
ci: bump actions versions by @scribam in #472
To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.4 pkgsrc/graphics/py-glad2/Makefile \
pkgsrc/graphics/py-glad2/distinfo
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/graphics/py-glad2/Makefile
diff -u pkgsrc/graphics/py-glad2/Makefile:1.3 pkgsrc/graphics/py-glad2/Makefile:1.4
--- pkgsrc/graphics/py-glad2/Makefile:1.3 Fri Apr 5 10:34:56 2024
+++ pkgsrc/graphics/py-glad2/Makefile Fri Sep 13 08:28:55 2024
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.3 2024/04/05 10:34:56 wiz Exp $
+# $NetBSD: Makefile,v 1.4 2024/09/13 08:28:55 wiz Exp $
-DISTNAME= glad2-2.0.6
+DISTNAME= glad2-2.0.7
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
CATEGORIES= graphics python
MASTER_SITES= ${MASTER_SITE_PYPI:=g/glad2/}
@@ -14,8 +14,6 @@ TOOL_DEPENDS+= ${PYPKGPREFIX}-setuptools
TOOL_DEPENDS+= ${PYPKGPREFIX}-wheel>=0:../../devel/py-wheel
DEPENDS+= ${PYPKGPREFIX}-jinja2>=0:../../textproc/py-jinja2
-PYTHON_VERSIONS_INCOMPATIBLE= 27
-
post-install:
${MV} ${DESTDIR}${PREFIX}/bin/glad ${DESTDIR}${PREFIX}/bin/glad${PYVERSSUFFIX} || ${TRUE}
Index: pkgsrc/graphics/py-glad2/distinfo
diff -u pkgsrc/graphics/py-glad2/distinfo:1.3 pkgsrc/graphics/py-glad2/distinfo:1.4
--- pkgsrc/graphics/py-glad2/distinfo:1.3 Fri Apr 5 10:34:56 2024
+++ pkgsrc/graphics/py-glad2/distinfo Fri Sep 13 08:28:55 2024
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.3 2024/04/05 10:34:56 wiz Exp $
+$NetBSD: distinfo,v 1.4 2024/09/13 08:28:55 wiz Exp $
-BLAKE2s (glad2-2.0.6.tar.gz) = 9d776c6665691bf393b463394171740ed4c5aefe73fe20f93d0305d4cbdfd955
-SHA512 (glad2-2.0.6.tar.gz) = a7cea5e08a246302afcb829a650f7a84fc4b8a12d0ebf05b1f8aee0a20dddaba2c830f52353422883d3106eee4836cb13eb12ab60954f45cf256d8ba6513b145
-Size (glad2-2.0.6.tar.gz) = 573482 bytes
+BLAKE2s (glad2-2.0.7.tar.gz) = 388d7a93ece9c0478c4db829ef772ac8503d82826d027586eec6848839fda545
+SHA512 (glad2-2.0.7.tar.gz) = b0ff9598b7bf659b7159b605a671024703ad54082964b0f14c9408f432e3e15e7ba650fd086487d19de2b48199dc8b116c7f0ff279c8d416ee98568e00eb96b3
+Size (glad2-2.0.7.tar.gz) = 573371 bytes
Home |
Main Index |
Thread Index |
Old Index