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/progressbar2/
Date: Sat, 19 Nov 2022 16:54:47 +0000 (UTC)	[thread overview]
Message-ID: <1668876782.90abb6f027bc5fbd1e6cf9f936049b26d8b71367.mgorny@gentoo> (raw)

commit:     90abb6f027bc5fbd1e6cf9f936049b26d8b71367
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sat Nov 19 16:53:02 2022 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sat Nov 19 16:53:02 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=90abb6f0

dev-python/progressbar2: Remove old

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

 dev-python/progressbar2/Manifest                  |  2 --
 dev-python/progressbar2/progressbar2-4.0.0.ebuild | 33 ----------------------
 dev-python/progressbar2/progressbar2-4.1.1.ebuild | 34 -----------------------
 3 files changed, 69 deletions(-)

diff --git a/dev-python/progressbar2/Manifest b/dev-python/progressbar2/Manifest
index 3599f2db569d..ad43361d74f6 100644
--- a/dev-python/progressbar2/Manifest
+++ b/dev-python/progressbar2/Manifest
@@ -1,3 +1 @@
-DIST progressbar2-4.0.0.tar.gz 663046 BLAKE2B 1616f1b9c5f720f370dc9eb02ba37cf83391c853a525fca523fb33af1b580f38647b835a83558674a78dacc33bf7652cb9af8799ad13763f62d33417abaa35cf SHA512 b9b9dabb3093e42bc6f40c0e284caae2d29ebfa450db379c214a5ae39e7ccb8c690655da21a44882d0b68f24d83f55a3342671087a25ada168bce9d236685666
-DIST progressbar2-4.1.1.tar.gz 638622 BLAKE2B f9e73c29aac68f3f12c978e29990382dd2a31f668159f9198c162901b2e4ae1e52943fb0a3259fadb8aa62e45e57c0f867923e064953c6f9ddc5ff2c62a5dea1 SHA512 4df7652584c867589448ea8765ba2da99ce5e4c9cfc27268ff850dfe41efa6342a6a44f19384c5c54ef8c79432db35a755958ed9561cf2d37f98fc661a42099f
 DIST progressbar2-4.2.0.tar.gz 650564 BLAKE2B 7b4d9604626d0944040e59af1b52bf1cf2c045b6a256c7fd4233fa2ee22491484ecb721fe680ad326f7ef383c7070cebad38729c45e91ca2d3b6fcc6c51127a1 SHA512 d49c154e48bd730c2a7916ed53272ff20cb6fac8c9752734cf645d4701ffcdf25309bf493d03fdc5b6072a85b5f758332fa7448f307d4acc001ad4ab36303a68

diff --git a/dev-python/progressbar2/progressbar2-4.0.0.ebuild b/dev-python/progressbar2/progressbar2-4.0.0.ebuild
deleted file mode 100644
index 730fd2de7dcc..000000000000
--- a/dev-python/progressbar2/progressbar2-4.0.0.ebuild
+++ /dev/null
@@ -1,33 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-PYTHON_COMPAT=( python3_{8..11} pypy3 )
-inherit distutils-r1
-
-DESCRIPTION="Text progressbar library for python"
-HOMEPAGE="https://progressbar-2.readthedocs.io/ https://pypi.org/project/progressbar2/"
-SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
-
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="amd64 ~x86"
-
-RDEPEND="
-	>=dev-python/python-utils-3.0.0[${PYTHON_USEDEP}]
-	!dev-python/progressbar
-"
-BDEPEND="
-	test? ( dev-python/freezegun[${PYTHON_USEDEP}] )"
-
-distutils_enable_tests pytest
-
-src_prepare() {
-	sed -i -e '/cov/d' pytest.ini || die
-	default
-}
-
-python_test() {
-	PYTHONDONTWRITEBYTECODE=1 epytest tests
-}

diff --git a/dev-python/progressbar2/progressbar2-4.1.1.ebuild b/dev-python/progressbar2/progressbar2-4.1.1.ebuild
deleted file mode 100644
index cdd74919e01e..000000000000
--- a/dev-python/progressbar2/progressbar2-4.1.1.ebuild
+++ /dev/null
@@ -1,34 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{8..11} pypy3 )
-inherit distutils-r1
-
-DESCRIPTION="Text progressbar library for python"
-HOMEPAGE="https://progressbar-2.readthedocs.io/ https://pypi.org/project/progressbar2/"
-SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
-
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-
-RDEPEND="
-	>=dev-python/python-utils-3.0.0[${PYTHON_USEDEP}]
-	!dev-python/progressbar
-"
-BDEPEND="
-	test? ( dev-python/freezegun[${PYTHON_USEDEP}] )"
-
-distutils_enable_tests pytest
-
-src_prepare() {
-	sed -i -e '/cov/d' pytest.ini || die
-	default
-}
-
-python_test() {
-	PYTHONDONTWRITEBYTECODE=1 epytest tests
-}


             reply	other threads:[~2022-11-19 16:54 UTC|newest]

Thread overview: 45+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-11-19 16:54 Michał Górny [this message]
  -- strict thread matches above, loose matches on Subject: below --
2025-03-12 12:49 [gentoo-commits] repo/gentoo:master commit in: dev-python/progressbar2/ Michał Górny
2024-09-14 12:32 Michał Górny
2024-09-14 12:06 Arthur Zamarin
2024-08-29  4:52 Michał Górny
2024-07-08 19:22 Michał Górny
2024-03-22  4:38 Michał Górny
2024-03-21 19:24 Arthur Zamarin
2024-03-16 12:08 Michał Górny
2024-03-16 11:21 Arthur Zamarin
2024-03-05 19:11 Michał Górny
2024-02-26  4:35 Michał Górny
2024-01-06  9:54 Michał Górny
2024-01-06  9:50 Michał Górny
2023-12-18 17:07 Michał Górny
2023-11-24 16:32 Arthur Zamarin
2023-11-23 20:20 Michał Górny
2023-06-03 17:45 Michał Górny
2022-11-19 16:40 Sam James
2022-10-26 18:42 Arthur Zamarin
2022-10-18 18:07 Arthur Zamarin
2022-08-10 13:05 Sam James
2022-06-05  5:36 Michał Górny
2022-02-13 10:38 Michał Górny
2022-02-13 10:27 Jakov Smolić
2022-01-05 17:18 Arthur Zamarin
2021-11-13 13:22 Michał Górny
2021-11-13 11:35 Jakov Smolić
2021-10-16  6:09 Michał Górny
2021-10-16  1:14 Sam James
2021-10-15 21:07 Michał Górny
2021-10-13  9:05 Michał Górny
2021-10-04 20:40 Sam James
2021-09-15 20:26 Michał Górny
2021-08-25 17:40 Arthur Zamarin
2021-08-25 17:40 Arthur Zamarin
2021-08-25 17:40 Arthur Zamarin
2021-04-01 12:54 Thomas Deutschmann
2020-12-16 11:12 Sam James
2020-12-03 14:49 Sam James
2020-12-03 11:10 Sam James
2020-12-03  8:43 Sam James
2020-01-18 18:48 Michał Górny
2019-05-22 14:48 Tony Vroon
2019-02-01 15:52 Tony Vroon

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=1668876782.90abb6f027bc5fbd1e6cf9f936049b26d8b71367.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