From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 9EA491382C5 for ; Tue, 8 Jun 2021 07:34:58 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id CB91FE0849; Tue, 8 Jun 2021 07:34:57 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id B56EEE0849 for ; Tue, 8 Jun 2021 07:34:57 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id D2F4A340D78 for ; Tue, 8 Jun 2021 07:34:55 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 237F979D for ; Tue, 8 Jun 2021 07:34:54 +0000 (UTC) From: "Sam James" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" Message-ID: <1623137667.444eb0410af5135f2b858d17fea77d73b2105ed7.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/xapp/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/xapp/Manifest dev-python/xapp/xapp-2.2.0.ebuild X-VCS-Directories: dev-python/xapp/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 444eb0410af5135f2b858d17fea77d73b2105ed7 X-VCS-Branch: master Date: Tue, 8 Jun 2021 07:34:54 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: c5c0a31b-3738-47f2-b139-718dd027f7eb X-Archives-Hash: ff88950176e579e8f5df36d6a5d47a46 commit: 444eb0410af5135f2b858d17fea77d73b2105ed7 Author: Matthew S. Turnbull bluefang-logic com> AuthorDate: Sun May 30 03:55:58 2021 +0000 Commit: Sam James gentoo org> CommitDate: Tue Jun 8 07:34:27 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=444eb041 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 bluefang-logic.com> Signed-off-by: Sam James gentoo.org> dev-python/xapp/Manifest | 1 + dev-python/xapp/xapp-2.2.0.ebuild | 27 +++++++++++++++++++++++++++ 2 files changed, 28 insertions(+) diff --git a/dev-python/xapp/Manifest b/dev-python/xapp/Manifest index 505ab1016bb..79694f0320a 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 00000000000..f61e9693a73 --- /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}"