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/wcwidth/
Date: Thu,  2 Nov 2023 05:44:30 +0000 (UTC)	[thread overview]
Message-ID: <1698903863.4879d7cf62f52e420f42360191fa4531be7ade7a.mgorny@gentoo> (raw)

commit:     4879d7cf62f52e420f42360191fa4531be7ade7a
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Thu Nov  2 05:39:33 2023 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Thu Nov  2 05:44:23 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4879d7cf

dev-python/wcwidth: Remove old

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

 dev-python/wcwidth/Manifest             |  2 --
 dev-python/wcwidth/wcwidth-0.2.6.ebuild | 39 ---------------------------------
 dev-python/wcwidth/wcwidth-0.2.7.ebuild | 39 ---------------------------------
 3 files changed, 80 deletions(-)

diff --git a/dev-python/wcwidth/Manifest b/dev-python/wcwidth/Manifest
index 259d22cdf688..af7860f86ee5 100644
--- a/dev-python/wcwidth/Manifest
+++ b/dev-python/wcwidth/Manifest
@@ -1,4 +1,2 @@
-DIST wcwidth-0.2.6.gh.tar.gz 51990 BLAKE2B 8561e06aaf92f48246bacfb4012358067d81d4d9eeb33a0406eb012b5c22841ac66ff5760df2d5ea6a5d48a1880b4b9cbbcddf7a5eba5f663f6a559005f657ad SHA512 1f97cb6ef6a804da1d062b8dafb146a3e21261e63a644bad88bed74101be1371c753c2645db5ad25868fe9641fce9b13bd5dc920496b00e1d73d406f69631ac9
-DIST wcwidth-0.2.7.gh.tar.gz 54601 BLAKE2B 5ffd919e38c1e6f160e4c5ac007c42635d93fb9300338f51928db8bf19c25fc4ac6624e8633d2166435878090a130ea2cd2a0b854db10519983f0fe4d0307a6d SHA512 3044d66bd97b05904766fa29fe3c66599767bf79361081a55f4e605f2015c990b0f1934ae875f853f4f6e8acbef1f6a56492ba63eda5b5a14dd83d0cc34588d2
 DIST wcwidth-0.2.8.tar.gz 61713 BLAKE2B ca3d0c58e2ccab0fbb5493aacc8df81e9dc1faf7572543b7aa277875d617e0d4dc0c5ff6032f5f0f3846f52f26c407ddc5dd941780411572bce8ddc467a33dd7 SHA512 4a9ac4a3068c8ac25a7073d6c5e5782c3915184929ee191a2169eca510668e6e0b15856e71bd8b8d4c580767542d695b25a370329e95da317295104b962737f1
 DIST wcwidth-0.2.9.tar.gz 66133 BLAKE2B 7df656c139c228324427e6be9cefe3496b7b5e55d7353f062ae4cb3d7d5988f1e5e03e11122c0e045b7a93abd95139fc2ac8a81a4d079518cc8c6fa747d2ff00 SHA512 8aff2ce67d8f331c4c75907f14ec602f4829d39e3f89af640d598e075165a011e41a5451a333bc2f6c95f33a4b9ca8ae1a5d02efe4f79acc988d60b85bf5929b

diff --git a/dev-python/wcwidth/wcwidth-0.2.6.ebuild b/dev-python/wcwidth/wcwidth-0.2.6.ebuild
deleted file mode 100644
index 4a576f125eb2..000000000000
--- a/dev-python/wcwidth/wcwidth-0.2.6.ebuild
+++ /dev/null
@@ -1,39 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{10..12} pypy3 )
-
-inherit distutils-r1
-
-DESCRIPTION="Measures number of Terminal column cells of wide-character codes"
-HOMEPAGE="
-	https://pypi.org/project/wcwidth/
-	https://github.com/jquast/wcwidth/
-"
-SRC_URI="
-	https://github.com/jquast/wcwidth/archive/${PV}.tar.gz
-		-> ${P}.gh.tar.gz
-"
-
-SLOT="0"
-LICENSE="MIT"
-KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~loong ~m68k ~mips ppc ppc64 ~riscv ~s390 sparc x86 ~amd64-linux ~x86-linux ~arm64-macos ~x64-macos"
-
-distutils_enable_tests pytest
-
-src_prepare() {
-	sed -e 's:--cov-append::' \
-		-e 's:--cov-report=html::' \
-		-e 's:--cov=wcwidth::' \
-		-i tox.ini || die
-	distutils-r1_src_prepare
-}
-
-python_install_all() {
-	docinto docs
-	dodoc docs/intro.rst
-	distutils-r1_python_install_all
-}

diff --git a/dev-python/wcwidth/wcwidth-0.2.7.ebuild b/dev-python/wcwidth/wcwidth-0.2.7.ebuild
deleted file mode 100644
index 13a48660e0ef..000000000000
--- a/dev-python/wcwidth/wcwidth-0.2.7.ebuild
+++ /dev/null
@@ -1,39 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{10..12} pypy3 )
-
-inherit distutils-r1
-
-DESCRIPTION="Measures number of Terminal column cells of wide-character codes"
-HOMEPAGE="
-	https://pypi.org/project/wcwidth/
-	https://github.com/jquast/wcwidth/
-"
-SRC_URI="
-	https://github.com/jquast/wcwidth/archive/${PV}.tar.gz
-		-> ${P}.gh.tar.gz
-"
-
-SLOT="0"
-LICENSE="MIT"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~arm64-macos ~x64-macos"
-
-distutils_enable_tests pytest
-
-src_prepare() {
-	sed -e 's:--cov-append::' \
-		-e 's:--cov-report=html::' \
-		-e 's:--cov=wcwidth::' \
-		-i tox.ini || die
-	distutils-r1_src_prepare
-}
-
-python_install_all() {
-	docinto docs
-	dodoc docs/intro.rst
-	distutils-r1_python_install_all
-}


             reply	other threads:[~2023-11-02  5:44 UTC|newest]

Thread overview: 90+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-11-02  5:44 Michał Górny [this message]
  -- strict thread matches above, loose matches on Subject: below --
2024-05-18 11:11 [gentoo-commits] repo/gentoo:master commit in: dev-python/wcwidth/ Michał Górny
2024-05-18 11:11 Michał Górny
2024-01-20 20:00 Michał Górny
2024-01-20 18:47 Arthur Zamarin
2024-01-06  6:45 Michał Górny
2023-11-29 10:15 Michał Górny
2023-11-29 10:12 Michał Górny
2023-11-22  7:49 Michał Górny
2023-11-21  4:44 Michał Górny
2023-11-14  4:34 Michał Górny
2023-11-01 20:37 Arthur Zamarin
2023-10-31  7:53 Michał Górny
2023-09-30 16:01 Michał Górny
2023-09-29  4:50 Michał Górny
2023-05-31  9:51 Michał Górny
2023-02-16 20:32 Michał Górny
2023-02-16 17:22 Arthur Zamarin
2023-01-15  7:02 Michał Górny
2022-05-16 14:43 Andrew Ammerlaan
2022-02-04 19:28 Michał Górny
2022-01-30 11:33 James Le Cuirot
2021-05-07 10:33 Michał Górny
2020-07-30 20:41 Michał Górny
2020-07-30 20:10 Sam James
2020-07-30 19:39 Sam James
2020-07-27 14:02 Sam James
2020-07-27 13:54 Sam James
2020-07-12 16:57 Michał Górny
2020-07-09  8:41 Agostino Sarubbo
2020-07-09  8:27 Agostino Sarubbo
2020-07-09  8:16 Agostino Sarubbo
2020-07-09  8:04 Agostino Sarubbo
2020-07-09  7:58 Agostino Sarubbo
2020-06-24  8:00 Michał Górny
2020-06-11  6:43 Michał Górny
2020-06-04 14:28 Sergei Trofimovich
2020-06-04 14:11 Agostino Sarubbo
2020-06-04 14:11 Agostino Sarubbo
2020-06-04 14:10 Sergei Trofimovich
2020-06-03 15:32 Agostino Sarubbo
2020-06-03 15:21 Agostino Sarubbo
2020-06-03 15:17 Agostino Sarubbo
2020-06-03 15:10 Agostino Sarubbo
2020-06-03  7:47 Michał Górny
2020-06-02  6:39 Michał Górny
2020-05-25 16:16 Michał Górny
2020-04-08 10:53 Sebastian Pipping
2020-03-29 11:51 Michał Górny
2020-03-29 11:51 Michał Górny
2020-03-29 11:51 Michał Górny
2020-03-25 15:27 Agostino Sarubbo
2020-03-25 14:52 Agostino Sarubbo
2020-03-25 13:27 Agostino Sarubbo
2020-03-25 13:12 Agostino Sarubbo
2020-03-25 12:36 Agostino Sarubbo
2020-03-25 12:23 Agostino Sarubbo
2020-02-01  2:37 Tim Harder
2020-01-07 19:22 Sergei Trofimovich
2020-01-03 12:40 Agostino Sarubbo
2019-12-24 14:15 Mikle Kolyada
2019-12-24  8:08 Agostino Sarubbo
2019-12-20 12:51 Agostino Sarubbo
2019-12-20 12:30 Agostino Sarubbo
2019-12-20 12:13 Agostino Sarubbo
2019-12-17  7:27 Sergei Trofimovich
2019-12-16 12:21 Agostino Sarubbo
2019-12-07 23:07 Matt Turner
2019-11-16 11:02 Michał Górny
2019-11-16 11:02 Michał Górny
2019-11-01 20:02 Sergei Trofimovich
2019-10-12 20:23 Matt Turner
2019-07-02  8:13 Sergei Trofimovich
2019-06-06 21:33 Sergei Trofimovich
2019-05-15 16:11 Virgil Dupras
2019-05-15 16:11 Virgil Dupras
2018-07-23  9:25 Michał Górny
2018-03-21 20:24 Markus Meier
2018-03-12  0:51 Matt Turner
2018-03-04 22:40 Sergei Trofimovich
2017-12-02 20:55 Mike Gilbert
2017-11-30 19:02 Thomas Deutschmann
2017-06-19 11:13 Alexis Ballier
2017-02-28 13:04 Andrey Grozin
2016-08-29  9:45 Patrice Clement
2016-08-29  9:45 Patrice Clement
2016-07-21 13:12 Patrick Lauer
2016-04-01 16:37 Andrey Grozin
2016-01-10  8:23 Justin Lecher
2015-09-14  8:22 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=1698903863.4879d7cf62f52e420f42360191fa4531be7ade7a.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