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 875D7158086 for ; Fri, 10 Dec 2021 17:46:52 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id C7B762BC011; Fri, 10 Dec 2021 17:46:38 +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 AD36C2BC011 for ; Fri, 10 Dec 2021 17:46:38 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 08BA4343379 for ; Fri, 10 Dec 2021 17:46:37 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 0599F22B for ; Fri, 10 Dec 2021 17:46:35 +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: <1639158145.18bc4ab7ba1cacd20e9a252f24ed03c808c4688e.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/parse_type/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/parse_type/Manifest dev-python/parse_type/parse_type-0.5.2.ebuild X-VCS-Directories: dev-python/parse_type/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: 18bc4ab7ba1cacd20e9a252f24ed03c808c4688e X-VCS-Branch: master Date: Fri, 10 Dec 2021 17:46:35 +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: 0d60a18c-aa2e-4a41-b1e2-36acf4f1e494 X-Archives-Hash: 224f19eb9d8ceef575c34cff64584fca commit: 18bc4ab7ba1cacd20e9a252f24ed03c808c4688e Author: Michał Górny gentoo org> AuthorDate: Fri Dec 10 17:42:25 2021 +0000 Commit: Michał Górny gentoo org> CommitDate: Fri Dec 10 17:42:25 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=18bc4ab7 dev-python/parse_type: Remove old Signed-off-by: Michał Górny gentoo.org> dev-python/parse_type/Manifest | 1 - dev-python/parse_type/parse_type-0.5.2.ebuild | 33 --------------------------- 2 files changed, 34 deletions(-) diff --git a/dev-python/parse_type/Manifest b/dev-python/parse_type/Manifest index c9ce59976ed2..2c26335f1aed 100644 --- a/dev-python/parse_type/Manifest +++ b/dev-python/parse_type/Manifest @@ -1,2 +1 @@ -DIST parse_type-0.5.2.tar.gz 272082 BLAKE2B b9d8000e0892e083235a309873b3418df6a9b90dd50f778f36285b65e07768cd52dffa338d908621dbaac75b8bade0febb086be347c92b193d81a6adda124c92 SHA512 c3f586bee000e09ce1c115bd24679ee59d60b51319ee37233e0cdc358db6b30af3700f95f3e2172b3e64b02ede23aea3d3bb0aeab366e9b9fa6249459daf7e06 DIST parse_type-0.5.6.tar.gz 270970 BLAKE2B 1140a21977dbb3c81f622b45c0d2d3cfedb4a3e8ceeb1f55c185c61bafd17599ec8555e37661316583b9ce0f09d8672fc28ae10c9f1630fd7deecf207381f81a SHA512 6729af4383baceea48cf0bbd73e7e3f580cfbb867965814ba354ea5de6794583782c929557f6f1c7f8bd45703a69b2f890455cfd749690f851f1853562da0c40 diff --git a/dev-python/parse_type/parse_type-0.5.2.ebuild b/dev-python/parse_type/parse_type-0.5.2.ebuild deleted file mode 100644 index 1448b24a35d7..000000000000 --- a/dev-python/parse_type/parse_type-0.5.2.ebuild +++ /dev/null @@ -1,33 +0,0 @@ -# Copyright 2021 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -PYTHON_COMPAT=( python3_{8..10} ) -inherit distutils-r1 - -DESCRIPTION="Extension to the parse module" -HOMEPAGE="https://pypi.org/project/parse-type/" -SRC_URI="mirror://pypi/${P::1}/${PN}/${P}.tar.gz" - -LICENSE="BSD" -SLOT="0" -KEYWORDS="amd64 ~arm64 ~x86" - -RDEPEND=" - dev-python/parse[${PYTHON_USEDEP}] - dev-python/six[${PYTHON_USEDEP}]" - -distutils_enable_tests pytest - -PATCHES=( - "${FILESDIR}"/${P}-setupwarn.patch -) - -DOCS=( CHANGES.txt README.rst ) - -python_compile() { - 2to3 -nw --no-diffs ${PN} tests || die - - distutils-r1_python_compile -}