Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions dev-python/meson-python/Manifest
Original file line number Diff line number Diff line change
@@ -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
30 changes: 30 additions & 0 deletions dev-python/meson-python/meson-python-0.20.0.ebuild
Original file line number Diff line number Diff line change
@@ -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"