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 82631158020 for ; Fri, 25 Nov 2022 13:58:38 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id BB30EE0A43; Fri, 25 Nov 2022 13:58:37 +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 9FE72E0A43 for ; Fri, 25 Nov 2022 13:58:37 +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 B851E341402 for ; Fri, 25 Nov 2022 13:58:36 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 58011764 for ; Fri, 25 Nov 2022 13:58: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: <1669384711.25767d26982ebdd58955144eb845977bcf1d5484.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.0.1.ebuild X-VCS-Directories: dev-python/deepmerge/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: 25767d26982ebdd58955144eb845977bcf1d5484 X-VCS-Branch: master Date: Fri, 25 Nov 2022 13:58: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: aa910e48-10af-4ca8-9924-fcbc18395294 X-Archives-Hash: 487a3ddfda5ea2353264293d786dcbee commit: 25767d26982ebdd58955144eb845977bcf1d5484 Author: Michał Górny gentoo org> AuthorDate: Fri Nov 25 13:57:53 2022 +0000 Commit: Michał Górny gentoo org> CommitDate: Fri Nov 25 13:58:31 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=25767d26 dev-python/deepmerge: Remove old Signed-off-by: Michał Górny gentoo.org> dev-python/deepmerge/Manifest | 1 - dev-python/deepmerge/deepmerge-1.0.1.ebuild | 32 ----------------------------- 2 files changed, 33 deletions(-) diff --git a/dev-python/deepmerge/Manifest b/dev-python/deepmerge/Manifest index 281db1d9e795..5d8a94411cc2 100644 --- a/dev-python/deepmerge/Manifest +++ b/dev-python/deepmerge/Manifest @@ -1,2 +1 @@ -DIST deepmerge-1.0.1.gh.tar.gz 15004 BLAKE2B bc1d972f40485d02665fb6cd53875fa0f35e387192a9b0cc65f092966dc760a3ccc7eae6515693f39e58d7bb0a071aaac970873738a99b6962561eed641ef48b SHA512 689c9cc99c3770e27ae131bff65486ca02555840ae3fbeec1e36d08e425842e50ac7005d63ccf053627806c39578b2c9fb84fb10ca76731d17136cea61b87bbd DIST deepmerge-1.1.0.gh.tar.gz 15533 BLAKE2B 30fc1cdd7a5ce81783fa0804c20f44d4d7d62a1a6481a6defab3a2b5f542596fb4ab0d4ede5a7d4d128d188b56d17f260c67690deb89b55fb2fc76e1fbcffebc SHA512 f658518c11e0ea8b4e59a686e2e6ce90916c5e798c3521ef91a1fc09ec59badd9cddb74f51973cfe50891c5e8d054909e7a8acf2156cbb884492a059196a8d97 diff --git a/dev-python/deepmerge/deepmerge-1.0.1.ebuild b/dev-python/deepmerge/deepmerge-1.0.1.ebuild deleted file mode 100644 index 53b0431ebc98..000000000000 --- a/dev-python/deepmerge/deepmerge-1.0.1.ebuild +++ /dev/null @@ -1,32 +0,0 @@ -# Copyright 2021-2022 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -DISTUTILS_USE_PEP517=setuptools -PYTHON_COMPAT=( python3_{8..11} ) - -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}