From: "Michał Górny" <mgorny@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/pyaml/
Date: Fri, 19 Jul 2024 04:25:41 +0000 (UTC) [thread overview]
Message-ID: <1721362615.d867eb7a000c9885d3a3dc6be91616b47306ddfb.mgorny@gentoo> (raw)
commit: d867eb7a000c9885d3a3dc6be91616b47306ddfb
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Fri Jul 19 04:09:40 2024 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Fri Jul 19 04:16:55 2024 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d867eb7a
dev-python/pyaml: Bump to 24.7.0
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
dev-python/pyaml/Manifest | 1 +
dev-python/pyaml/pyaml-24.7.0.ebuild | 30 ++++++++++++++++++++++++++++++
2 files changed, 31 insertions(+)
diff --git a/dev-python/pyaml/Manifest b/dev-python/pyaml/Manifest
index 36a1bc105e6a..3ebae752d3e5 100644
--- a/dev-python/pyaml/Manifest
+++ b/dev-python/pyaml/Manifest
@@ -1 +1,2 @@
DIST pyaml-24.4.0.tar.gz 27204 BLAKE2B f0f7c43ffdfd648945bfb20c589ab3e48000ac98a602192ba75fd1a611e12877bbc848f79b070864ac10f59b9c1796d89f35521314e827c5a7951995de86a657 SHA512 d2c1ae1f29f61d210cb822c2c1b3fa3ace81a4b863c7dfec5d75c5418537256828ee54ca545edc9ce30995ba272dfd064f7ed6009dae00910a081ffc0270546e
+DIST pyaml-24.7.0.tar.gz 27935 BLAKE2B 09ccdd3c0966d4f13480b174bcec800a49464ac0ccd7cc7ce6e4d2bcb8407283fd6ef94c2b661c7d6c912c203bc284efa15df072508869a2ec5f9978d5ede9ac SHA512 c5ce15f0264e8783ed6e03348ad74d25708129fbd377e2ec0fd0c6de72e763ff3cf79ba5d6cc4b641f0422ab87f8103538f2ba6abb16ea21e6820259f4a48b29
diff --git a/dev-python/pyaml/pyaml-24.7.0.ebuild b/dev-python/pyaml/pyaml-24.7.0.ebuild
new file mode 100644
index 000000000000..f6434eb6f94d
--- /dev/null
+++ b/dev-python/pyaml/pyaml-24.7.0.ebuild
@@ -0,0 +1,30 @@
+# Copyright 1999-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=setuptools
+PYTHON_COMPAT=( python3_{10..13} )
+
+inherit distutils-r1 pypi
+
+DESCRIPTION="PyYAML-based module to produce pretty and readable YAML-serialized data"
+HOMEPAGE="
+ https://github.com/mk-fg/pretty-yaml/
+ https://pypi.org/project/pyaml/
+"
+
+LICENSE="WTFPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~riscv ~x86"
+
+RDEPEND="
+ dev-python/pyyaml[${PYTHON_USEDEP}]
+"
+BDEPEND="
+ test? (
+ dev-python/unidecode[${PYTHON_USEDEP}]
+ )
+"
+
+distutils_enable_tests unittest
next reply other threads:[~2024-07-19 4:25 UTC|newest]
Thread overview: 40+ messages / expand[flat|nested] mbox.gz Atom feed top
2024-07-19 4:25 Michał Górny [this message]
-- strict thread matches above, loose matches on Subject: below --
2025-01-18 10:03 [gentoo-commits] repo/gentoo:master commit in: dev-python/pyaml/ Michał Górny
2025-01-18 8:56 Arthur Zamarin
2025-01-02 4:54 Michał Górny
2024-12-28 10:47 Michał Górny
2024-12-28 9:14 Arthur Zamarin
2024-12-12 4:15 Michał Górny
2024-10-19 8:42 Michał Górny
2024-10-19 8:09 Arthur Zamarin
2024-09-28 7:42 Michał Górny
2024-08-03 8:44 Michał Górny
2024-08-03 8:30 Jakov Smolić
2024-06-28 13:36 Petr Vaněk
2024-05-04 7:43 Michał Górny
2024-05-04 7:17 Arthur Zamarin
2024-04-18 5:34 Michał Górny
2024-01-13 9:32 Michał Górny
2024-01-13 9:12 Arthur Zamarin
2023-12-26 6:44 Michał Górny
2023-11-24 14:28 Michał Górny
2023-10-06 15:08 Michał Górny
2023-10-06 14:29 Sam James
2023-09-29 19:13 Arthur Zamarin
2023-09-13 15:02 Michał Górny
2023-09-10 2:24 Michał Górny
2023-09-07 3:19 Michał Górny
2023-09-06 2:41 Michał Górny
2023-09-04 2:48 Michał Górny
2023-08-11 19:12 Michał Górny
2023-08-11 19:09 Arthur Zamarin
2023-07-07 3:15 Michał Górny
2023-06-11 16:15 Michał Górny
2023-06-06 16:12 Michał Górny
2023-06-06 5:57 Michał Górny
2023-06-05 19:54 Arthur Zamarin
2023-05-11 17:58 Michał Górny
2023-05-06 10:22 Michał Górny
2023-05-05 4:55 Michał Górny
2020-11-11 15:41 Sam James
2020-11-09 14:02 Benda XU
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=1721362615.d867eb7a000c9885d3a3dc6be91616b47306ddfb.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