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 7C68215ACFB for ; Fri, 28 Apr 2023 14:51:02 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id B580BE0921; Fri, 28 Apr 2023 14:51:01 +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) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 9E69EE0921 for ; Fri, 28 Apr 2023 14:51:01 +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) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id D19893410A4 for ; Fri, 28 Apr 2023 14:51:00 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 4E29BA40 for ; Fri, 28 Apr 2023 14:50:59 +0000 (UTC) From: "Arthur Zamarin" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Arthur Zamarin" Message-ID: <1682693436.c16fc50a3c2049235c5c061b83e1a6ee5a644916.arthurzam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/funcy/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/funcy/Manifest dev-python/funcy/funcy-1.18.ebuild X-VCS-Directories: dev-python/funcy/ X-VCS-Committer: arthurzam X-VCS-Committer-Name: Arthur Zamarin X-VCS-Revision: c16fc50a3c2049235c5c061b83e1a6ee5a644916 X-VCS-Branch: master Date: Fri, 28 Apr 2023 14:50:59 +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: 34a2432b-1c5f-4794-840c-6da84f8960eb X-Archives-Hash: c0e8fe79d0f17b543fb03084e980a167 commit: c16fc50a3c2049235c5c061b83e1a6ee5a644916 Author: Arthur Zamarin gentoo org> AuthorDate: Fri Apr 28 14:50:36 2023 +0000 Commit: Arthur Zamarin gentoo org> CommitDate: Fri Apr 28 14:50:36 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c16fc50a dev-python/funcy: drop 1.18 Signed-off-by: Arthur Zamarin gentoo.org> dev-python/funcy/Manifest | 1 - dev-python/funcy/funcy-1.18.ebuild | 27 --------------------------- 2 files changed, 28 deletions(-) diff --git a/dev-python/funcy/Manifest b/dev-python/funcy/Manifest index 61834fd28d93..7ae997b987c3 100644 --- a/dev-python/funcy/Manifest +++ b/dev-python/funcy/Manifest @@ -1,2 +1 @@ -DIST funcy-1.18.tar.gz 277530 BLAKE2B 78e86e23b3908924de1de62dd567ff8ff52079a9a7529923c84f67a3c5f768d232164d758763db1ce941986c28012dbcb3c146412998b1d1d6064efcc0ff4bf9 SHA512 274fec59c1fddc58248b5f8c81686955706333bbd33a1d567f62694c70449ef2488fae6bf76418b8ff3c6655fad12ed344cc6c90a84c5b10412e32fbdda016fe DIST funcy-2.0.tar.gz 537931 BLAKE2B cd5d56bba777b9fefff0088daa8ab903bf51520a9cc9ce856eaf4eddbe06a2916b09d2e9f023e32c77f6b308d4291c3154347e921f1c3b78a513f11390226149 SHA512 3abd76296aa03d6c3fa0583cd1c3912a47ce04c340f668d7321e2c4191a61a1679f1a419b787c92680cbbae5757e1fabc5918a6a80130c244b4018c28751e01e diff --git a/dev-python/funcy/funcy-1.18.ebuild b/dev-python/funcy/funcy-1.18.ebuild deleted file mode 100644 index b9e11f377890..000000000000 --- a/dev-python/funcy/funcy-1.18.ebuild +++ /dev/null @@ -1,27 +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 pypi - -DESCRIPTION="A collection of fancy functional tools focused on practicality" -HOMEPAGE=" - https://github.com/Suor/funcy/ - https://pypi.org/project/funcy/ -" - -LICENSE="BSD" -SLOT="0" -KEYWORDS="amd64 x86" - -BDEPEND=" - test? ( - dev-python/whatever[${PYTHON_USEDEP}] - ) -" - -distutils_enable_tests pytest