From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 4C5BE158089 for ; Sat, 11 Nov 2023 20:50:40 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 4CBB32BC03C; Sat, 11 Nov 2023 20:50:39 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 257612BC03C for ; Sat, 11 Nov 2023 20:50:39 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 2777F335DA7 for ; Sat, 11 Nov 2023 20:50:38 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 7CAA91369 for ; Sat, 11 Nov 2023 20:50:36 +0000 (UTC) From: "Michał Górny" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michał Górny" Message-ID: <1699735829.b0d28f0ecb94dac4243116d9bb94b9d596f1214e.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/cwcwidth/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/cwcwidth/Manifest dev-python/cwcwidth/cwcwidth-0.1.8.ebuild X-VCS-Directories: dev-python/cwcwidth/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: b0d28f0ecb94dac4243116d9bb94b9d596f1214e X-VCS-Branch: master Date: Sat, 11 Nov 2023 20:50:36 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: ee11ac9d-0274-400d-8cdb-df63029a1e25 X-Archives-Hash: c48a6eb92c6e22ee6e37393db4e78e77 commit: b0d28f0ecb94dac4243116d9bb94b9d596f1214e Author: Michał Górny gentoo org> AuthorDate: Sat Nov 11 20:38:14 2023 +0000 Commit: Michał Górny gentoo org> CommitDate: Sat Nov 11 20:50:29 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b0d28f0e dev-python/cwcwidth: Remove old Signed-off-by: Michał Górny gentoo.org> dev-python/cwcwidth/Manifest | 1 - dev-python/cwcwidth/cwcwidth-0.1.8.ebuild | 35 ------------------------------- 2 files changed, 36 deletions(-) diff --git a/dev-python/cwcwidth/Manifest b/dev-python/cwcwidth/Manifest index efd4593002f2..5d251947cc43 100644 --- a/dev-python/cwcwidth/Manifest +++ b/dev-python/cwcwidth/Manifest @@ -1,2 +1 @@ -DIST cwcwidth-0.1.8.gh.tar.gz 11402 BLAKE2B 21c5425f9ead30a23dd184f671b8dbeff42189d68a5d8fd61ad1a127934529e2dca1ca1462ea62a8b7c1c051b41e6e3b44c4b8b12a325b20a2c25fab4636a243 SHA512 6e2f47928362dc36dcf7a77152390326a2e49577403c084965fc532bf827b7b05b7cdd1d4ad88263023826e73d3525c80d8578414e25bf9a3e3871c8ae1211d7 DIST cwcwidth-0.1.9.gh.tar.gz 11472 BLAKE2B 70308dcca8ea0c5cbc76726e58ef8a8b2b4bd015411753e91370a34cb600aeb15fdddc537561b0a2e5f7338e77b6a1e2a30207cbcd92d14c60a8b8bfd87ea51f SHA512 f3911fc1a32bb3739ef81d0dfb61b47de8ab62ad26f9f3c361c458b6cb0e4000a5625969972fce09e7906fd35c7ddf7bd7f6b9bcc8efd799433282bdb326969d diff --git a/dev-python/cwcwidth/cwcwidth-0.1.8.ebuild b/dev-python/cwcwidth/cwcwidth-0.1.8.ebuild deleted file mode 100644 index 92afc0c794b0..000000000000 --- a/dev-python/cwcwidth/cwcwidth-0.1.8.ebuild +++ /dev/null @@ -1,35 +0,0 @@ -# Copyright 2021-2023 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -DISTUTILS_EXT=1 -DISTUTILS_USE_PEP517=setuptools -PYTHON_COMPAT=( python3_{10..12} ) - -inherit distutils-r1 - -DESCRIPTION="Python bindings for wc(s)width" -HOMEPAGE=" - https://github.com/sebastinas/cwcwidth/ - https://pypi.org/project/cwcwidth/ -" -SRC_URI=" - https://github.com/sebastinas/cwcwidth/archive/v${PV}.tar.gz - -> ${P}.gh.tar.gz -" - -LICENSE="MIT" -SLOT="0" -KEYWORDS="amd64 ~riscv x86" - -BDEPEND=" - dev-python/cython[${PYTHON_USEDEP}] -" - -distutils_enable_tests unittest - -src_test() { - cd tests || die - distutils-r1_src_test -}