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 CB2FA158013 for ; Sat, 9 Dec 2023 13:56:13 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id D61042BC031; Sat, 9 Dec 2023 13:56:12 +0000 (UTC) Received: from smtp.gentoo.org (dev.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 C23CB2BC031 for ; Sat, 9 Dec 2023 13:56:12 +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 080D433BE18 for ; Sat, 9 Dec 2023 13:56:12 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 89CE81492 for ; Sat, 9 Dec 2023 13:56:10 +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: <1702130004.85f19a647b20d0a2da29633be663e009ea64d4ad.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/parse/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/parse/Manifest dev-python/parse/parse-1.19.1.ebuild X-VCS-Directories: dev-python/parse/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: 85f19a647b20d0a2da29633be663e009ea64d4ad X-VCS-Branch: master Date: Sat, 9 Dec 2023 13:56:10 +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: 4ae36c51-797e-45ae-9452-4fac6cf5e319 X-Archives-Hash: a472c496339ffd2a9206cfa060f8927f commit: 85f19a647b20d0a2da29633be663e009ea64d4ad Author: Michał Górny gentoo org> AuthorDate: Sat Dec 9 13:53:24 2023 +0000 Commit: Michał Górny gentoo org> CommitDate: Sat Dec 9 13:53:24 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=85f19a64 dev-python/parse: Remove old Signed-off-by: Michał Górny gentoo.org> dev-python/parse/Manifest | 1 - dev-python/parse/parse-1.19.1.ebuild | 25 ------------------------- 2 files changed, 26 deletions(-) diff --git a/dev-python/parse/Manifest b/dev-python/parse/Manifest index 3976ccc8f287..cd34a36cd39f 100644 --- a/dev-python/parse/Manifest +++ b/dev-python/parse/Manifest @@ -1,2 +1 @@ -DIST parse-1.19.1.gh.tar.gz 26732 BLAKE2B 15a1a11d9ca5c93a07848db4acdae1b9b489e3366f3dcbdcbae06a22b2bc8183fd266106dec5b975be8fd6926ee29d9ee4850db8d8504b8fc489bee82c7f0492 SHA512 f3fd067cbe6f30f0e61297f471dd7eb183d351ca60bf5a4dfd31cf0775988ecea6dfdf3f0ecd23dbe9fb3f8be3f5c1b824af660074589cb3b289658d0af898fa DIST parse-1.20.0.tar.gz 28871 BLAKE2B a6635641cb780c246053ddd7ecd397e994964086d3e5191356e425bb837b0e1c201c6b4e92755b4c4351589ff9055826964fa9eaac756e98bac90766a4703e06 SHA512 40ba63f62138c2273ec9bb603b7d8f74b471d9b143a49062a0f9979f8d84a7acce9d56ac046d38c6900fe07e9b5b3fdd3de7f2e78708e85234ec56b86410b14a diff --git a/dev-python/parse/parse-1.19.1.ebuild b/dev-python/parse/parse-1.19.1.ebuild deleted file mode 100644 index b0a470dfc543..000000000000 --- a/dev-python/parse/parse-1.19.1.ebuild +++ /dev/null @@ -1,25 +0,0 @@ -# Copyright 2021-2023 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -DISTUTILS_USE_PEP517=setuptools -PYTHON_COMPAT=( pypy3 python3_{10..12} ) - -inherit distutils-r1 - -DESCRIPTION="Parse strings using a specification based on the Python format() syntax" -HOMEPAGE=" - https://github.com/r1chardj0n3s/parse/ - https://pypi.org/project/parse/ -" -SRC_URI=" - https://github.com/r1chardj0n3s/parse/archive/refs/tags/${PV}.tar.gz - -> ${P}.gh.tar.gz -" - -LICENSE="MIT" -SLOT="0" -KEYWORDS="amd64 arm arm64 ~loong ppc64 ~riscv x86" - -distutils_enable_tests unittest