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/humanfriendly/
Date: Sun, 17 Oct 2021 08:58:11 +0000 (UTC)	[thread overview]
Message-ID: <1634461078.1927a8c7da4b400c17db1fe7096e5c9e34d090ff.mgorny@gentoo> (raw)

commit:     1927a8c7da4b400c17db1fe7096e5c9e34d090ff
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sun Oct 17 08:54:38 2021 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sun Oct 17 08:57:58 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1927a8c7

dev-python/humanfriendly: Remove old

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

 dev-python/humanfriendly/Manifest                 |  3 --
 dev-python/humanfriendly/humanfriendly-8.2.ebuild | 37 -----------------------
 dev-python/humanfriendly/humanfriendly-9.1.ebuild | 36 ----------------------
 dev-python/humanfriendly/humanfriendly-9.2.ebuild | 35 ---------------------
 4 files changed, 111 deletions(-)

diff --git a/dev-python/humanfriendly/Manifest b/dev-python/humanfriendly/Manifest
index a9e51d1a0f2..eb2f81777ec 100644
--- a/dev-python/humanfriendly/Manifest
+++ b/dev-python/humanfriendly/Manifest
@@ -1,4 +1 @@
 DIST humanfriendly-10.0.tar.gz 360702 BLAKE2B 6db7f2f11bafcdc087c078eae6123046610594b17899678e445baa18c25b2210cc1d84363d858ab7c57fce6d6b7a189be69dea08c1891d3f5b11ff9900c9bef9 SHA512 496700bcea1dabf003c938558bf807fabb41b71192f69622979dd9e243dda9b4b06c5ac8f65cef217df85ebadf99099dc22b50d63216791a569be11081d267d6
-DIST humanfriendly-8.2.tar.gz 358747 BLAKE2B bc5824e94ea94df6ee93ea44d273ccb856f50b69e52ae6293afaedf06c9f00c67e064f0c85edd88be9954bb258334b1b9af4ab88efc5b352f3efe8d322fc55c1 SHA512 123d8592e6613a70421740648bb8998733b118927a0bd6182af848612e46eec8e35cae95168219c9b7672bed8e18e1c4a493a80248eabe47f8a4cb1813c8b591
-DIST humanfriendly-9.1.tar.gz 359616 BLAKE2B c67ca9498ff4a0dac237c8f1c81ae88882a7ab162e2cfd663cd50a066dbcfe045424bdf4dcc1df473f5fc41f0c1b8c0f2aca9883aa21915281618ba332c579a3 SHA512 859a9ff01abe0671a23a63e73c9c09c0f92151e96ec38dd5695c75f99fa436e186835cb8a16f59b82d5216b9c427ea0abd419b470b067f8032fe984776f02a8f
-DIST humanfriendly-9.2.tar.gz 360080 BLAKE2B 39aa17315a87938468f2d6e94b0287f07864476c4179c40504126c65f7042c96113a9d60f481a6a03913ae5c8cfde2c87476e0d403c964aa65abceb0f55633f1 SHA512 2abb8d7d4dfb84d625e82f3475bea5045c32f548a45999dca97d39e5bc0cd704a9ab45e0b6b87c0d419b447680a3e71e2d9c8cb14ba19117c7ac9b2f56297f00

diff --git a/dev-python/humanfriendly/humanfriendly-8.2.ebuild b/dev-python/humanfriendly/humanfriendly-8.2.ebuild
deleted file mode 100644
index 03462a33c37..00000000000
--- a/dev-python/humanfriendly/humanfriendly-8.2.ebuild
+++ /dev/null
@@ -1,37 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-PYTHON_COMPAT=( pypy3 python3_{7..9} )
-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.io/"
-SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
-
-SLOT="0"
-LICENSE="MIT"
-KEYWORDS="~amd64 ~arm ~x86 ~amd64-linux ~x86-linux"
-
-BDEPEND="
-	test? (
-		dev-python/capturer[${PYTHON_USEDEP}]
-		dev-python/coloredlogs[${PYTHON_USEDEP}]
-		dev-python/docutils[${PYTHON_USEDEP}]
-		dev-python/mock[${PYTHON_USEDEP}]
-	)
-"
-
-distutils_enable_tests pytest
-distutils_enable_sphinx docs
-
-python_test() {
-	pytest -vv ${PN}/tests.py || die "Tests fail with ${EPYTHON}"
-}

diff --git a/dev-python/humanfriendly/humanfriendly-9.1.ebuild b/dev-python/humanfriendly/humanfriendly-9.1.ebuild
deleted file mode 100644
index 9ba2dcee001..00000000000
--- a/dev-python/humanfriendly/humanfriendly-9.1.ebuild
+++ /dev/null
@@ -1,36 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-PYTHON_COMPAT=( pypy3 python3_{7..9} )
-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.io/"
-SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
-
-SLOT="0"
-LICENSE="MIT"
-KEYWORDS="~amd64 ~arm ~x86 ~amd64-linux ~x86-linux"
-
-BDEPEND="
-	test? (
-		dev-python/capturer[${PYTHON_USEDEP}]
-		dev-python/coloredlogs[${PYTHON_USEDEP}]
-		dev-python/docutils[${PYTHON_USEDEP}]
-		dev-python/mock[${PYTHON_USEDEP}]
-	)
-"
-
-distutils_enable_tests pytest
-distutils_enable_sphinx docs
-
-python_test() {
-	pytest -vv ${PN}/tests.py || die "Tests fail with ${EPYTHON}"
-}

diff --git a/dev-python/humanfriendly/humanfriendly-9.2.ebuild b/dev-python/humanfriendly/humanfriendly-9.2.ebuild
deleted file mode 100644
index 8cf6193e41d..00000000000
--- a/dev-python/humanfriendly/humanfriendly-9.2.ebuild
+++ /dev/null
@@ -1,35 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-PYTHON_COMPAT=( pypy3 python3_{8..10} )
-PYTHON_REQ_USE="threads(+)"
-
-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.io/"
-SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
-
-SLOT="0"
-LICENSE="MIT"
-KEYWORDS="~amd64 ~arm ~x86 ~amd64-linux ~x86-linux"
-
-BDEPEND="
-	test? (
-		dev-python/capturer[${PYTHON_USEDEP}]
-		>=dev-python/coloredlogs-15.0.1[${PYTHON_USEDEP}]
-		dev-python/docutils[${PYTHON_USEDEP}]
-		dev-python/mock[${PYTHON_USEDEP}]
-	)
-"
-
-distutils_enable_tests pytest
-distutils_enable_sphinx docs
-
-python_test() {
-	epytest humanfriendly/tests.py
-}


             reply	other threads:[~2021-10-17  8:58 UTC|newest]

Thread overview: 38+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-10-17  8:58 Michał Górny [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-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
2020-01-23  9:53 Joonas Niilola
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=1634461078.1927a8c7da4b400c17db1fe7096e5c9e34d090ff.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