public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Michał Górny" <mgorny@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/pretty-yaml/
Date: Sun, 10 Oct 2021 06:45:25 +0000 (UTC)	[thread overview]
Message-ID: <1633848313.a5be7dd4eb4b7ca01216d69d3a213d66fa1f91ee.mgorny@gentoo> (raw)

commit:     a5be7dd4eb4b7ca01216d69d3a213d66fa1f91ee
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sun Oct 10 06:23:36 2021 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sun Oct 10 06:45:13 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a5be7dd4

dev-python/pretty-yaml: Bump to 21.10.1

Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>

 dev-python/pretty-yaml/Manifest                   |  1 +
 dev-python/pretty-yaml/pretty-yaml-21.10.1.ebuild | 28 +++++++++++++++++++++++
 2 files changed, 29 insertions(+)

diff --git a/dev-python/pretty-yaml/Manifest b/dev-python/pretty-yaml/Manifest
index bf4fe7454e9..3a3097ae065 100644
--- a/dev-python/pretty-yaml/Manifest
+++ b/dev-python/pretty-yaml/Manifest
@@ -1 +1,2 @@
+DIST pyaml-21.10.1.tar.gz 20466 BLAKE2B c90adb2023c9555f55a6fafe4e82fa8c50795a9f798250f640d9db6511584f3715a0a8fa4ee3cb26148967c75d59665b05915dd6ef1d4f807bfc7a68f2818482 SHA512 3a98a021856446584f079bfb7427c63feaf6fdd1bd0d809d46aa0c646b2cb9533c393ed0167240be587aad7b94209b6e5bfe2c09918b45ec9a86ad9781bdf9f2
 DIST pyaml-21.8.3.tar.gz 20269 BLAKE2B 8b829ce374efe13007bb924393a8cde26914cc443999906b7bb4db610b614964170a80b8dd381eeaa9137026c60d98140b3b0d601a6af816c32d1ce9708e33be SHA512 69b1181511f7d3ac1263b710fa49b18a162e096e28414d83300bc2e9038222363cef995a0d3248387560e7066973736f9cee06b67042ee957427b4790c269653

diff --git a/dev-python/pretty-yaml/pretty-yaml-21.10.1.ebuild b/dev-python/pretty-yaml/pretty-yaml-21.10.1.ebuild
new file mode 100644
index 00000000000..6d353d96ab3
--- /dev/null
+++ b/dev-python/pretty-yaml/pretty-yaml-21.10.1.ebuild
@@ -0,0 +1,28 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+PYTHON_COMPAT=( python3_{8..10} )
+inherit distutils-r1
+
+MY_P=pyaml-${PV}
+DESCRIPTION="PyYAML-based module to produce pretty and readable YAML-serialized data"
+HOMEPAGE="https://github.com/mk-fg/pretty-yaml"
+SRC_URI="mirror://pypi/${PN:0:1}/${MY_P%-*}/${MY_P}.tar.gz"
+S=${WORKDIR}/${MY_P}
+
+LICENSE="WTFPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~arm64 ~x86"
+IUSE="test"
+RESTRICT="!test? ( test )"
+
+RDEPEND="dev-python/pyyaml[${PYTHON_USEDEP}]"
+BDEPEND="
+	test? (
+		${RDEPEND}
+		dev-python/unidecode[${PYTHON_USEDEP}]
+	)"
+
+distutils_enable_tests unittest


             reply	other threads:[~2021-10-10  6:45 UTC|newest]

Thread overview: 26+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-10-10  6:45 Michał Górny [this message]
  -- strict thread matches above, loose matches on Subject: below --
2022-05-18 14:22 [gentoo-commits] repo/gentoo:master commit in: dev-python/pretty-yaml/ Andrew Ammerlaan
2022-01-28 18:41 Arthur Zamarin
2021-12-13  3:09 Yixun Lan
2021-11-13 13:22 Michał Górny
2021-11-13 11:35 Jakov Smolić
2021-09-12  7:09 Agostino Sarubbo
2021-08-09  7:51 Michał Górny
2020-07-31  6:21 Michał Górny
2020-07-30 23:48 Sam James
2020-07-30 23:48 Sam James
2020-07-29 10:20 Michał Górny
2020-06-10 17:38 Michał Górny
2020-06-10 17:38 Michał Górny
2020-04-29 19:12 Patrick McLean
2020-02-05 19:12 Michał Górny
2018-03-21  5:55 Markus Meier
2017-12-02 20:55 Mike Gilbert
2017-05-04 16:58 Manuel Rüger
2016-05-05  8:39 Ian Delaney
2016-05-05  8:39 Ian Delaney
2016-04-19 19:40 Markus Meier
2015-11-14 16:54 Markus Meier
2015-11-09 11:49 Justin Lecher
2015-10-16  9:21 Justin Lecher
2015-08-11  7:02 Ian Delaney

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=1633848313.a5be7dd4eb4b7ca01216d69d3a213d66fa1f91ee.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