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 3617C158170 for ; Sat, 20 Jul 2024 07:23:34 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 15C63E2A35; Sat, 20 Jul 2024 07:23:33 +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) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id D076CE2A35 for ; Sat, 20 Jul 2024 07:23:32 +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 CEA2B342FAE for ; Sat, 20 Jul 2024 07:23:31 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 164F01CEA for ; Sat, 20 Jul 2024 07:23:30 +0000 (UTC) From: "Viorel Munteanu" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Viorel Munteanu" Message-ID: <1721460163.1fafbb870264db8fe8f687e881292d76fe707e33.ceamac@gentoo> Subject: [gentoo-commits] repo/proj/guru:dev commit in: dev-python/stone/ X-VCS-Repository: repo/proj/guru X-VCS-Files: dev-python/stone/Manifest dev-python/stone/stone-3.3.7.ebuild X-VCS-Directories: dev-python/stone/ X-VCS-Committer: ceamac X-VCS-Committer-Name: Viorel Munteanu X-VCS-Revision: 1fafbb870264db8fe8f687e881292d76fe707e33 X-VCS-Branch: dev Date: Sat, 20 Jul 2024 07:23:30 +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: dc7f2ad8-3c75-4db7-9452-610ed4babcde X-Archives-Hash: 02259e693405ba065db69f4c4cebcf79 commit: 1fafbb870264db8fe8f687e881292d76fe707e33 Author: Viorel Munteanu gentoo org> AuthorDate: Sat Jul 20 07:22:43 2024 +0000 Commit: Viorel Munteanu gentoo org> CommitDate: Sat Jul 20 07:22:43 2024 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=1fafbb87 dev-python/stone: drop 3.3.7 Signed-off-by: Viorel Munteanu gentoo.org> dev-python/stone/Manifest | 1 - dev-python/stone/stone-3.3.7.ebuild | 29 ----------------------------- 2 files changed, 30 deletions(-) diff --git a/dev-python/stone/Manifest b/dev-python/stone/Manifest index a730ae5e3..2f38ca0e4 100644 --- a/dev-python/stone/Manifest +++ b/dev-python/stone/Manifest @@ -1,2 +1 @@ -DIST stone-3.3.7.gh.tar.gz 281067 BLAKE2B abf1fd71ffb879417c74c072d28d45ccbee75459fa7b2d8b08501d0f59a40064a7114280c6d98a13d3d942b0b27cd6e46baf573a078ebfd939e04638e5fdf8ee SHA512 7dd9ad889c094afe540b30d23bac28443761c149e131234c81cc19821dbebe449002b9a50d03c927d08bad414adac17c83a22e1c5bbbb6358a5f009bc4f9665d DIST stone-3.3.8.gh.tar.gz 281200 BLAKE2B 17af8af8d5cf01483ab4f63ebb694076e675880c0374a11a4b38f02d8783a35c4b518a9109721523fb3efe5b9f6f3381f288a4e00322dfda62343f77f2768f43 SHA512 bd7cd80a44f59225cbd322e385cfc6b6eccd7e30d8e6f0939d0fd65405b75773b1bc4449f6737366d0fa481c5860931b20ffe048eff57aad34ae90be47d18020 diff --git a/dev-python/stone/stone-3.3.7.ebuild b/dev-python/stone/stone-3.3.7.ebuild deleted file mode 100644 index 03dec7806..000000000 --- a/dev-python/stone/stone-3.3.7.ebuild +++ /dev/null @@ -1,29 +0,0 @@ -# Copyright 2021-2024 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -DISTUTILS_USE_PEP517=setuptools -PYTHON_COMPAT=( python3_{10..13} ) - -inherit distutils-r1 - -DESCRIPTION="The Official Api Spec Language for Dropbox" -HOMEPAGE=" - https://www.dropbox.com/developers - https://github.com/dropbox/stone - https://pypi.org/project/stone/ -" -SRC_URI="https://github.com/dropbox/${PN}/archive/refs/tags/v${PV}.tar.gz -> ${P}.gh.tar.gz" - -LICENSE="MIT" -SLOT="0" -KEYWORDS="~amd64 ~x86" - -RDEPEND=" - dev-python/packaging[${PYTHON_USEDEP}] - dev-python/ply[${PYTHON_USEDEP}] - dev-python/six[${PYTHON_USEDEP}] -" - -distutils_enable_tests pytest