pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/devel/py-gobject3
Module Name: pkgsrc
Committed By: adam
Date: Tue Oct 29 20:03:26 UTC 2024
Modified Files:
pkgsrc/devel/py-gobject3: Makefile Makefile.common PLIST distinfo
Log Message:
py-gobject3-common py-gobject3: updated to 3.50.0
3.50.0 - 2024-09-12
* tests: Fix event test errors when GTK is not installed
3.49.0 - 2024-09-06 (pre-release)
* Rename master branch to main
* Drop support for Python 3.8
* Add Override for Gio.DataInputStream
* Treat GParamSpec as any other fundamental type
* override connection.register_object to prevent an invocation object from
leaking
* Various PyPy related fixes
* bind_property: Accept keyword arguments
* Various documentation improvements
* Python2 / GTK2 cleanups
* asyncio integration with support to await Gio async functions
* meson: move from .egg-info to .dist-info/METADATA
* build: fixes for building with gobject-introspection 1.81
To generate a diff of this commit:
cvs rdiff -u -r1.52 -r1.53 pkgsrc/devel/py-gobject3/Makefile
cvs rdiff -u -r1.22 -r1.23 pkgsrc/devel/py-gobject3/Makefile.common
cvs rdiff -u -r1.14 -r1.15 pkgsrc/devel/py-gobject3/PLIST
cvs rdiff -u -r1.28 -r1.29 pkgsrc/devel/py-gobject3/distinfo
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/devel/py-gobject3/Makefile
diff -u pkgsrc/devel/py-gobject3/Makefile:1.52 pkgsrc/devel/py-gobject3/Makefile:1.53
--- pkgsrc/devel/py-gobject3/Makefile:1.52 Thu Apr 25 10:06:10 2024
+++ pkgsrc/devel/py-gobject3/Makefile Tue Oct 29 20:03:26 2024
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.52 2024/04/25 10:06:10 adam Exp $
+# $NetBSD: Makefile,v 1.53 2024/10/29 20:03:26 adam Exp $
.include "Makefile.common"
@@ -12,15 +12,13 @@ COMMENT= Python bindings for glib2 gobje
TOOL_DEPENDS+= ${PYPKGPREFIX}-meson_python>=0.12.1:../../devel/py-meson_python
-PYTHON_VERSIONS_INCOMPATIBLE= 27
-
# Leave for py-gobject3-common:
post-install:
${RM} ${DESTDIR}${PREFIX}/include/python${PYVERSSUFFIX}/pygobject/pygobject-3.0/pygobject.h
-BUILDLINK_API_DEPENDS.glib2= glib2>=2.48.0
+BUILDLINK_API_DEPENDS.glib2+= glib2>=2.48.0
.include "../../devel/glib2/buildlink3.mk"
-BUILDLINK_API_DEPENDS.gobject-introspection= gobject-introspection>=1.46.0
+BUILDLINK_API_DEPENDS.gobject-introspection+= gobject-introspection>=1.46.0
.include "../../devel/gobject-introspection/buildlink3.mk"
.include "../../devel/libffi/buildlink3.mk"
.include "../../devel/py-gobject3-common/buildlink3.mk"
Index: pkgsrc/devel/py-gobject3/Makefile.common
diff -u pkgsrc/devel/py-gobject3/Makefile.common:1.22 pkgsrc/devel/py-gobject3/Makefile.common:1.23
--- pkgsrc/devel/py-gobject3/Makefile.common:1.22 Thu Apr 25 10:06:10 2024
+++ pkgsrc/devel/py-gobject3/Makefile.common Tue Oct 29 20:03:26 2024
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile.common,v 1.22 2024/04/25 10:06:10 adam Exp $
+# $NetBSD: Makefile.common,v 1.23 2024/10/29 20:03:26 adam Exp $
# used by devel/py-gobject3/Makefile
# used by devel/py-gobject3-common/Makefile
-DISTNAME= pygobject-3.48.2
+DISTNAME= pygobject-3.50.0
CATEGORIES= devel gnome
MASTER_SITES= ${MASTER_SITE_GNOME:=sources/pygobject/${PKGVERSION_NOREV:R}/}
EXTRACT_SUFX= .tar.xz
Index: pkgsrc/devel/py-gobject3/PLIST
diff -u pkgsrc/devel/py-gobject3/PLIST:1.14 pkgsrc/devel/py-gobject3/PLIST:1.15
--- pkgsrc/devel/py-gobject3/PLIST:1.14 Thu Apr 25 10:06:10 2024
+++ pkgsrc/devel/py-gobject3/PLIST Tue Oct 29 20:03:26 2024
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.14 2024/04/25 10:06:10 adam Exp $
+@comment $NetBSD: PLIST,v 1.15 2024/10/29 20:03:26 adam Exp $
${PYSITELIB}/${WHEEL_INFODIR}/METADATA
${PYSITELIB}/${WHEEL_INFODIR}/RECORD
${PYSITELIB}/${WHEEL_INFODIR}/WHEEL
@@ -31,6 +31,9 @@ ${PYSITELIB}/gi/_signalhelper.pyo
${PYSITELIB}/gi/docstring.py
${PYSITELIB}/gi/docstring.pyc
${PYSITELIB}/gi/docstring.pyo
+${PYSITELIB}/gi/events.py
+${PYSITELIB}/gi/events.pyc
+${PYSITELIB}/gi/events.pyo
${PYSITELIB}/gi/importer.py
${PYSITELIB}/gi/importer.pyc
${PYSITELIB}/gi/importer.pyo
Index: pkgsrc/devel/py-gobject3/distinfo
diff -u pkgsrc/devel/py-gobject3/distinfo:1.28 pkgsrc/devel/py-gobject3/distinfo:1.29
--- pkgsrc/devel/py-gobject3/distinfo:1.28 Thu Apr 25 10:06:10 2024
+++ pkgsrc/devel/py-gobject3/distinfo Tue Oct 29 20:03:26 2024
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.28 2024/04/25 10:06:10 adam Exp $
+$NetBSD: distinfo,v 1.29 2024/10/29 20:03:26 adam Exp $
-BLAKE2s (pygobject-3.48.2.tar.xz) = 78f24d543826c57024d6c3228d66464b96503a2d8fbb4c791f52e8a6e6300e10
-SHA512 (pygobject-3.48.2.tar.xz) = 11619f73be5894fae82b261779f33390d1aec51b02bcf285c58f3c76ee46dfc1b3f435e4662176fde5ca899aee5afc453f8f0ba28e15e15330a52354cf737d45
-Size (pygobject-3.48.2.tar.xz) = 556244 bytes
+BLAKE2s (pygobject-3.50.0.tar.xz) = a4def2092097b9049ffb6464024a40fa6f961600b52f11bc5af79cf0e7bbf737
+SHA512 (pygobject-3.50.0.tar.xz) = 59edec92b29f3101e4f1afd83a37f4d490e8d833e0dbba9ae8c30891541767e3738bb748ed939b2baef1041eec88f192188d38a82712f1ebc089005b4d6f03a9
+Size (pygobject-3.50.0.tar.xz) = 929848 bytes
Home |
Main Index |
Thread Index |
Old Index