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, 13 Nov 2021 13:22:10 +0000 (UTC)	[thread overview]
Message-ID: <1636809671.5ec2df3deaecf3db5e7d268504c3244a70ce8fe4.mgorny@gentoo> (raw)

commit:     5ec2df3deaecf3db5e7d268504c3244a70ce8fe4
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sat Nov 13 13:21:11 2021 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sat Nov 13 13:21:11 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5ec2df3d

dev-python/progressbar2: Remove old

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

 dev-python/progressbar2/Manifest                   |  2 --
 dev-python/progressbar2/progressbar2-3.53.3.ebuild | 33 ----------------------
 dev-python/progressbar2/progressbar2-3.54.0.ebuild | 33 ----------------------
 3 files changed, 68 deletions(-)

diff --git a/dev-python/progressbar2/Manifest b/dev-python/progressbar2/Manifest
index 07ce2904696..317ad24402e 100644
--- a/dev-python/progressbar2/Manifest
+++ b/dev-python/progressbar2/Manifest
@@ -1,3 +1 @@
-DIST progressbar2-3.53.3.tar.gz 240718 BLAKE2B 01f0d0cf6c546855d2cac10cc1164fb68308b60e1095499f8838d7c82127860235f65d742a137db5acdce6ac50e65aff7580a6f6a344942d4c78375cc23085b4 SHA512 6399d8fa8270fc0241969d94ce284161516b42c0fdc3fbf2dfe8a0dfcca72933d23ec9b99c4118cebbca376f5821337aacd11fcee6eee5988d6caf73d1f3112d
-DIST progressbar2-3.54.0.tar.gz 365257 BLAKE2B b36c7b795a9afa5f35f447e325f217a0d6ff092081265f43654fb093c67bf94fe8ffcb2d8d2a51ed50036ccdc535afac69b5a1b1ead4515b636105edbe927f55 SHA512 d8a896aea4eed5e65347227417e691156890c202f40a792a111a86fb9ea788a9d85e1e6923a2227160dbb890f9767dd9156d396fe7d1307cb9445fd057c0342a
 DIST progressbar2-3.55.0.tar.gz 371356 BLAKE2B 89034af2cc623063e98c9de1683f159c2eeb491354c66357d9c3fb5a7ac0503b5c9d2dd6ebf36d3e2803558f3841820188eaf6dc931e992c352e0e02fa020f87 SHA512 16dcdffeba6e9cb6696ac41c16701874c5f314432332d7ae2d898d1040e603c428240a8ca5718789d0d431750e2ae923a6f63fe75785213e80494bcc5825aab5

diff --git a/dev-python/progressbar2/progressbar2-3.53.3.ebuild b/dev-python/progressbar2/progressbar2-3.53.3.ebuild
deleted file mode 100644
index acd53f16021..00000000000
--- a/dev-python/progressbar2/progressbar2-3.53.3.ebuild
+++ /dev/null
@@ -1,33 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-PYTHON_COMPAT=( python3_{8..10} 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[${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-3.54.0.ebuild b/dev-python/progressbar2/progressbar2-3.54.0.ebuild
deleted file mode 100644
index 511a1bafb99..00000000000
--- a/dev-python/progressbar2/progressbar2-3.54.0.ebuild
+++ /dev/null
@@ -1,33 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-PYTHON_COMPAT=( python3_{8..10} 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[${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:[~2021-11-13 13:22 UTC|newest]

Thread overview: 45+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-11-13 13:22 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:54 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 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=1636809671.5ec2df3deaecf3db5e7d268504c3244a70ce8fe4.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