Skip to content

Commit 687c7b0

Browse files
authored
Merge pull request #882 from macaroni-os/merge/mark-31/bump-dev-python_meson-python-0_18_0
mark-devkit: [mark-31] Bump dev-python/meson-python-0.18.0
2 parents 2c3cc1f + ab69676 commit 687c7b0

2 files changed

Lines changed: 31 additions & 0 deletions

File tree

dev-python/meson-python/Manifest

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1 +1,2 @@
11
DIST meson_python-0.17.1.tar.gz 82687 BLAKE2B 43dac55a61a73f803e93b2bf1fd01eef28bfad4196349b0b382ca01858f8d48da4304be7be727bade4d0cc07dc934101176724c8d0c6515102ac0c72d0bb5ef0 SHA512 235fdc7bffe337221bf55791b488f0ef4cb2405e52ada5ba8f7c07c26ccb511dbe65c4f828fb2eded6c0e797c026b822b83295c4b9bb7ae38d4343437ead548e
2+
DIST meson_python-0.18.0.tar.gz 95630 BLAKE2B 96824772b6fdfb9237a0c98e175b401e76f26d59eda5defd0cf181b528f90604eb53fd60e9c24387619f4c01b5fc422e9453a469ef1c5a7ccb6c15bf7ca0b25d SHA512 dea156e85746acf3139bef9c1ac3f9f91f473a4162f3835cb942e28d94fd7afdad469e08f6ec2b15d2ea3a96ce071aae5d8de856334b2dbcb8b89a21ce561d17
Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,30 @@
1+
# Distributed under the terms of the GNU General Public License v2
2+
# Autogen by MARK Devkit
3+
4+
EAPI=7
5+
6+
PYTHON_COMPAT=( python3+ )
7+
DISTUTILS_USE_PEP517="standalone"
8+
inherit distutils-r1
9+
10+
DESCRIPTION="Meson Python build backend (PEP 517)"
11+
HOMEPAGE="https://pypi.org/project/meson-python/"
12+
SRC_URI="https://files.pythonhosted.org/packages/26/bd/fdb26366443620f1a8a4d4ec7bfa37d1fbbe7bf737b257c205bbcf95ba95/meson_python-0.18.0.tar.gz -> meson_python-0.18.0.tar.gz
13+
"
14+
DEPEND="
15+
dev-util/meson
16+
"
17+
RDEPEND="
18+
dev-util/patchelf
19+
20+
dev-python/tomli[${PYTHON_USEDEP}]
21+
dev-python/pyproject-metadata[${PYTHON_USEDEP}]
22+
"
23+
BDEPEND="dev-python/pyproject-metadata[${PYTHON_USEDEP}]
24+
"
25+
26+
IUSE=""
27+
SLOT="0"
28+
LICENSE=""
29+
KEYWORDS="*"
30+
S="${WORKDIR}/meson_python-0.18.0"

0 commit comments

Comments
 (0)