meson: rebuild with options.entry_points

This commit is contained in:
Jerome Duval
2022-02-26 13:21:06 +01:00
parent 0daed40c29
commit 914e1fa067
2 changed files with 1 additions and 23 deletions

View File

@@ -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"

View File

@@ -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