pkgsrc-WIP-changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
py-wxWidgets: Start to update
Module Name: pkgsrc-wip
Committed By: Greg Troxel <gdt%lexort.com@localhost>
Pushed By: gdt
Date: Mon Jun 26 19:35:20 2023 -0400
Changeset: c3dbfba4adb6c426dad71606618ae648b953f2c3
Modified Files:
py-wxWidgets/Makefile
py-wxWidgets/distinfo
Log Message:
py-wxWidgets: Start to update
This is hacky; just enough to communicate to others where I think the
new upstream is, for the software that I think will be accepted by
things that currently use old py-wxWidgets. This is at the moment
theory.
It appears that it just uses gtk, and there is no need for wxGTK.
To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=c3dbfba4adb6c426dad71606618ae648b953f2c3
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
diffstat:
py-wxWidgets/Makefile | 26 +++++++++++++++++---------
py-wxWidgets/distinfo | 6 +++---
2 files changed, 20 insertions(+), 12 deletions(-)
diffs:
diff --git a/py-wxWidgets/Makefile b/py-wxWidgets/Makefile
index 36e86f1a89..4ffe192709 100644
--- a/py-wxWidgets/Makefile
+++ b/py-wxWidgets/Makefile
@@ -1,15 +1,21 @@
# $NetBSD: Makefile,v 1.93 2023/03/11 01:56:41 gdt Exp $
-VERSION= 2.8.12.0
-DISTNAME= wxPython-src-${VERSION}
+# https://github.com/wxWidgets/wxWidgets/archive/refs/tags/v3.2.2.1.tar.gz
+VERSION= 3.2.2.1
+DISTNAME= v${VERSION}
PKGNAME= ${PYPKGPREFIX}-wxWidgets-${VERSION}
-PKGREVISION= 23
CATEGORIES= x11 python
-MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=wxpython/}
-EXTRACT_SUFX= .tar.bz2
+MASTER_SITES= ${MASTER_SITE_GITHUB:=wxWidgets/}
+GITHUB_PROJECT= wxWidgets
+GITHUB_TAG= refs/tags/v${VERSION}
+# Except. one can distribute a static binary without source.
+# \todo Consider adding this (regrettably boutique) license.
+LICENSE= gnu-lgpl-v3
-MAINTAINER= pkgsrc-users%NetBSD.org@localhost
+MAINTAINER= gdt%NetBSD.org@localhost
+# \todo Resolve: 2 forks, different, ?
HOMEPAGE= https://wxpython.org/
+#HOMEPAGE= https://www.wxwidgets.org/
COMMENT= Python bindings for wxWidgets
WRKSRC= ${WRKDIR}/wxPython-src-${VERSION}/wxPython
@@ -19,7 +25,8 @@ USE_TOOLS+= gmake pkg-config
# previous name of the package
CONFLICTS+= ${PYPKGPREFIX}-wxWindows-[0-9]*
PYTHON_SELF_CONFLICT= yes
-PYTHON_VERSIONS_ACCEPTED= 27 # not yet ported as of 2.8.12.0
+# \todo Assess, but for now steer to 3.
+PYTHON_VERSIONS_INCOMPATIBLE= 27
# no scripts to avoid conflicts
#PYSETUPBUILDARGS+= NO_SCRIPTS=1
@@ -52,6 +59,7 @@ PLIST_SUBST+= EGG_INFODIR2=${EGG_NAME2}-py${PYVERSSUFFIX}.egg-info
.include "../../graphics/MesaLib/buildlink3.mk"
.include "../../lang/python/egg.mk"
.include "../../graphics/glu/buildlink3.mk"
-.include "../../x11/wxGTK28/buildlink3.mk"
-.include "../../x11/wxGTK28-contrib/buildlink3.mk"
+.include "../../x11/wxGTK30/buildlink3.mk"
+# \todo Why?
+#.include "../../x11/wxGTK30-contrib/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"
diff --git a/py-wxWidgets/distinfo b/py-wxWidgets/distinfo
index dd777d1712..08a3a53747 100644
--- a/py-wxWidgets/distinfo
+++ b/py-wxWidgets/distinfo
@@ -1,8 +1,8 @@
$NetBSD: distinfo,v 1.9 2021/10/26 11:34:20 nia Exp $
-BLAKE2s (wxPython-src-2.8.12.0.tar.bz2) = a0bd6cfd33bba7c475fe99aeab6a69bf40e7e543a8f1887da3f1927b519f2737
-SHA512 (wxPython-src-2.8.12.0.tar.bz2) = b4087bfcc769ef3f690c77a0b5c3ee0bf8ca1d434577dfe0f7af6a8b24040dc1724dc03bdca73f00be62c1070a9590e3e88e24093c93e8a49aeb384b3418feba
-Size (wxPython-src-2.8.12.0.tar.bz2) = 31156191 bytes
+BLAKE2s (v3.2.2.1.tar.gz) = 10d566c548dca7bbddf8b899eeef6d7028ecd17394e1bdd80f4725dfc9c54159
+SHA512 (v3.2.2.1.tar.gz) = 8ff645fe7ee97bf6358b3619efd737ef8f9eb0235ca481e921a64d451c45eb9671ee4e2807fea285153bc0bb434266234f6f4ab15f396bb8290f262fa879e9b3
+Size (v3.2.2.1.tar.gz) = 24320746 bytes
SHA1 (patch-aa) = 62a8f5cc148c13948be6add01ddf64f63343f024
SHA1 (patch-ab) = 5bc9ebcf10d7bd3479199c4820d566d83e501439
SHA1 (patch-ac) = 9f8d72d987306301c82b03aba6e447a77ff98fdc
Home |
Main Index |
Thread Index |
Old Index