pkgsrc-WIP-changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
py-Uranium: convert to cmake/build.mk
Module Name: pkgsrc-wip
Committed By: Atsushi Toyokura <asteria.at%gmail.com@localhost>
Pushed By: steleto
Date: Thu Jan 1 18:59:37 2026 +0900
Changeset: c6dc8c4cd37f98a3e2a7d89c926d86707166deda
Modified Files:
py-Uranium/Makefile
Log Message:
py-Uranium: convert to cmake/build.mk
To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=c6dc8c4cd37f98a3e2a7d89c926d86707166deda
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
diffstat:
py-Uranium/Makefile | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diffs:
diff --git a/py-Uranium/Makefile b/py-Uranium/Makefile
index a62fff6d98..5c0f651711 100644
--- a/py-Uranium/Makefile
+++ b/py-Uranium/Makefile
@@ -13,7 +13,6 @@ HOMEPAGE= https://github.com/Ultimaker/Uranium/
COMMENT= Python framework for building 3D printing related applications
LICENSE= gnu-lgpl-v3
-USE_CMAKE= yes
USE_PKGLOCALEDIR= yes
USE_LANGUAGES= # none
@@ -24,7 +23,7 @@ DEPENDS+= ${PYPKGPREFIX}-qt5-[0-9]*:../../x11/py-qt5
pre-install:
find ${WRKSRC} -type f -name "*.orig" | xargs ${RM}
-PYTHON_VERSIONS_ACCEPTED= 311 310
+PYTHON_VERSIONS_ACCEPTED= 311
PY_PATCHPLIST=YES
@@ -32,6 +31,7 @@ PY_PATCHPLIST=YES
PLIST_SUBST+= CMAKE_API=${CMAKE_API}
+.include "../../devel/cmake/build.mk"
.include "../../lang/python/extension.mk"
.include "../../math/py-numpy/buildlink3.mk"
.include "../../wip/libArcus/buildlink3.mk"
Home |
Main Index |
Thread Index |
Old Index