summaryrefslogtreecommitdiff
path: root/dev-python/python3-xapp/python3-xapp-2.4.0.ebuild
diff options
context:
space:
mode:
authorLiguros - Gitlab CI/CD [develop] <gitlab@liguros.net>2022-11-22 16:47:00 +0000
committerLiguros - Gitlab CI/CD [develop] <gitlab@liguros.net>2022-11-22 16:47:00 +0000
commit5606b0e4162a4421275127f000dd91b7ff7e189d (patch)
treefd9ad773fdeff207a3eee59aeaf164fc8b75d603 /dev-python/python3-xapp/python3-xapp-2.4.0.ebuild
parent3f9c3433fd5b72c343b80d4911c13278c4e2ee08 (diff)
downloadbaldeagleos-repo-5606b0e4162a4421275127f000dd91b7ff7e189d.tar.gz
baldeagleos-repo-5606b0e4162a4421275127f000dd91b7ff7e189d.tar.xz
baldeagleos-repo-5606b0e4162a4421275127f000dd91b7ff7e189d.zip
Adding metadata
Diffstat (limited to 'dev-python/python3-xapp/python3-xapp-2.4.0.ebuild')
-rw-r--r--dev-python/python3-xapp/python3-xapp-2.4.0.ebuild40
1 files changed, 40 insertions, 0 deletions
diff --git a/dev-python/python3-xapp/python3-xapp-2.4.0.ebuild b/dev-python/python3-xapp/python3-xapp-2.4.0.ebuild
new file mode 100644
index 000000000000..bca414e8e32b
--- /dev/null
+++ b/dev-python/python3-xapp/python3-xapp-2.4.0.ebuild
@@ -0,0 +1,40 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+DISTUTILS_USE_PEP517=no
+PYTHON_COMPAT=( python3_{7,8,9,10,11} )
+
+inherit meson distutils-r1
+
+DESCRIPTION="Python bindings for x11-libs/xapp"
+HOMEPAGE="https://github.com/linuxmint/python3-xapp"
+SRC_URI="https://github.com/linuxmint/python3-xapp/archive/${PV}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="LGPL-2+"
+SLOT="0"
+KEYWORDS="~amd64 ~arm64 ~riscv ~x86"
+IUSE=""
+RESTRICT="test"
+
+DEPEND="
+ >=x11-libs/xapp-2.4.0[introspection]
+"
+RDEPEND="
+ ${DEPEND}
+ dev-python/psutil[${PYTHON_USEDEP}]
+"
+
+python_configure() {
+ meson_src_configure
+}
+
+python_compile() {
+ meson_src_configure
+}
+
+python_install() {
+ meson_src_install
+ python_optimize
+}