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 6B714158003 for ; Tue, 28 Mar 2023 04:26:22 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id A4433E0802; Tue, 28 Mar 2023 04:26:20 +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 8BB13E0802 for ; Tue, 28 Mar 2023 04:26:20 +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 A976C33BE62 for ; Tue, 28 Mar 2023 04:26:19 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 9C9D899B for ; Tue, 28 Mar 2023 04:26:15 +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: <1679977424.579075dbc59485775ccfd2945a0ebb2b45e7082c.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/dict2xml/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/dict2xml/Manifest dev-python/dict2xml/dict2xml-1.7.2.ebuild X-VCS-Directories: dev-python/dict2xml/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: 579075dbc59485775ccfd2945a0ebb2b45e7082c X-VCS-Branch: master Date: Tue, 28 Mar 2023 04:26:15 +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: 08e13e1c-d941-413c-9bc9-c32b8e9db771 X-Archives-Hash: 01b7b01ed71ef4f54d079b6a3838fbe0 commit: 579075dbc59485775ccfd2945a0ebb2b45e7082c Author: Michał Górny gentoo org> AuthorDate: Tue Mar 28 04:23:44 2023 +0000 Commit: Michał Górny gentoo org> CommitDate: Tue Mar 28 04:23:44 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=579075db dev-python/dict2xml: Remove old Signed-off-by: Michał Górny gentoo.org> dev-python/dict2xml/Manifest | 1 - dev-python/dict2xml/dict2xml-1.7.2.ebuild | 21 --------------------- 2 files changed, 22 deletions(-) diff --git a/dev-python/dict2xml/Manifest b/dev-python/dict2xml/Manifest index 1c4821bc8d2e..d21c4a53a176 100644 --- a/dev-python/dict2xml/Manifest +++ b/dev-python/dict2xml/Manifest @@ -1,2 +1 @@ -DIST dict2xml-1.7.2.tar.gz 12295 BLAKE2B 7bd1c771f3b1c38f96bb322f88d78fb4ab763b153a0531f1953ad97e4b8eb93464a4cfb2aeaffc1599967145a54f0decc5152f3084587f6d94f25cdcbd5837c1 SHA512 fea3a65c5decfee8a22135fc262764c9afbc6b9f41232557f2de1b18a5b30e65c6910ef9f7d4e4b22c2d6c27d5b18eb6a83679c656564061bb7e5e8c55945c76 DIST dict2xml-1.7.3.tar.gz 14240 BLAKE2B b28343f2cfeb59a91011bb158ffe7db008f19be1576293e6b07c3b49e07f3871761c8a3a32c214bf0608602487e2e7110c7f2a2f31a7dbf44a441f44ca7f568b SHA512 631415e425688c612c15b72fc339db33977df32eb25f7f8f03a63e5115c8e06f4aa5b247ded3e16cddbb9b16597aeb0ef218f193c5f4c44ebdcd7e39c2052ed2 diff --git a/dev-python/dict2xml/dict2xml-1.7.2.ebuild b/dev-python/dict2xml/dict2xml-1.7.2.ebuild deleted file mode 100644 index 83ec99dd322a..000000000000 --- a/dev-python/dict2xml/dict2xml-1.7.2.ebuild +++ /dev/null @@ -1,21 +0,0 @@ -# Copyright 1999-2023 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -PYTHON_COMPAT=( python3_{9..11} ) - -inherit distutils-r1 - -DESCRIPTION="Small utility to convert a python dictionary into an XML string" -HOMEPAGE="https://pypi.org/project/dict2xml/ https://github.com/delfick/python-dict2xml" -SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" - -LICENSE="MIT" -SLOT="0" -KEYWORDS="amd64 ~x86" - -# dict2xml uses noseOfYeti for its test, which is not yet available. -RESTRICT="test" - -distutils_enable_tests pytest