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: Wed, 10 Jun 2020 17:38:54 +0000 (UTC)	[thread overview]
Message-ID: <1591810732.151bf03e6e6d664f9ac2b9352f9b9f53dd8a0c51.mgorny@gentoo> (raw)

commit:     151bf03e6e6d664f9ac2b9352f9b9f53dd8a0c51
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Wed Jun 10 17:37:44 2020 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Wed Jun 10 17:38:52 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=151bf03e

dev-python/pretty-yaml: Bump to 20.4.0

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

 dev-python/pretty-yaml/Manifest                  |  1 +
 dev-python/pretty-yaml/pretty-yaml-20.4.0.ebuild | 31 ++++++++++++++++++++++++
 2 files changed, 32 insertions(+)

diff --git a/dev-python/pretty-yaml/Manifest b/dev-python/pretty-yaml/Manifest
index 7f457161ff2..f9cb3f79a40 100644
--- a/dev-python/pretty-yaml/Manifest
+++ b/dev-python/pretty-yaml/Manifest
@@ -1 +1,2 @@
 DIST pyaml-15.8.2.tar.gz 16544 BLAKE2B 1e9820c172bb0c2e05c78f5dee3299c6bb0d83e2c658f3cd45322abac3404af1c9dd1f3b00e2c7b285cbd00c17d382c82cbb16b96bbac10021a0ca1a008d0287 SHA512 74f1fdacdd601f0b6f710457627e4dcbc42e7301fe5faa061d3e8d593842d6e5dd85041625aba576bba9cda2a713ee07ca3067221a720cbddc6dcd417fccee64
+DIST pyaml-20.4.0.tar.gz 21176 BLAKE2B 0aac0250d610d7b2ef042e251142de4520e7db96073d46bde0dcb37ad43d9c278cbdfc7ab247b4d41c7c30e893306aa47b25a584a2aa4c157d66203b8e140895 SHA512 432fd215e034beafc07270a6aa8b726d5a16ef8946a95c1db9a34b4f492bbe2089dffbb1ce856d3e8153ec18ac943973a23e3aa9283d53ee0b2e7ba5dcd3d317

diff --git a/dev-python/pretty-yaml/pretty-yaml-20.4.0.ebuild b/dev-python/pretty-yaml/pretty-yaml-20.4.0.ebuild
new file mode 100644
index 00000000000..9135bdefe03
--- /dev/null
+++ b/dev-python/pretty-yaml/pretty-yaml-20.4.0.ebuild
@@ -0,0 +1,31 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+PYTHON_COMPAT=( python3_{6..9} )
+
+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 ~x86"
+IUSE="test"
+RESTRICT="!test? ( test )"
+
+RDEPEND="dev-python/pyyaml[${PYTHON_USEDEP}]"
+BDEPEND="
+	test? (
+		${RDEPEND}
+		dev-python/unidecode[${PYTHON_USEDEP}]
+	)"
+
+python_test() {
+	"${EPYTHON}" pyaml/tests/dump.py -v ||
+		die "tests failed under ${EPYTHON}"
+}


             reply	other threads:[~2020-06-10 17:39 UTC|newest]

Thread overview: 26+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-06-10 17:38 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-10-10  6:45 Michał Górny
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-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=1591810732.151bf03e6e6d664f9ac2b9352f9b9f53dd8a0c51.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