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 (4096 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id B1BE615821F for ; Thu, 28 Nov 2024 06:44:03 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 224C2E092A; Thu, 28 Nov 2024 06:44:02 +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)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 69B41E0909 for ; Thu, 28 Nov 2024 06:44:01 +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)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 80D8C34306B for ; Thu, 28 Nov 2024 06:44:00 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 5F2AE1EC5 for ; Thu, 28 Nov 2024 06:43:57 +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: <1732776218.d047245c22c4b4a9da4f1d00366de6f47f3a1057.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/types-docutils/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/types-docutils/Manifest dev-python/types-docutils/types-docutils-0.21.0.20240907.ebuild X-VCS-Directories: dev-python/types-docutils/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: d047245c22c4b4a9da4f1d00366de6f47f3a1057 X-VCS-Branch: master Date: Thu, 28 Nov 2024 06:43:57 +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: 681a888d-4b12-4701-b39d-2a0ef1f45246 X-Archives-Hash: db7bd1bea01061dabec9f3f6876c0b17 commit: d047245c22c4b4a9da4f1d00366de6f47f3a1057 Author: Michał Górny gentoo org> AuthorDate: Thu Nov 28 05:53:07 2024 +0000 Commit: Michał Górny gentoo org> CommitDate: Thu Nov 28 06:43:38 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d047245c dev-python/types-docutils: Remove old Signed-off-by: Michał Górny gentoo.org> dev-python/types-docutils/Manifest | 1 - .../types-docutils-0.21.0.20240907.ebuild | 17 ----------------- 2 files changed, 18 deletions(-) diff --git a/dev-python/types-docutils/Manifest b/dev-python/types-docutils/Manifest index 1bc755326cba..1d1216f4ce6d 100644 --- a/dev-python/types-docutils/Manifest +++ b/dev-python/types-docutils/Manifest @@ -1,2 +1 @@ -DIST types-docutils-0.21.0.20240907.tar.gz 20273 BLAKE2B 8f90b7362a0b7a5d6b7e8d83b24e7fc03254425bb49e8f9bebc376ea85baf826f9da1ef0f03dfce0b54ef5de3d939e9209f3cbd7f947e1b5de3aa0b72cd417b4 SHA512 fa668508108411b00d46a5c4f781c42b0e245fc375ff4090a1441afad972f6b57147f04eae5b1713d0f51b74c1d8939cd064fa3a956a956cff9c3b06bc09eb1e DIST types-docutils-0.21.0.20241005.tar.gz 20701 BLAKE2B c1aa7debb6f5da6f9ca4fa365ea3de25d6cc2dbb8303affa9ea484c55ecd984baa46190277902c60de9e5f8f17e771a0ce09e8959bcb5508bfb3123e19fd28da SHA512 d95436ba63514792a6239c78322494fbd655d2f7b6c06ac6aac2dff0a10e941f020583c5bb4fa88eda39632686ccdd8bde77c242bbb520044082482484a45cb1 diff --git a/dev-python/types-docutils/types-docutils-0.21.0.20240907.ebuild b/dev-python/types-docutils/types-docutils-0.21.0.20240907.ebuild deleted file mode 100644 index f42134c19384..000000000000 --- a/dev-python/types-docutils/types-docutils-0.21.0.20240907.ebuild +++ /dev/null @@ -1,17 +0,0 @@ -# Copyright 2022-2024 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -DISTUTILS_USE_PEP517=setuptools -PYPI_NO_NORMALIZE=1 -PYTHON_COMPAT=( python3_{10..13} ) - -inherit distutils-r1 pypi - -DESCRIPTION="Typing stubs for docutils" -HOMEPAGE="https://pypi.org/project/types-docutils/" - -LICENSE="Apache-2.0" -SLOT="0" -KEYWORDS="~amd64 ~x86"