mirror of
https://github.com/yann64/haikuports.git
synced 2026-04-23 12:10:06 +02:00
meson: rebuild with options.entry_points
This commit is contained in:
@@ -4,7 +4,7 @@ build system."
|
||||
HOMEPAGE="https://mesonbuild.com/"
|
||||
COPYRIGHT="2013-2020 The Meson development team"
|
||||
LICENSE="Apache v2"
|
||||
REVISION="1"
|
||||
REVISION="2"
|
||||
SOURCE_URI="https://github.com/mesonbuild/meson/releases/download/$portVersion/meson-$portVersion.tar.gz"
|
||||
CHECKSUM_SHA256="0233a7f8d959079318f6052b0939c27f68a5de86ba601f25c9ee6869fb5f5889"
|
||||
PATCHES="meson-$portVersion.patchset"
|
||||
|
||||
@@ -75,25 +75,3 @@ index bc40af4..923a8ef 100644
|
||||
2.30.2
|
||||
|
||||
|
||||
From e72c3cc0ef66d66dc763ba7c0bdc0f5ce8ca2570 Mon Sep 17 00:00:00 2001
|
||||
From: Jerome Duval <jerome.duval@gmail.com>
|
||||
Date: Fri, 25 Feb 2022 12:51:24 +0100
|
||||
Subject: setup: entry_points
|
||||
|
||||
|
||||
diff --git a/setup.cfg b/setup.cfg
|
||||
index 585905c..4093664 100644
|
||||
--- a/setup.cfg
|
||||
+++ b/setup.cfg
|
||||
@@ -36,7 +36,7 @@ python_requires = >= 3.6
|
||||
setup_requires =
|
||||
setuptools
|
||||
|
||||
-[options.entry_points]
|
||||
+[entry_points]
|
||||
console_scripts =
|
||||
meson = mesonbuild.mesonmain:main
|
||||
|
||||
--
|
||||
2.30.2
|
||||
|
||||
|
||||
Reference in New Issue
Block a user