diff options
author | Matthew S. Turnbull <sparky@bluefang-logic.com> | 2021-05-29 23:55:58 -0400 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2021-06-08 07:34:27 +0000 |
commit | 444eb0410af5135f2b858d17fea77d73b2105ed7 (patch) | |
tree | f91abee9118a9b637f9bd7c7fb76b542ca58703e /dev-python | |
parent | x11-libs/xapps: 2.2.0 version bump (diff) | |
download | gentoo-444eb0410af5135f2b858d17fea77d73b2105ed7.tar.gz gentoo-444eb0410af5135f2b858d17fea77d73b2105ed7.tar.bz2 gentoo-444eb0410af5135f2b858d17fea77d73b2105ed7.zip |
dev-python/xapp: 2.2.0 version bump
Bug: https://bugs.gentoo.org/792933
Package-Manager: Portage-3.0.18, Repoman-3.0.2
Signed-off-by: Matthew S. Turnbull <sparky@bluefang-logic.com>
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-python')
-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..f61e9693a730 --- /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_{7,8,9} ) + +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}" |