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 AD53F158003 for ; Sun, 27 Feb 2022 10:59:29 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id E9370E092D; Sun, 27 Feb 2022 10:59:28 +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 C8688E092D for ; Sun, 27 Feb 2022 10:59:28 +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)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id CFE51342BA6 for ; Sun, 27 Feb 2022 10:59:27 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 83D8A29 for ; Sun, 27 Feb 2022 10:59: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: <1645959238.3dff24c2b9bad64290ea79e71a202cf3be9f4967.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-0.3.0.ebuild X-VCS-Directories: dev-python/deepmerge/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: 3dff24c2b9bad64290ea79e71a202cf3be9f4967 X-VCS-Branch: master Date: Sun, 27 Feb 2022 10:59: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: 77c3b6cd-f413-40a6-a8a2-40ad0145adba X-Archives-Hash: 7730caad1dd7c1801f7ccec6245f762e commit: 3dff24c2b9bad64290ea79e71a202cf3be9f4967 Author: Michał Górny gentoo org> AuthorDate: Sun Feb 27 10:53:58 2022 +0000 Commit: Michał Górny gentoo org> CommitDate: Sun Feb 27 10:53:58 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3dff24c2 dev-python/deepmerge: Remove old Signed-off-by: Michał Górny gentoo.org> dev-python/deepmerge/Manifest | 1 - dev-python/deepmerge/deepmerge-0.3.0.ebuild | 24 ------------------------ 2 files changed, 25 deletions(-) diff --git a/dev-python/deepmerge/Manifest b/dev-python/deepmerge/Manifest index b8843e19e05e..c89ab61ecf0b 100644 --- a/dev-python/deepmerge/Manifest +++ b/dev-python/deepmerge/Manifest @@ -1,2 +1 @@ -DIST deepmerge-0.3.0.gh.tar.gz 14872 BLAKE2B 33983eb14c00583c53efd34fc032a6ba16efba7663eb35a1b215a291484abfbf68f83bc23abf2c518b8ec3924da608caf82b5b8afd432b832e9a3f4f3d9dcd9e SHA512 2770f9d01d0a62034850d450c2646a5e4aaae418b8b278ec3d7e14c31813d2acd4ac06295f30884b7fa75258332270bbf179f6f174862a1e20fc0e35fba7fd47 DIST deepmerge-1.0.0.gh.tar.gz 14789 BLAKE2B 0a3f7cb72b718995252361864a9208de4b57c32df6da6dc52e6491fa7871be2dcd19be3bcef3eba2d8793009945bfe8e412959da52f9fb1072898026a5ff8837 SHA512 687483ef47f385df345dca6e127897a346a48424eea51c6b8ff35c254517daae0e713f8e86ff2f140ede6ecde98517ddfd9edb5599956f4c716f1f8f2bfcf22a diff --git a/dev-python/deepmerge/deepmerge-0.3.0.ebuild b/dev-python/deepmerge/deepmerge-0.3.0.ebuild deleted file mode 100644 index fa53622bb877..000000000000 --- a/dev-python/deepmerge/deepmerge-0.3.0.ebuild +++ /dev/null @@ -1,24 +0,0 @@ -# Copyright 2021 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -PYTHON_COMPAT=( python3_{7..10} ) -inherit distutils-r1 - -DESCRIPTION="Tools to handle merging of nested data structures in python" -HOMEPAGE="https://deepmerge.readthedocs.io/en/latest" -SRC_URI=" - https://github.com/toumorokoshi/deepmerge/archive/v${PV}.tar.gz - -> ${P}.gh.tar.gz" - -LICENSE="MIT" -SLOT="0" -KEYWORDS="~amd64 ~x86" - -BDEPEND=" - dev-python/setuptools_scm[${PYTHON_USEDEP}]" - -distutils_enable_tests pytest - -export SETUPTOOLS_SCM_PRETEND_VERSION=${PV}