summaryrefslogtreecommitdiff
path: root/dev-python/meson-python/meson-python-0.5.0.ebuild
diff options
context:
space:
mode:
authorLiguros - Gitlab CI/CD [develop] <gitlab@liguros.net>2022-06-12 12:41:51 +0000
committerLiguros - Gitlab CI/CD [develop] <gitlab@liguros.net>2022-06-12 12:41:51 +0000
commitb65c4f939c87aafbee615d1f368a61b30ecfaefd (patch)
treefa5dc896d8a8505d9282c87c5e1559a47be46c74 /dev-python/meson-python/meson-python-0.5.0.ebuild
parent785b36533f358bb9bb10e2520caffa60edc399e4 (diff)
downloadbaldeagleos-repo-b65c4f939c87aafbee615d1f368a61b30ecfaefd.tar.gz
baldeagleos-repo-b65c4f939c87aafbee615d1f368a61b30ecfaefd.tar.xz
baldeagleos-repo-b65c4f939c87aafbee615d1f368a61b30ecfaefd.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.ebuild41
1 files changed, 0 insertions, 41 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
deleted file mode 100644
index 31bab964ef5d..000000000000
--- a/dev-python/meson-python/meson-python-0.5.0.ebuild
+++ /dev/null
@@ -1,41 +0,0 @@
-# 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