From ab69676e9aa361f1870acb0af22a9c3fc04b74ef Mon Sep 17 00:00:00 2001 From: Daniele Rondina Date: Wed, 3 Sep 2025 19:56:07 +0000 Subject: [PATCH] Bump dev-python/meson-python-0.18.0 --- dev-python/meson-python/Manifest | 1 + .../meson-python/meson-python-0.18.0.ebuild | 30 +++++++++++++++++++ 2 files changed, 31 insertions(+) create mode 100644 dev-python/meson-python/meson-python-0.18.0.ebuild diff --git a/dev-python/meson-python/Manifest b/dev-python/meson-python/Manifest index 57fed72897..4ee9ce9155 100644 --- a/dev-python/meson-python/Manifest +++ b/dev-python/meson-python/Manifest @@ -1 +1,2 @@ DIST meson_python-0.17.1.tar.gz 82687 BLAKE2B 43dac55a61a73f803e93b2bf1fd01eef28bfad4196349b0b382ca01858f8d48da4304be7be727bade4d0cc07dc934101176724c8d0c6515102ac0c72d0bb5ef0 SHA512 235fdc7bffe337221bf55791b488f0ef4cb2405e52ada5ba8f7c07c26ccb511dbe65c4f828fb2eded6c0e797c026b822b83295c4b9bb7ae38d4343437ead548e +DIST meson_python-0.18.0.tar.gz 95630 BLAKE2B 96824772b6fdfb9237a0c98e175b401e76f26d59eda5defd0cf181b528f90604eb53fd60e9c24387619f4c01b5fc422e9453a469ef1c5a7ccb6c15bf7ca0b25d SHA512 dea156e85746acf3139bef9c1ac3f9f91f473a4162f3835cb942e28d94fd7afdad469e08f6ec2b15d2ea3a96ce071aae5d8de856334b2dbcb8b89a21ce561d17 diff --git a/dev-python/meson-python/meson-python-0.18.0.ebuild b/dev-python/meson-python/meson-python-0.18.0.ebuild new file mode 100644 index 0000000000..4cf8bc8547 --- /dev/null +++ b/dev-python/meson-python/meson-python-0.18.0.ebuild @@ -0,0 +1,30 @@ +# Distributed under the terms of the GNU General Public License v2 +# Autogen by MARK Devkit + +EAPI=7 + +PYTHON_COMPAT=( python3+ ) +DISTUTILS_USE_PEP517="standalone" +inherit distutils-r1 + +DESCRIPTION="Meson Python build backend (PEP 517)" +HOMEPAGE="https://pypi.org/project/meson-python/" +SRC_URI="https://files.pythonhosted.org/packages/26/bd/fdb26366443620f1a8a4d4ec7bfa37d1fbbe7bf737b257c205bbcf95ba95/meson_python-0.18.0.tar.gz -> meson_python-0.18.0.tar.gz +" +DEPEND=" + dev-util/meson +" +RDEPEND=" + dev-util/patchelf + + dev-python/tomli[${PYTHON_USEDEP}] + dev-python/pyproject-metadata[${PYTHON_USEDEP}] +" +BDEPEND="dev-python/pyproject-metadata[${PYTHON_USEDEP}] +" + +IUSE="" +SLOT="0" +LICENSE="" +KEYWORDS="*" +S="${WORKDIR}/meson_python-0.18.0"