diff --git a/dev-python/meson-python/Manifest b/dev-python/meson-python/Manifest index 57fed72897..1b4aae3807 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.20.0.tar.gz 102641 BLAKE2B 27bb2de38627fb493643e1f1652dc013cc0e2aa0b20e03a22e7207d3df015952b622076f8be48cec70a8e67980fd08e0d7c31c2155b281795a915888f0fc930f SHA512 4ce654734c671a2e0b54bb906086e9bcdcf5840fa13fc5ba4360638930dd92dd206092aa18db433602384fb303f11bf18a85cc5c9efdf3f2271bdb96d790d6da diff --git a/dev-python/meson-python/meson-python-0.20.0.ebuild b/dev-python/meson-python/meson-python-0.20.0.ebuild new file mode 100644 index 0000000000..240494395d --- /dev/null +++ b/dev-python/meson-python/meson-python-0.20.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/8b/f0/d794d7ed8a843a8a8947768f3b329d1e8601222dc95d930f4a5f9706cd6c/meson_python-0.20.0.tar.gz -> meson_python-0.20.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}] +" +SLOT="0" +LICENSE="" +KEYWORDS="*" +S="${WORKDIR}/meson_python-0.20.0"