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 6BD4A1586A0 for ; Fri, 24 Mar 2023 19:48:58 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id B5504E09C6; Fri, 24 Mar 2023 19:48:57 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.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 9A9CBE09C6 for ; Fri, 24 Mar 2023 19:48:57 +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 C4655340E2D for ; Fri, 24 Mar 2023 19:48:56 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 5DE7F931 for ; Fri, 24 Mar 2023 19:48:55 +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: <1679687331.578a485accdcd97e73f3d1794a0f0b30ae2ea216.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/simpleeval/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/simpleeval/Manifest dev-python/simpleeval/simpleeval-0.9.12-r1.ebuild X-VCS-Directories: dev-python/simpleeval/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: 578a485accdcd97e73f3d1794a0f0b30ae2ea216 X-VCS-Branch: master Date: Fri, 24 Mar 2023 19:48:55 +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: a46b9839-d042-4df4-b85c-f7f2ca04dc2b X-Archives-Hash: 6b80b24803510c23ee5cf890556a259f commit: 578a485accdcd97e73f3d1794a0f0b30ae2ea216 Author: Michał Górny gentoo org> AuthorDate: Fri Mar 24 19:46:52 2023 +0000 Commit: Michał Górny gentoo org> CommitDate: Fri Mar 24 19:48:51 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=578a485a dev-python/simpleeval: Remove old Signed-off-by: Michał Górny gentoo.org> dev-python/simpleeval/Manifest | 1 - dev-python/simpleeval/simpleeval-0.9.12-r1.ebuild | 22 ---------------------- 2 files changed, 23 deletions(-) diff --git a/dev-python/simpleeval/Manifest b/dev-python/simpleeval/Manifest index f6b7c5a3d835..299e03a797b8 100644 --- a/dev-python/simpleeval/Manifest +++ b/dev-python/simpleeval/Manifest @@ -1,2 +1 @@ -DIST simpleeval-0.9.12.tar.gz 22693 BLAKE2B 6c0b08859df8b7b55970d0d2a96d2b58a98c9bf43efed4952c7f0220594b1aa531398e881b9fa41caf40d2bd8d5d2e615c4da724a2850ddc05f9bfbda52c8841 SHA512 9b00bfd13a7c7bd05c1c68c43dcd2b52abe0ea648d640780a05499c95ff96bb4366add1d92086ec7e840075fcbff692e133ddbf4c2b8497dd80e115c24367641 DIST simpleeval-0.9.13.tar.gz 24535 BLAKE2B 1cf644cac8e334725eb2a6c0d058b50646b3b405b1cf91a426b2c1701525b4b11f154c5990e267434537657850d29a760f30612834ec5d4c5870580767404cf7 SHA512 e8d518e16f68a2e5f28bc4fe056851b8e1507a147539820afb52e606a8815d5962fe9144c106e361213b4af7903e93e1d2db9a7e759b5ac488e8614de90a8ae7 diff --git a/dev-python/simpleeval/simpleeval-0.9.12-r1.ebuild b/dev-python/simpleeval/simpleeval-0.9.12-r1.ebuild deleted file mode 100644 index 6db2dcd2aa93..000000000000 --- a/dev-python/simpleeval/simpleeval-0.9.12-r1.ebuild +++ /dev/null @@ -1,22 +0,0 @@ -# Copyright 1999-2023 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -DISTUTILS_USE_PEP517=setuptools -PYTHON_COMPAT=( python3_{9..11} ) - -inherit distutils-r1 - -DESCRIPTION="A simple, safe single expression evaluator library" -HOMEPAGE=" - https://github.com/danthedeckie/simpleeval/ - https://pypi.org/project/simpleeval/ -" -SRC_URI="mirror://pypi/${PN::1}/${PN}/${P}.tar.gz" - -LICENSE="MIT" -SLOT="0" -KEYWORDS="amd64 x86" - -distutils_enable_tests unittest