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 10CD81382C5 for ; Wed, 9 Dec 2020 04:41:15 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 02230E091D; Wed, 9 Dec 2020 04:41:13 +0000 (UTC) Received: from smtp.gentoo.org (dev.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 E0B52E0907 for ; Wed, 9 Dec 2020 04:41:12 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (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 1B725340F0B for ; Wed, 9 Dec 2020 04:41:11 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 837F1482 for ; Wed, 9 Dec 2020 04:41:09 +0000 (UTC) From: "Theo Anderson" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Theo Anderson" Message-ID: <1607488155.3b8c24e125b9da2fe6c7ebc8e99d1730c7bdaaa0.telans@gentoo> Subject: [gentoo-commits] repo/proj/guru:dev commit in: dev-python/i3ipc/ X-VCS-Repository: repo/proj/guru X-VCS-Files: dev-python/i3ipc/Manifest dev-python/i3ipc/i3ipc-2.2.1.ebuild X-VCS-Directories: dev-python/i3ipc/ X-VCS-Committer: telans X-VCS-Committer-Name: Theo Anderson X-VCS-Revision: 3b8c24e125b9da2fe6c7ebc8e99d1730c7bdaaa0 X-VCS-Branch: dev Date: Wed, 9 Dec 2020 04:41:09 +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: 5d184e22-152f-42be-885b-fcc9a6e9af4d X-Archives-Hash: 626748db978c8161972034906d6360fe commit: 3b8c24e125b9da2fe6c7ebc8e99d1730c7bdaaa0 Author: Theo Anderson posteo de> AuthorDate: Wed Dec 9 04:29:15 2020 +0000 Commit: Theo Anderson posteo de> CommitDate: Wed Dec 9 04:29:15 2020 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=3b8c24e1 dev-python/i3ipc: bump PYTHON_COMPAT Package-Manager: Portage-3.0.12, Repoman-3.0.2 Signed-off-by: Theo Anderson posteo.de> dev-python/i3ipc/Manifest | 2 +- dev-python/i3ipc/i3ipc-2.2.1.ebuild | 13 +++++-------- 2 files changed, 6 insertions(+), 9 deletions(-) diff --git a/dev-python/i3ipc/Manifest b/dev-python/i3ipc/Manifest index 2333a99f..5d15d84f 100644 --- a/dev-python/i3ipc/Manifest +++ b/dev-python/i3ipc/Manifest @@ -1 +1 @@ -DIST v2.2.1.tar.gz 51760 BLAKE2B 19d62ad3cf5a3b2081cff9e193aef64d5108b9e2b304862d3bff60e11140873d8190d287e6ca89566602fc5300d80101576dc2d837b6f1e75d30adeb3772667e SHA512 edbcec3cd0da53815dba22d696a17ddf909c39db771cf234befaa3130f8b56003ccc70eb28a07b286ab31c2cbb9d5893caf42b01ed20d61efdcd6359afbecc18 +DIST i3ipc-2.2.1.tar.gz 47760 BLAKE2B 4decad566ab87ed48d2ca9cc29c35e9d92bfbb0bd3ad76507fe54cf4b6b52ddd1590be75a65398dddb785b94b444e41577984daab780f91afe0d251b6b12bd93 SHA512 4a09df1d580953ab2cb55345a32731427662d3969e7f6c78cf27c685d24f289be611b00b10a93cb765663b73075ebd07ae3b76d0a9b1f832fc467944c35230f9 diff --git a/dev-python/i3ipc/i3ipc-2.2.1.ebuild b/dev-python/i3ipc/i3ipc-2.2.1.ebuild index 68fd9417..0846853e 100644 --- a/dev-python/i3ipc/i3ipc-2.2.1.ebuild +++ b/dev-python/i3ipc/i3ipc-2.2.1.ebuild @@ -3,20 +3,17 @@ EAPI=7 -PYTHON_COMPAT=( python3_{7,8} ) +PYTHON_COMPAT=( python3_{7..9} ) + inherit distutils-r1 DESCRIPTION="An improved Python library to control i3wm and sway." HOMEPAGE="https://github.com/altdesktop/i3ipc-python" -SRC_URI="https://github.com/altdesktop/i3ipc-python/archive/v${PV}.tar.gz" +SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" LICENSE="BSD" SLOT="0" KEYWORDS="~amd64 ~x86" -IUSE="" - -DEPEND="dev-python/python-xlib" -RDEPEND="${DEPEND}" -BDEPEND="" -S="${WORKDIR}/i3ipc-python-${PV}" +RDEPEND="dev-python/python-xlib" +DEPEND="${DEPEND}"