public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Joonas Niilola" <juippis@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/humanfriendly/
Date: Thu, 23 Jan 2020 09:53:39 +0000 (UTC)	[thread overview]
Message-ID: <1579773198.90a99f152920e41c3e45cd3d6e4bf3dc5cbe8ba0.juippis@gentoo> (raw)

commit:     90a99f152920e41c3e45cd3d6e4bf3dc5cbe8ba0
Author:     Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net>
AuthorDate: Wed Jan 15 08:44:16 2020 +0000
Commit:     Joonas Niilola <juippis <AT> gentoo <DOT> org>
CommitDate: Thu Jan 23 09:53:18 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=90a99f15

dev-python/humanfriendly: Version bump 4.18 and add py3_7

Package-Manager: Portage-2.3.84, Repoman-2.3.20
Signed-off-by: Andrew Ammerlaan <andrewammerlaan <AT> riseup.net>
Signed-off-by: Joonas Niilola <juippis <AT> gentoo.org>

 dev-python/humanfriendly/Manifest                  |  1 +
 dev-python/humanfriendly/humanfriendly-4.18.ebuild | 31 ++++++++++++++++++++++
 2 files changed, 32 insertions(+)

diff --git a/dev-python/humanfriendly/Manifest b/dev-python/humanfriendly/Manifest
index ca1d68e9d3b..696f85ba420 100644
--- a/dev-python/humanfriendly/Manifest
+++ b/dev-python/humanfriendly/Manifest
@@ -1 +1,2 @@
 DIST humanfriendly-4.17.tar.gz 344455 BLAKE2B 985ae142ea5378fcceb9f5f28773ac4dcaf0ea55ef1a7269fd1840a0b7119b54362aa93c330aa62e5424cc6f329e88717b45255c62b8e1d3f9ff5dd43a3c16c2 SHA512 a5786f28eaa0ff33919d9164ff30037fef5dbf60a31aece7679d1dddf3239f5a0d27209c710053cb0ac6779c1ef39102b1441fc620063283e90ef2ae11f8b621
+DIST humanfriendly-4.18.tar.gz 345853 BLAKE2B 9b03ea0679f787e216ee78efe8feb77f83562998813718845f4d21b7ce3f42cadff0e80b96f02da3cf6dc7f35cb0714f746940cf2ac0ec8e8981377989650c8a SHA512 01c7ee50d35154fe0b7ad39662ca6ff2dcd3e0f2a2eacc62f0184102c9db1c0fd99257273982aff56710b4e59024e8c20ee77ddd10c68e427c077ed4ca7e0022

diff --git a/dev-python/humanfriendly/humanfriendly-4.18.ebuild b/dev-python/humanfriendly/humanfriendly-4.18.ebuild
new file mode 100644
index 00000000000..f7b4b4a45d9
--- /dev/null
+++ b/dev-python/humanfriendly/humanfriendly-4.18.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,7,8} )
+PYTHON_REQ_USE="threads(+)"
+
+DISTUTILS_USE_SETUPTOOLS=rdepend
+
+inherit distutils-r1
+
+DESCRIPTION="Human friendly output for text interfaces using Python"
+HOMEPAGE="https://pypi.org/project/humanfriendly
+	https://github.com/xolox/python-humanfriendly
+	https://humanfriendly.readthedocs.org"
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+
+SLOT="0"
+LICENSE="MIT"
+KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
+
+DEPEND="test? ( dev-python/capturer[${PYTHON_USEDEP}]
+	dev-python/coloredlogs[${PYTHON_USEDEP}] )"
+
+distutils_enable_tests pytest
+distutils_enable_sphinx docs
+
+python_test() {
+	pytest -vv ${PN}/tests.py || die "Tests fail with ${EPYTHON}"
+}


             reply	other threads:[~2020-01-23  9:53 UTC|newest]

Thread overview: 38+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-01-23  9:53 Joonas Niilola [this message]
  -- strict thread matches above, loose matches on Subject: below --
2024-07-21  2:47 [gentoo-commits] repo/gentoo:master commit in: dev-python/humanfriendly/ Michał Górny
2024-07-21  0:32 Sam James
2024-06-30  7:30 Petr Vaněk
2024-02-14 16:44 Sam James
2024-01-30 15:15 Marek Szuba
2023-03-16  3:50 Michał Górny
2022-11-14  4:39 Michał Górny
2022-11-08  9:18 Andrew Ammerlaan
2021-10-17  8:58 Michał Górny
2021-09-17 22:22 Michał Górny
2021-08-08 13:20 Louis Sautier
2021-06-12  6:39 Michał Górny
2021-01-21  1:06 Sam James
2021-01-21  1:05 Sam James
2020-12-11 12:55 Michał Górny
2020-09-28 20:53 Louis Sautier
2020-09-28 17:03 Louis Sautier
2020-06-09 20:06 Michał Górny
2020-03-27 11:45 Michał Górny
2020-02-04 13:42 Michał Górny
2018-12-13 20:26 Virgil Dupras
2018-12-13 20:26 Virgil Dupras
2018-11-23  8:57 Patrice Clement
2018-11-22 22:53 Patrice Clement
2018-11-21 15:18 Mikle Kolyada
2017-05-03  7:37 Michał Górny
2017-04-29 18:49 Justin Lecher
2016-07-18  9:56 Patrick Lauer
2016-02-21 15:32 Justin Lecher
2016-02-21 15:32 Justin Lecher
2016-02-19  9:45 Justin Lecher
2016-01-21  8:33 Justin Lecher
2015-10-23 13:13 Justin Lecher
2015-10-23  8:46 Justin Lecher
2015-09-11  7:53 Justin Lecher
2015-09-11  7:53 Justin Lecher
2015-09-11  7:53 Justin Lecher

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=1579773198.90a99f152920e41c3e45cd3d6e4bf3dc5cbe8ba0.juippis@gentoo \
    --to=juippis@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