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.21.1.tar.gz 113878 BLAKE2B a384c7ebe95e6f90bd13710393de22f27d5a717487b447d4c4aff2d13fe7bc56884b89ee25cb3f5f93c015352084ac6cfd3eb5759211af50bc8e2faf4e0de505 SHA512 edeca170dfe5faca7a0771179b48b4f8cf526fc06371cd22475b37edc5dc960c56584738da645ec9a5983ae7df580f8ad0affca26eb88dd6d0d0fd1d2ec876e3
30 changes: 30 additions & 0 deletions dev-python/meson-python/meson-python-0.21.1.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="The Python build backend for Meson projects"
HOMEPAGE="https://pypi.org/project/meson-python/"
SRC_URI="https://files.pythonhosted.org/packages/ed/f2/ab554fe4f020ec5f0ab4e4af04318e6ab99660f8d8d14e3d064db2b786a6/meson_python-0.21.1.tar.gz -> meson_python-0.21.1.tar.gz
"
LICENSE=""
SLOT="0"
KEYWORDS="*"
BDEPEND="dev-python/pyproject-metadata[${PYTHON_USEDEP}]
"
RDEPEND="
dev-util/patchelf

dev-python/tomli[${PYTHON_USEDEP}]
dev-python/pyproject-metadata[${PYTHON_USEDEP}]
"
DEPEND="

dev-util/meson

"
S="${WORKDIR}/meson_python-0.21.1"