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 9A9AE158090 for ; Thu, 19 May 2022 07:15:06 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id D4C26E08E0; Thu, 19 May 2022 07:15:03 +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 B7B61E08E0 for ; Thu, 19 May 2022 07:15:03 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 8122D341852 for ; Thu, 19 May 2022 07:15:02 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id A630B4C8 for ; Thu, 19 May 2022 07:14:59 +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: <1652944490.92ee192abe732808840b02fbe4e56dd92edc19e3.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/tinycss2/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/tinycss2/tinycss2-1.1.1-r1.ebuild X-VCS-Directories: dev-python/tinycss2/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: 92ee192abe732808840b02fbe4e56dd92edc19e3 X-VCS-Branch: master Date: Thu, 19 May 2022 07:14:59 +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: edcbf3b7-6335-43f7-8f7c-c6765e493b41 X-Archives-Hash: 59aeb27a26d376f502d6cdbdb3a4b674 commit: 92ee192abe732808840b02fbe4e56dd92edc19e3 Author: Michał Górny gentoo org> AuthorDate: Thu May 19 05:42:28 2022 +0000 Commit: Michał Górny gentoo org> CommitDate: Thu May 19 07:14:50 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=92ee192a dev-python/tinycss2: Enable py3.11 Signed-off-by: Michał Górny gentoo.org> dev-python/tinycss2/tinycss2-1.1.1-r1.ebuild | 16 +++++++++++----- 1 file changed, 11 insertions(+), 5 deletions(-) diff --git a/dev-python/tinycss2/tinycss2-1.1.1-r1.ebuild b/dev-python/tinycss2/tinycss2-1.1.1-r1.ebuild index 42d1e5013d13..7587d8fb8b54 100644 --- a/dev-python/tinycss2/tinycss2-1.1.1-r1.ebuild +++ b/dev-python/tinycss2/tinycss2-1.1.1-r1.ebuild @@ -4,28 +4,34 @@ EAPI=8 DISTUTILS_USE_PEP517=flit -PYTHON_COMPAT=( python3_{8..10} ) +PYTHON_COMPAT=( python3_{8..11} ) inherit distutils-r1 CSS_TEST_COMMIT_ID=c5749e51dda3868b3e8062e65a36584c2fec8059 DESCRIPTION="A complete yet simple CSS parser for Python" -HOMEPAGE="https://github.com/Kozea/tinycss2/ - https://pypi.org/project/tinycss2/" +HOMEPAGE=" + https://www.courtbouillon.org/tinycss2 + https://github.com/Kozea/tinycss2/ + https://pypi.org/project/tinycss2/ +" SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" SRC_URI=" https://github.com/Kozea/tinycss2/archive/v${PV}.tar.gz -> ${P}.gh.tar.gz test? ( https://github.com/SimonSapin/css-parsing-tests/archive/${CSS_TEST_COMMIT_ID}.tar.gz -> css-parsing-tests-${CSS_TEST_COMMIT_ID}.gh.tar.gz - )" + ) +" LICENSE="BSD" SLOT="0" KEYWORDS="amd64 ~arm ~arm64 ~riscv x86" -RDEPEND=">=dev-python/webencodings-0.4[${PYTHON_USEDEP}]" +RDEPEND=" + >=dev-python/webencodings-0.4[${PYTHON_USEDEP}] +" distutils_enable_tests pytest