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 DDA7D138334 for ; Fri, 27 Dec 2019 18:43:37 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id E2738E0A45; Fri, 27 Dec 2019 18:43:36 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (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 C439BE0A45 for ; Fri, 27 Dec 2019 18:43:36 +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 904B634DC1A for ; Fri, 27 Dec 2019 18:43:35 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 874E636 for ; Fri, 27 Dec 2019 18:43:33 +0000 (UTC) From: "Hanno Böck" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Hanno Böck" Message-ID: <1577472205.9cf800ae5165126b56041ddfa0767e9237ac9a9d.hanno@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/python-nbxmpp/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/python-nbxmpp/python-nbxmpp-0.6.10-r1.ebuild X-VCS-Directories: dev-python/python-nbxmpp/ X-VCS-Committer: hanno X-VCS-Committer-Name: Hanno Böck X-VCS-Revision: 9cf800ae5165126b56041ddfa0767e9237ac9a9d X-VCS-Branch: master Date: Fri, 27 Dec 2019 18:43:33 +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: e0f14683-8ccb-472a-960d-ef8a2acd4511 X-Archives-Hash: c2206bb35df0449e827b7149cf2d6d3a commit: 9cf800ae5165126b56041ddfa0767e9237ac9a9d Author: Hanno Böck gentoo org> AuthorDate: Fri Dec 27 18:43:25 2019 +0000 Commit: Hanno Böck gentoo org> CommitDate: Fri Dec 27 18:43:25 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9cf800ae dev-python/python-nbxmpp: Add python 3.8, remove python 2 This package is only used by gajim which does not support python 2 any more, so we don't need python 2 support. Signed-off-by: Hanno Böck gentoo.org> Package-Manager: Portage-2.3.84, Repoman-2.3.20 dev-python/python-nbxmpp/python-nbxmpp-0.6.10-r1.ebuild | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/dev-python/python-nbxmpp/python-nbxmpp-0.6.10-r1.ebuild b/dev-python/python-nbxmpp/python-nbxmpp-0.6.10-r1.ebuild new file mode 100644 index 00000000000..ec89fe4d2e2 --- /dev/null +++ b/dev-python/python-nbxmpp/python-nbxmpp-0.6.10-r1.ebuild @@ -0,0 +1,17 @@ +# Copyright 1999-2019 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +PYTHON_COMPAT=( python3_{5,6,7,8} ) + +inherit distutils-r1 vcs-snapshot + +DESCRIPTION="Python library to use Jabber/XMPP networks in a non-blocking way" +HOMEPAGE="https://dev.gajim.org/gajim/python-nbxmpp/" +SRC_URI="https://dev.gajim.org/gajim/python-nbxmpp/-/archive/nbxmpp-${PV}/python-nbxmpp-nbxmpp-${PV}.tar.bz2 -> ${P}.tar.bz2" + +SLOT="0" +LICENSE="BSD" +KEYWORDS="~alpha ~amd64 ~arm ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux" +IUSE=""