pkgsrc-WIP-changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

py-pyside6: drop python version override



Module Name:	pkgsrc-wip
Committed By:	Paul Ripke <stix%stix.id.au@localhost>
Pushed By:	stix
Date:		Thu Jul 10 23:27:04 2025 +1000
Changeset:	26ed5ba95bad2cb3dc1db1888a5d7a08513993b4

Modified Files:
	py-pyside6/Makefile
	py-pyside6/buildlink3.mk

Log Message:
py-pyside6: drop python version override

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=26ed5ba95bad2cb3dc1db1888a5d7a08513993b4

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

diffstat:
 py-pyside6/Makefile      | 2 +-
 py-pyside6/buildlink3.mk | 4 ++--
 2 files changed, 3 insertions(+), 3 deletions(-)

diffs:
diff --git a/py-pyside6/Makefile b/py-pyside6/Makefile
index 65399d935c..1e0735e43e 100644
--- a/py-pyside6/Makefile
+++ b/py-pyside6/Makefile
@@ -13,7 +13,7 @@ HOMEPAGE=	https://wiki.qt.io/Qt_for_Python
 COMMENT=	Qt6 bindings for Python
 LICENSE=	gnu-gpl-v2
 
-PYTHON_VERSIONS_ACCEPTED=	311
+#PYTHON_VERSIONS_ACCEPTED=	311
 USE_TOOLS+=			pkg-config bash
 USE_LANGUAGES+=			c c++
 CMAKE_CONFIGURE_ARGS+=		-DCMAKE_INSTALL_PREFIX:STRING="${PREFIX}"
diff --git a/py-pyside6/buildlink3.mk b/py-pyside6/buildlink3.mk
index e42d410636..2a2b57bee4 100644
--- a/py-pyside6/buildlink3.mk
+++ b/py-pyside6/buildlink3.mk
@@ -9,8 +9,8 @@ PY_PYSIDE6_BUILDLINK3_MK:=
 
 BUILDLINK_API_DEPENDS.py-pyside6+=	${PYPKGPREFIX}-pyside6>=6.0.0
 BUILDLINK_ABI_DEPENDS.py-pyside6+=	${PYPKGPREFIX}-pyside6>=6.0.0
-BUILDLINK_FILES.py-pyside6+=		lib/python3.11/site-packages/PySide6/*
-BUILDLINK_FILES.py-pyside6+=		lib/python3.11/site-packages/shiboken6/*
+BUILDLINK_FILES.py-pyside6+=		${PYSITELIB}/PySide6/*
+BUILDLINK_FILES.py-pyside6+=		${PYSITELIB}/shiboken6/*
 BUILDLINK_FILES.py-pyside6+=		share/PySide6/glue/*
 BUILDLINK_PKGSRCDIR.py-pyside6?=	../../wip/py-pyside6
 


Home | Main Index | Thread Index | Old Index