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 1D70D15808B for ; Sat, 5 Oct 2024 08:33:39 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 5AFA7E29CF; Sat, 5 Oct 2024 08:33:38 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 4658AE29CF for ; Sat, 5 Oct 2024 08:33:38 +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 8F7763430BA for ; Sat, 5 Oct 2024 08:33:37 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 2B53514CA for ; Sat, 5 Oct 2024 08:33: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: <1728117211.e1672316eff1078490f0ac19db2a003ca63f282f.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/pysubs2/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/pysubs2/Manifest dev-python/pysubs2/pysubs2-1.7.2.ebuild X-VCS-Directories: dev-python/pysubs2/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: e1672316eff1078490f0ac19db2a003ca63f282f X-VCS-Branch: master Date: Sat, 5 Oct 2024 08:33: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: c2cf637c-69ff-4ee9-b0b6-82659a05ff1b X-Archives-Hash: d2b8c61a5b390fa3b40487f172bc0a39 commit: e1672316eff1078490f0ac19db2a003ca63f282f Author: Michał Górny gentoo org> AuthorDate: Sat Oct 5 08:31:52 2024 +0000 Commit: Michał Górny gentoo org> CommitDate: Sat Oct 5 08:33:31 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e1672316 dev-python/pysubs2: Remove old Signed-off-by: Michał Górny gentoo.org> dev-python/pysubs2/Manifest | 1 - dev-python/pysubs2/pysubs2-1.7.2.ebuild | 21 --------------------- 2 files changed, 22 deletions(-) diff --git a/dev-python/pysubs2/Manifest b/dev-python/pysubs2/Manifest index c40c8b9c1ac1..9ad278dc4d29 100644 --- a/dev-python/pysubs2/Manifest +++ b/dev-python/pysubs2/Manifest @@ -1,2 +1 @@ -DIST pysubs2-1.7.2.tar.gz 1123677 BLAKE2B 771e05b41eb9da3f18ce932988b7cdd60d461e49cb9a9f03129dd5104a7e1161c8fae898169d737652c7dd596fe3f92d93ba3a6ed082090b9a8d8825cc033f06 SHA512 5732cbd5bfdaeb1c680b4107304d4b94e1e0c7cc43483a71581da03b7be840fcf95bae8d2b5691b8c88ee59f34e6f587033266e24014778f71393b4c78bb08bf DIST pysubs2-1.7.3.tar.gz 1123849 BLAKE2B fd630ca7e4bf2d84d65a2ed2f143c6c1cc333ae6994f7c89a86db2f92c5736e70e488115ccd17cea84dedaa057b8d808bf2fcfdedbb3de0781341ac632a12235 SHA512 5ba9675121490628b0df86e0fd46f67c783d7494e59d37e52be49593b292104756d03368cea19d238c503ee8c05ccf5c257723dd5f570af0bcae5cd53243f62a diff --git a/dev-python/pysubs2/pysubs2-1.7.2.ebuild b/dev-python/pysubs2/pysubs2-1.7.2.ebuild deleted file mode 100644 index 7ddb7e4dcc43..000000000000 --- a/dev-python/pysubs2/pysubs2-1.7.2.ebuild +++ /dev/null @@ -1,21 +0,0 @@ -# Copyright 1999-2024 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -DISTUTILS_USE_PEP517=setuptools -PYTHON_COMPAT=( pypy3 python3_{10..13} ) - -inherit distutils-r1 pypi - -DESCRIPTION="Python library for editing subtitle files" -HOMEPAGE=" - https://github.com/tkarabela/pysubs2 - https://pypi.org/project/pysubs2/ -" - -LICENSE="MIT" -SLOT="0" -KEYWORDS="amd64 ~arm64 ~x86" - -distutils_enable_tests pytest