diff options
| author | Liguros - Gitlab CI/CD [develop] <gitlab@liguros.net> | 2021-06-08 13:40:56 +0000 |
|---|---|---|
| committer | Liguros - Gitlab CI/CD [develop] <gitlab@liguros.net> | 2021-06-08 13:40:56 +0000 |
| commit | e66f5db2a3f4980cba9ed76da21eb8ebae5a7d49 (patch) | |
| tree | 7037a38dae8ee0bf072f2bacc4dbdd602d0fb166 /dev-python/xapp | |
| parent | c6d2566abc534704e205782bf697dd23ff0460bd (diff) | |
| download | baldeagleos-repo-e66f5db2a3f4980cba9ed76da21eb8ebae5a7d49.tar.gz baldeagleos-repo-e66f5db2a3f4980cba9ed76da21eb8ebae5a7d49.tar.xz baldeagleos-repo-e66f5db2a3f4980cba9ed76da21eb8ebae5a7d49.zip | |
Adding metadata
Diffstat (limited to 'dev-python/xapp')
| -rw-r--r-- | dev-python/xapp/Manifest | 1 | ||||
| -rw-r--r-- | dev-python/xapp/xapp-2.2.0.ebuild | 27 |
2 files changed, 28 insertions, 0 deletions
diff --git a/dev-python/xapp/Manifest b/dev-python/xapp/Manifest index 505ab1016bb9..79694f0320a5 100644 --- a/dev-python/xapp/Manifest +++ b/dev-python/xapp/Manifest @@ -1 +1,2 @@ DIST xapp-2.0.2.tar.gz 19946 BLAKE2B fde2f4f30fa1dbb5d4778d82bcfb347a5b8f89635df6c298d0dc509a194c528b653a1cbe4537c878bde4a8b987852ca51e37a70b6c35f96c9882c5b1b277dd36 SHA512 2b5d2a259e55384426940e6284ec9f964f4f0220b8cb364606c938ef6e1717d40ddbc3730732dddc86d460f624ac6161fe5ab55c276aedba9187a79d9d53a60e +DIST xapp-2.2.0.tar.gz 20706 BLAKE2B 136ce77c15413fc96651d741992de09c618ef76c8adce6c1927100329401d3721256e5e3a6399a9bcdc79dc2a4cf224a579eea43ccbdd0740f3a1aa07edc3994 SHA512 169c8d6f5b94e58fea49e9bcc3b532ee0268e6a66d79257da2b113e6c4bfa5bc44b7cb03a08556372580667acbceca033e82140085e9367fd3bf97507257f26c diff --git a/dev-python/xapp/xapp-2.2.0.ebuild b/dev-python/xapp/xapp-2.2.0.ebuild new file mode 100644 index 000000000000..9252f6269483 --- /dev/null +++ b/dev-python/xapp/xapp-2.2.0.ebuild @@ -0,0 +1,27 @@ +# Copyright 1999-2021 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +PYTHON_COMPAT=( python3_{6,7,8,9,10} ) + +inherit distutils-r1 + +DESCRIPTION="Python bindings for x11-libs/xapps" +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 ~x86" +IUSE="" + +DEPEND=" + >=x11-libs/xapps-2.2.0[introspection] +" +RDEPEND=" + ${DEPEND} + dev-python/psutil[${PYTHON_USEDEP}] +" + +S="${WORKDIR}/python3-xapp-${PV}" |
