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 3A059158089 for ; Sun, 5 Nov 2023 16:27:52 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 52EE12BC014; Sun, 5 Nov 2023 16:27:51 +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) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 36EC12BC013 for ; Sun, 5 Nov 2023 16:27:51 +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) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 2FF99335CB9 for ; Sun, 5 Nov 2023 16:27:50 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 72B06AAD for ; Sun, 5 Nov 2023 16:27: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: <1699201656.d4bd6e6ad1f3866dba75ae4fb82abdb0d56a585f.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/slixmpp/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/slixmpp/metadata.xml dev-python/slixmpp/slixmpp-1.8.4.ebuild dev-python/slixmpp/slixmpp-9999.ebuild X-VCS-Directories: dev-python/slixmpp/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: d4bd6e6ad1f3866dba75ae4fb82abdb0d56a585f X-VCS-Branch: master Date: Sun, 5 Nov 2023 16:27: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: 1be4024c-a76c-46ab-87d2-0c3009190d94 X-Archives-Hash: 4be0aa40d0e6a12c67fe4346d03b4676 commit: d4bd6e6ad1f3866dba75ae4fb82abdb0d56a585f Author: Michał Górny gentoo org> AuthorDate: Sun Nov 5 15:31:14 2023 +0000 Commit: Michał Górny gentoo org> CommitDate: Sun Nov 5 16:27:36 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d4bd6e6a dev-python/slixmpp: Update homepage/repo Signed-off-by: Michał Górny gentoo.org> dev-python/slixmpp/metadata.xml | 1 + dev-python/slixmpp/slixmpp-1.8.4.ebuild | 7 +++++-- dev-python/slixmpp/slixmpp-9999.ebuild | 10 +++++++--- 3 files changed, 13 insertions(+), 5 deletions(-) diff --git a/dev-python/slixmpp/metadata.xml b/dev-python/slixmpp/metadata.xml index fb6f6ae3fe26..93ad906bffbe 100644 --- a/dev-python/slixmpp/metadata.xml +++ b/dev-python/slixmpp/metadata.xml @@ -10,6 +10,7 @@ Python + poezio/slixmpp slixmpp diff --git a/dev-python/slixmpp/slixmpp-1.8.4.ebuild b/dev-python/slixmpp/slixmpp-1.8.4.ebuild index 7b4713103a66..c4ff44cfc383 100644 --- a/dev-python/slixmpp/slixmpp-1.8.4.ebuild +++ b/dev-python/slixmpp/slixmpp-1.8.4.ebuild @@ -10,12 +10,15 @@ PYTHON_COMPAT=( python3_{10..11} ) inherit distutils-r1 DESCRIPTION="Python 3 library for XMPP" -HOMEPAGE="https://lab.louiz.org/poezio/slixmpp" +HOMEPAGE=" + https://codeberg.org/poezio/slixmpp/ + https://pypi.org/project/slixmpp/ +" LICENSE="MIT" SLOT="0" if [[ "${PV}" == "9999" ]]; then - EGIT_REPO_URI="https://lab.louiz.org/poezio/${PN}.git https://github.com/poezio/slixmpp.git" + EGIT_REPO_URI="https://codeberg.org/poezio/slixmpp.git" inherit git-r3 else inherit pypi diff --git a/dev-python/slixmpp/slixmpp-9999.ebuild b/dev-python/slixmpp/slixmpp-9999.ebuild index 2a4e8a61ee40..5aa7dcaa46e9 100644 --- a/dev-python/slixmpp/slixmpp-9999.ebuild +++ b/dev-python/slixmpp/slixmpp-9999.ebuild @@ -3,18 +3,22 @@ EAPI=8 +DISTUTILS_EXT=1 DISTUTILS_USE_PEP517=setuptools -PYTHON_COMPAT=( python3_{9..11} ) +PYTHON_COMPAT=( python3_{10..11} ) inherit distutils-r1 DESCRIPTION="Python 3 library for XMPP" -HOMEPAGE="https://lab.louiz.org/poezio/slixmpp" +HOMEPAGE=" + https://codeberg.org/poezio/slixmpp/ + https://pypi.org/project/slixmpp/ +" LICENSE="MIT" SLOT="0" if [[ "${PV}" == "9999" ]]; then - EGIT_REPO_URI="https://lab.louiz.org/poezio/${PN}.git https://github.com/poezio/slixmpp.git" + EGIT_REPO_URI="https://codeberg.org/poezio/slixmpp.git" inherit git-r3 else inherit pypi