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.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 63F51158021 for ; Sat, 19 Nov 2022 16:54:51 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 4B845E09BB; Sat, 19 Nov 2022 16:54:50 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 360F9E09BB for ; Sat, 19 Nov 2022 16:54:50 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 6B21E3411E3 for ; Sat, 19 Nov 2022 16:54:49 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 027FE757 for ; Sat, 19 Nov 2022 16:54:48 +0000 (UTC) From: "Michał Górny" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michał Górny" Message-ID: <1668876809.8a3fb5e620361a7e9b80c1f2ac9eb8d113641237.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/python3-xapp/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/python3-xapp/Manifest dev-python/python3-xapp/python3-xapp-2.2.1-r1.ebuild X-VCS-Directories: dev-python/python3-xapp/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: 8a3fb5e620361a7e9b80c1f2ac9eb8d113641237 X-VCS-Branch: master Date: Sat, 19 Nov 2022 16:54:48 +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: c95a8e6b-6669-4bca-a525-1d570c6afc5b X-Archives-Hash: 1684cc3b87e2d09949a2af1ee519bdf6 commit: 8a3fb5e620361a7e9b80c1f2ac9eb8d113641237 Author: Michał Górny gentoo org> AuthorDate: Sat Nov 19 16:53:29 2022 +0000 Commit: Michał Górny gentoo org> CommitDate: Sat Nov 19 16:53:29 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8a3fb5e6 dev-python/python3-xapp: Remove old Signed-off-by: Michał Górny gentoo.org> dev-python/python3-xapp/Manifest | 1 - .../python3-xapp/python3-xapp-2.2.1-r1.ebuild | 25 ---------------------- 2 files changed, 26 deletions(-) diff --git a/dev-python/python3-xapp/Manifest b/dev-python/python3-xapp/Manifest index 52f82221503a..41ee73e1ec99 100644 --- a/dev-python/python3-xapp/Manifest +++ b/dev-python/python3-xapp/Manifest @@ -1,2 +1 @@ -DIST python3-xapp-2.2.1.tar.gz 20739 BLAKE2B 11f3b8964aedc726235d1c9350b159ed5cc0e859f33d6390d06e8df225eb86d0d6a392d16023a460ae0dad69f4a65b3cc8c3a759e8a4e5abab491a6d71ea8ab9 SHA512 2c03a6201404d7c792e12b10241309c912ca6b1daaa56aa0867ddbb16af053f110e4cb05da969b1800678d60acc0e6d19fc097581e6b195fff9f68acb48505ff DIST python3-xapp-2.2.2.tar.gz 20872 BLAKE2B 72bfd020477382480a5cf007107a197a86bd96c886b54440bee5eb0cf124294feac01c04dee24525d892cc5e701abf4e64753f2bff09d417e9e18ee314eb57a4 SHA512 d4aac6949bfe4adfe5fdb08edb80e622ccf04c2d571760aec280b43ff26b246c0d8f09eda6d7281381bf3a367002a7cce780664eb1f9933db6e9f63084d99def diff --git a/dev-python/python3-xapp/python3-xapp-2.2.1-r1.ebuild b/dev-python/python3-xapp/python3-xapp-2.2.1-r1.ebuild deleted file mode 100644 index 09b9302b496b..000000000000 --- a/dev-python/python3-xapp/python3-xapp-2.2.1-r1.ebuild +++ /dev/null @@ -1,25 +0,0 @@ -# Copyright 1999-2022 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -PYTHON_COMPAT=( python3_{7,8,9,10} ) - -inherit 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="" - -DEPEND=" - >=x11-libs/xapp-2.2.0[introspection] -" -RDEPEND=" - ${DEPEND} - dev-python/psutil[${PYTHON_USEDEP}] -"