diff options
| author | Liguros - Gitlab CI/CD [develop] <gitlab@liguros.net> | 2022-06-05 12:39:54 +0000 |
|---|---|---|
| committer | Liguros - Gitlab CI/CD [develop] <gitlab@liguros.net> | 2022-06-05 12:39:54 +0000 |
| commit | bbab45ec0e33d75a87afaaae612e26b95059a6cc (patch) | |
| tree | 3be68b31ad1c84d00124c424f0f57a218d490ecd /dev-python/meson-python/meson-python-0.5.0.ebuild | |
| parent | 86013bc138a001d502fde74d8ace375c0e796fc1 (diff) | |
| download | baldeagleos-repo-bbab45ec0e33d75a87afaaae612e26b95059a6cc.tar.gz baldeagleos-repo-bbab45ec0e33d75a87afaaae612e26b95059a6cc.tar.xz baldeagleos-repo-bbab45ec0e33d75a87afaaae612e26b95059a6cc.zip | |
Adding metadata
Diffstat (limited to 'dev-python/meson-python/meson-python-0.5.0.ebuild')
| -rw-r--r-- | dev-python/meson-python/meson-python-0.5.0.ebuild | 41 |
1 files changed, 41 insertions, 0 deletions
diff --git a/dev-python/meson-python/meson-python-0.5.0.ebuild b/dev-python/meson-python/meson-python-0.5.0.ebuild new file mode 100644 index 000000000000..31bab964ef5d --- /dev/null +++ b/dev-python/meson-python/meson-python-0.5.0.ebuild @@ -0,0 +1,41 @@ +# Copyright 2022 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +DISTUTILS_USE_PEP517=standalone +PYTHON_COMPAT=( python3_{7,8,9,10} ) + +inherit distutils-r1 + +DESCRIPTION="Meson PEP 517 Python build backend" +HOMEPAGE=" + https://pypi.org/project/meson-python/ + https://github.com/FFY00/meson-python/ +" +SRC_URI=" + https://github.com/FFY00/meson-python/archive/${PV}.tar.gz + -> ${P}.gh.tar.gz +" + +LICENSE="EUPL-1.2" +SLOT="0" +KEYWORDS="~amd64" + +RDEPEND=" + >=dev-python/pep621-0.3.0[${PYTHON_USEDEP}] + >=dev-python/tomli-1.0.0[${PYTHON_USEDEP}] + >=dev-util/meson-0.60.0[${PYTHON_USEDEP}] +" +BDEPEND=" + test? ( + dev-python/GitPython[${PYTHON_USEDEP}] + dev-python/pytest-mock[${PYTHON_USEDEP}] + dev-util/patchelf + ) +" + +distutils_enable_sphinx docs \ + dev-python/furo \ + dev-python/sphinx-autodoc-typehints +distutils_enable_tests pytest |
