meson_python: add summary

fixes #10380
This commit is contained in:
augiedoggie
2024-04-29 01:30:37 -06:00
committed by GitHub
parent 32aada3ec8
commit c633bb3b18

View File

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