pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/devel/meson
Module Name: pkgsrc
Committed By: adam
Date: Fri Aug 25 13:41:30 UTC 2023
Modified Files:
pkgsrc/devel/meson: Makefile
Log Message:
meson: fix to detect versioned cython; bump revision
To generate a diff of this commit:
cvs rdiff -u -r1.54 -r1.55 pkgsrc/devel/meson/Makefile
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/devel/meson/Makefile
diff -u pkgsrc/devel/meson/Makefile:1.54 pkgsrc/devel/meson/Makefile:1.55
--- pkgsrc/devel/meson/Makefile:1.54 Mon Aug 14 05:24:13 2023
+++ pkgsrc/devel/meson/Makefile Fri Aug 25 13:41:30 2023
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.54 2023/08/14 05:24:13 wiz Exp $
+# $NetBSD: Makefile,v 1.55 2023/08/25 13:41:30 adam Exp $
DISTNAME= meson-1.2.1
-PKGREVISION= 1
+PKGREVISION= 2
CATEGORIES= devel python
MASTER_SITES= ${MASTER_SITE_PYPI:=m/meson/}
@@ -27,6 +27,12 @@ SUBST_FILES.man+= setup.py
SUBST_STAGE.man= pre-configure
SUBST_MESSAGE.man= Fixing man page installation path.
+SUBST_CLASSES+= cython
+SUBST_STAGE.cython= pre-configure
+SUBST_MESSAGE.cython= Fixing cython binary name.
+SUBST_FILES.cython= mesonbuild/compilers/detect.py
+SUBST_SED.cython= -e "s,'cython3','cython-${PYVERSSUFFIX}',"
+
REPLACE_PYTHON+= ghwt.py
REPLACE_PYTHON+= meson.py
REPLACE_PYTHON+= mesonbuild/rewriter.py
Home |
Main Index |
Thread Index |
Old Index