From c633bb3b1858d8f8758ae2cd7e6daac5aa44fa49 Mon Sep 17 00:00:00 2001 From: augiedoggie Date: Mon, 29 Apr 2024 01:30:37 -0600 Subject: [PATCH] meson_python: add summary fixes #10380 --- dev-python/meson-python/meson_python-0.13.1.recipe | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-python/meson-python/meson_python-0.13.1.recipe b/dev-python/meson-python/meson_python-0.13.1.recipe index dc5ed3103..b750d83eb 100644 --- a/dev-python/meson-python/meson_python-0.13.1.recipe +++ b/dev-python/meson-python/meson_python-0.13.1.recipe @@ -1,4 +1,4 @@ -SUMMARY="Short description of ProjectX" +SUMMARY="A Python package build backend leveraging the Meson build system" DESCRIPTION="``meson-python`` is a Python build backend built on top of the Meson__ build system. It enables to use Meson for the configuration and build steps of Python packages. Meson is an open source build system meant @@ -11,7 +11,7 @@ HOMEPAGE="https://github.com/mesonbuild/meson-python" COPYRIGHT="2022 The meson-python developers 2021 Quansight Labs and Filipe LaĆ­ns" LICENSE="MIT" -REVISION="2" +REVISION="3" SOURCE_URI="$HOMEPAGE/archive/refs/tags/$portVersion.tar.gz" CHECKSUM_SHA256="1637fc6b69b0b3152f5998fa0a6acfb4733c6ec246ea1e811e75e9ba8a53a64c" SOURCE_DIR="meson-python-$portVersion"