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 D1560158013 for ; Sat, 9 Dec 2023 20:01:11 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id C93532BC02C; Sat, 9 Dec 2023 20:01:10 +0000 (UTC) Received: from smtp.gentoo.org (mail.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 AE73C2BC02C for ; Sat, 9 Dec 2023 20:01:10 +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 B7A75342DF3 for ; Sat, 9 Dec 2023 20:01:09 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 20D321494 for ; Sat, 9 Dec 2023 20:01:08 +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: <1702152063.78ea15c82c7a4800be0badd52c55b23dea2f3af1.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/pycson/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/pycson/Manifest dev-python/pycson/pycson-0.8-r4.ebuild X-VCS-Directories: dev-python/pycson/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: 78ea15c82c7a4800be0badd52c55b23dea2f3af1 X-VCS-Branch: master Date: Sat, 9 Dec 2023 20:01:08 +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: de08388d-967f-4222-a3af-3230e5875fb6 X-Archives-Hash: 83743f8a8c0d4ced976432a8c1ebf715 commit: 78ea15c82c7a4800be0badd52c55b23dea2f3af1 Author: Michał Górny gentoo org> AuthorDate: Sat Dec 9 19:58:34 2023 +0000 Commit: Michał Górny gentoo org> CommitDate: Sat Dec 9 20:01:03 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=78ea15c8 dev-python/pycson: Fix PythonGHDistfileSuffix Signed-off-by: Michał Górny gentoo.org> dev-python/pycson/Manifest | 2 +- dev-python/pycson/pycson-0.8-r4.ebuild | 17 +++++++++++++---- 2 files changed, 14 insertions(+), 5 deletions(-) diff --git a/dev-python/pycson/Manifest b/dev-python/pycson/Manifest index ba3e2593baa3..c15ab9cd2374 100644 --- a/dev-python/pycson/Manifest +++ b/dev-python/pycson/Manifest @@ -1 +1 @@ -DIST pycson-0.8.tar.gz 10448 BLAKE2B 55e2ec4a447761d6764e9f25cdff534d3dcdf2a0e3bfd9255f02b1a5cd9834e4f4323ba47a1659ea973f995c34519622e36c691bef763ba83c8caf87fbc49f58 SHA512 873f1b0d825ad318ca5c62fccbdd12a8738c8b9ff58b4fe27ea611aa47575e24218b5010f6d6b12f5ebda835c2778dd15472ca5c73b634b3004aa08496f45328 +DIST pycson-0.8.gh.tar.gz 10448 BLAKE2B 55e2ec4a447761d6764e9f25cdff534d3dcdf2a0e3bfd9255f02b1a5cd9834e4f4323ba47a1659ea973f995c34519622e36c691bef763ba83c8caf87fbc49f58 SHA512 873f1b0d825ad318ca5c62fccbdd12a8738c8b9ff58b4fe27ea611aa47575e24218b5010f6d6b12f5ebda835c2778dd15472ca5c73b634b3004aa08496f45328 diff --git a/dev-python/pycson/pycson-0.8-r4.ebuild b/dev-python/pycson/pycson-0.8-r4.ebuild index 603f34568321..54ea9bafc75b 100644 --- a/dev-python/pycson/pycson-0.8-r4.ebuild +++ b/dev-python/pycson/pycson-0.8-r4.ebuild @@ -4,17 +4,26 @@ EAPI=8 DISTUTILS_USE_PEP517=setuptools -PYTHON_COMPAT=( python3_{9..12} ) +PYTHON_COMPAT=( python3_{10..12} ) + inherit distutils-r1 DESCRIPTION="A python parser for the Coffeescript Object Notation (CSON)" -HOMEPAGE="https://github.com/avakar/pycson/" -SRC_URI="https://github.com/avakar/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz" +HOMEPAGE=" + https://github.com/avakar/pycson/ + https://pypi.org/project/cson/ +" +SRC_URI=" + https://github.com/avakar/pycson/archive/${PV}.tar.gz + -> ${P}.gh.tar.gz +" LICENSE="MIT" SLOT="0" KEYWORDS="amd64 arm64 ~ppc ~riscv x86" -RDEPEND="dev-python/speg[${PYTHON_USEDEP}]" +RDEPEND=" + dev-python/speg[${PYTHON_USEDEP}] +" distutils_enable_tests pytest