From: "Michał Górny" <mgorny@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/pycson/
Date: Sat, 9 Dec 2023 20:01:08 +0000 (UTC) [thread overview]
Message-ID: <1702152063.78ea15c82c7a4800be0badd52c55b23dea2f3af1.mgorny@gentoo> (raw)
commit: 78ea15c82c7a4800be0badd52c55b23dea2f3af1
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sat Dec 9 19:58:34 2023 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> 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 <mgorny <AT> 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
next reply other threads:[~2023-12-09 20:01 UTC|newest]
Thread overview: 25+ messages / expand[flat|nested] mbox.gz Atom feed top
2023-12-09 20:01 Michał Górny [this message]
-- strict thread matches above, loose matches on Subject: below --
2023-12-09 20:01 [gentoo-commits] repo/gentoo:master commit in: dev-python/pycson/ Michał Górny
2023-12-09 20:01 Michał Górny
2023-12-09 19:52 Michał Górny
2023-12-09 18:12 Sam James
2023-12-09 15:54 Michał Górny
2023-11-23 20:20 Michał Górny
2023-10-28 12:34 Andrey Grozin
2022-10-10 8:46 Andrey Grozin
2022-06-23 18:42 Sam James
2022-06-05 18:01 Arthur Zamarin
2022-06-05 18:01 Arthur Zamarin
2022-05-24 9:32 Andrey Grozin
2021-11-04 20:27 Arthur Zamarin
2021-08-12 3:10 Yixun Lan
2021-04-07 8:06 Michał Górny
2021-04-07 6:22 Sam James
2021-03-04 9:41 Andrey Grozin
2021-02-21 9:49 Sam James
2020-10-18 19:17 Sam James
2020-10-18 18:51 Thomas Deutschmann
2020-10-16 12:00 Michał Górny
2020-09-03 5:50 Andrey Grozin
2020-01-08 8:15 Agostino Sarubbo
2018-11-11 11:56 Andrey Grozin
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1702152063.78ea15c82c7a4800be0badd52c55b23dea2f3af1.mgorny@gentoo \
--to=mgorny@gentoo.org \
--cc=gentoo-commits@lists.gentoo.org \
--cc=gentoo-dev@lists.gentoo.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox