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 EF2B715803E for ; Sat, 6 Jan 2024 09:54:28 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 3BECC2BC018; Sat, 6 Jan 2024 09:54:28 +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 204CE2BC017 for ; Sat, 6 Jan 2024 09:54:28 +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 641483430E7 for ; Sat, 6 Jan 2024 09:54:27 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 039EB1314 for ; Sat, 6 Jan 2024 09:54:26 +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: <1704534653.66d37a598e3a540e309c77258bd09e713ea1e37b.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/deepmerge/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/deepmerge/Manifest dev-python/deepmerge/deepmerge-1.1.0.ebuild X-VCS-Directories: dev-python/deepmerge/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: 66d37a598e3a540e309c77258bd09e713ea1e37b X-VCS-Branch: master Date: Sat, 6 Jan 2024 09:54:26 +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: 92573049-67d1-4fd1-937d-411d9ee8628b X-Archives-Hash: 0894f97a8f80dc15afefc3d2ed9a93d4 commit: 66d37a598e3a540e309c77258bd09e713ea1e37b Author: Michał Górny gentoo org> AuthorDate: Sat Jan 6 09:50:53 2024 +0000 Commit: Michał Górny gentoo org> CommitDate: Sat Jan 6 09:50:53 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=66d37a59 dev-python/deepmerge: Remove old Signed-off-by: Michał Górny gentoo.org> dev-python/deepmerge/Manifest | 1 - dev-python/deepmerge/deepmerge-1.1.0.ebuild | 32 ----------------------------- 2 files changed, 33 deletions(-) diff --git a/dev-python/deepmerge/Manifest b/dev-python/deepmerge/Manifest index ef93632841f9..2cccb5f1ce08 100644 --- a/dev-python/deepmerge/Manifest +++ b/dev-python/deepmerge/Manifest @@ -1,2 +1 @@ -DIST deepmerge-1.1.0.gh.tar.gz 15533 BLAKE2B 30fc1cdd7a5ce81783fa0804c20f44d4d7d62a1a6481a6defab3a2b5f542596fb4ab0d4ede5a7d4d128d188b56d17f260c67690deb89b55fb2fc76e1fbcffebc SHA512 f658518c11e0ea8b4e59a686e2e6ce90916c5e798c3521ef91a1fc09ec59badd9cddb74f51973cfe50891c5e8d054909e7a8acf2156cbb884492a059196a8d97 DIST deepmerge-1.1.1.gh.tar.gz 15605 BLAKE2B ef6fbd30185a2990c72d6de0950275dd6f9f3e61c0c9c969fd69dab2123025d016ade98d42f09b30328b3cb5659b29b2d07836db4657acde97d9a2cc40c07039 SHA512 8ba4a225d588c96c3c852783774d5d690c5dd0caa1988f5969ce6446a11ba6035667baeda7e419cae40c4c1dcf7a15ee7149a10c1e33dba6b7775ddbad41130d diff --git a/dev-python/deepmerge/deepmerge-1.1.0.ebuild b/dev-python/deepmerge/deepmerge-1.1.0.ebuild deleted file mode 100644 index 3209ee6a009a..000000000000 --- a/dev-python/deepmerge/deepmerge-1.1.0.ebuild +++ /dev/null @@ -1,32 +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=( python3_{10..12} ) - -inherit distutils-r1 - -DESCRIPTION="Tools to handle merging of nested data structures in python" -HOMEPAGE=" - https://deepmerge.readthedocs.io/en/latest/ - https://github.com/toumorokoshi/deepmerge/ - https://pypi.org/project/deepmerge/ -" -SRC_URI=" - https://github.com/toumorokoshi/deepmerge/archive/v${PV}.tar.gz - -> ${P}.gh.tar.gz -" - -LICENSE="MIT" -SLOT="0" -KEYWORDS="amd64 arm arm64 hppa ~ia64 ppc ppc64 ~riscv ~s390 sparc x86" - -BDEPEND=" - dev-python/setuptools-scm[${PYTHON_USEDEP}] -" - -distutils_enable_tests pytest - -export SETUPTOOLS_SCM_PRETEND_VERSION=${PV}