Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F148723299
D39004.1788269218.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Flag For Later
Award Token
Size
1 KB
Referenced Files
None
Subscribers
None
D39004.1788269218.diff
View Options
Index: devel/meson-python/Makefile
===================================================================
--- devel/meson-python/Makefile
+++ devel/meson-python/Makefile
@@ -12,9 +12,9 @@
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/LICENSE
-BUILD_DEPENDS= meson:devel/meson@${PY_FLAVOR} \
+BUILD_DEPENDS= meson-${PYTHON_VER}:devel/meson@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}pyproject-metadata>=0.6.1:devel/py-pyproject-metadata@${PY_FLAVOR}
-RUN_DEPENDS= meson:devel/meson@${PY_FLAVOR} \
+RUN_DEPENDS= meson-${PYTHON_VER}:devel/meson@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}pyproject-metadata>=0.6.1:devel/py-pyproject-metadata@${PY_FLAVOR}
USES= python
Index: devel/meson/Makefile
===================================================================
--- devel/meson/Makefile
+++ devel/meson/Makefile
@@ -13,7 +13,7 @@
TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pytest-xdist>0:devel/py-pytest-xdist@${PY_FLAVOR}
USES= ninja:run python:3.6+ shebangfix
-USE_PYTHON= autoplist distutils
+USE_PYTHON= autoplist concurrent distutils
SHEBANG_FILES= mesonbuild/rewriter.py \
mesonbuild/scripts/cmake_run_ctgt.py
NO_ARCH= yes
Index: devel/meson/files/patch-setup.py
===================================================================
--- devel/meson/files/patch-setup.py
+++ /dev/null
@@ -1,11 +0,0 @@
---- setup.py.orig 2021-04-27 06:49:45 UTC
-+++ setup.py
-@@ -25,7 +25,7 @@ from setuptools import setup
- data_files = []
- if sys.platform != 'win32':
- # Only useful on UNIX-like systems
-- data_files = [('share/man/man1', ['man/meson.1']),
-+ data_files = [('man/man1', ['man/meson.1']),
- ('share/polkit-1/actions', ['data/com.mesonbuild.install.policy'])]
-
- setup(data_files=data_files,)
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Tue, Sep 1, 1:26 PM (21 h, 27 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
29497572
Default Alt Text
D39004.1788269218.diff (1 KB)
Attached To
Mode
D39004: devel/meson: flavourise
Attached
Detach File
Event Timeline
Log In to Comment