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 0348215806E for ; Sun, 28 May 2023 11:36:30 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 44CB6E07EF; Sun, 28 May 2023 11:36:29 +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 2EE22E07EF for ; Sun, 28 May 2023 11:36:29 +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 73865340988 for ; Sun, 28 May 2023 11:36:28 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 95C12A80 for ; Sun, 28 May 2023 11:36:25 +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: <1685273727.5c781ffe7f0130e56cb62d5d57a27a00f75bf23a.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/matrix-common/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/matrix-common/matrix-common-1.3.0-r1.ebuild X-VCS-Directories: dev-python/matrix-common/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 5c781ffe7f0130e56cb62d5d57a27a00f75bf23a X-VCS-Branch: master Date: Sun, 28 May 2023 11:36:25 +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: a25829b0-0077-4270-b414-c3c45c647ccc X-Archives-Hash: 895fc8d7837345aa87defbe5001e1d0a commit: 5c781ffe7f0130e56cb62d5d57a27a00f75bf23a Author: Petr Vaněk atlas cz> AuthorDate: Sun May 28 10:23:29 2023 +0000 Commit: Sam James gentoo org> CommitDate: Sun May 28 11:35:27 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5c781ffe dev-python/matrix-common: enable py3.12 and remove unnecessary rdeps on dev-python/importlib-metadata, which is required only for older python versions. Signed-off-by: Petr Vaněk atlas.cz> Signed-off-by: Sam James gentoo.org> .../matrix-common/matrix-common-1.3.0-r1.ebuild | 31 ++++++++++++++++++++++ 1 file changed, 31 insertions(+) diff --git a/dev-python/matrix-common/matrix-common-1.3.0-r1.ebuild b/dev-python/matrix-common/matrix-common-1.3.0-r1.ebuild new file mode 100644 index 000000000000..3fc65d970aa6 --- /dev/null +++ b/dev-python/matrix-common/matrix-common-1.3.0-r1.ebuild @@ -0,0 +1,31 @@ +# Copyright 2022-2023 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +DISTUTILS_USE_PEP517=setuptools +PYTHON_COMPAT=( python3_{10..12} ) + +inherit distutils-r1 + +DESCRIPTION="Common code for Synapse, Sydent and Sygnal" +HOMEPAGE=" + https://github.com/matrix-org/matrix-python-common + https://pypi.org/project/matrix-common/ +" +SRC_URI=" + https://github.com/matrix-org/matrix-python-common/archive/v${PV}.tar.gz + -> ${P}.gh.tar.gz +" + +S="${WORKDIR}/matrix-python-common-${PV}" + +LICENSE="Apache-2.0" +SLOT="0" +KEYWORDS="~amd64 ~ppc64" + +RDEPEND=" + dev-python/attrs[${PYTHON_USEDEP}] +" + +distutils_enable_tests unittest