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 2D7281582E8 for ; Tue, 14 May 2024 05:15:56 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 31673E2A8C; Tue, 14 May 2024 05:15:55 +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 0C398E2A8C for ; Tue, 14 May 2024 05:15:55 +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 14415335DC0 for ; Tue, 14 May 2024 05:15:54 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 77C561AC9 for ; Tue, 14 May 2024 05:15:52 +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: <1715662742.e4397e1c9e1a421a73a88d6a0e9cb82335d7eecb.ceamac@gentoo> Subject: [gentoo-commits] repo/proj/guru:master commit in: dev-python/stone/ X-VCS-Repository: repo/proj/guru X-VCS-Files: dev-python/stone/Manifest dev-python/stone/stone-3.3.4.ebuild X-VCS-Directories: dev-python/stone/ X-VCS-Committer: ceamac X-VCS-Committer-Name: Viorel Munteanu X-VCS-Revision: e4397e1c9e1a421a73a88d6a0e9cb82335d7eecb X-VCS-Branch: master Date: Tue, 14 May 2024 05:15:52 +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: 3faf938b-98b0-4c84-bef9-aeadf1bbbf2f X-Archives-Hash: 43bfd03cf3d9767a4668f04fce4a5589 commit: e4397e1c9e1a421a73a88d6a0e9cb82335d7eecb Author: Viorel Munteanu gentoo org> AuthorDate: Tue May 14 04:59:02 2024 +0000 Commit: Viorel Munteanu gentoo org> CommitDate: Tue May 14 04:59:02 2024 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=e4397e1c dev-python/stone: drop 3.3.4 Signed-off-by: Viorel Munteanu gentoo.org> dev-python/stone/Manifest | 1 - dev-python/stone/stone-3.3.4.ebuild | 35 ----------------------------------- 2 files changed, 36 deletions(-) diff --git a/dev-python/stone/Manifest b/dev-python/stone/Manifest index 8193cbd114..36cafb5472 100644 --- a/dev-python/stone/Manifest +++ b/dev-python/stone/Manifest @@ -1,2 +1 @@ -DIST stone-3.3.4.gh.tar.gz 280814 BLAKE2B 05b3e8b85c0075ae61a208f5f7dbc5e099f705b6bdc806b34b003b2decdf4dc89c43d9ec2e25cb7c1dccb0f2cc5c45501a4d390c3ebdb200e1df8ba5a14e187c SHA512 7dce3d4ca5a75463a6ca3d50d695dfda2c694f1b7440a24307c24aa0b0dd6888ca66a5c55f812518b1a001b32698ad58d4ac202c4f5f125502cd12414483e389 DIST stone-3.3.5.gh.tar.gz 281069 BLAKE2B 659048ef899c0a40d466d2c7cafca69ddbfea79f0efa1a95d153dec1a7382903c706d97e7ee71346235fd2d69e8121ef5c822f97cbadefd92eb349e40644fc84 SHA512 28431dabec6f5698b40b7f759a56a330b38266ce9824132d46cda1d2453199f44913469e3ae3b13e466f8023d154a896bc75affd67aa9a385de9b6df8cf99afa diff --git a/dev-python/stone/stone-3.3.4.ebuild b/dev-python/stone/stone-3.3.4.ebuild deleted file mode 100644 index 1e46f73150..0000000000 --- a/dev-python/stone/stone-3.3.4.ebuild +++ /dev/null @@ -1,35 +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..12} ) - -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/ply-3.4[${PYTHON_USEDEP}] - >=dev-python/six-1.3.0[${PYTHON_USEDEP}] -" - -distutils_enable_tests pytest - -python_prepare_all() { - # Don't run tests via setup.py pytest - sed -i -e "/'pytest-runner .*',/d" setup.py || die - - distutils-r1_python_prepare_all -} 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 1E0291582E8 for ; Tue, 14 May 2024 05:14:34 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 59F32E2A75; Tue, 14 May 2024 05:14:33 +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 414F4E2A75 for ; Tue, 14 May 2024 05:14:33 +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 461A1335C96 for ; Tue, 14 May 2024 05:14:32 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id A77A91A80 for ; Tue, 14 May 2024 05:14: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: <1715662742.e4397e1c9e1a421a73a88d6a0e9cb82335d7eecb.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.4.ebuild X-VCS-Directories: dev-python/stone/ X-VCS-Committer: ceamac X-VCS-Committer-Name: Viorel Munteanu X-VCS-Revision: e4397e1c9e1a421a73a88d6a0e9cb82335d7eecb X-VCS-Branch: dev Date: Tue, 14 May 2024 05:14: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: 0409928c-30a5-46cd-b123-3a3a7dc5b32e X-Archives-Hash: 44d913342e3db649f47bd474427de379 Message-ID: <20240514051430.Z1l970P2QD1cTiA_Mr3ddwDce-O7QvVdFyn49RXh7Uw@z> commit: e4397e1c9e1a421a73a88d6a0e9cb82335d7eecb Author: Viorel Munteanu gentoo org> AuthorDate: Tue May 14 04:59:02 2024 +0000 Commit: Viorel Munteanu gentoo org> CommitDate: Tue May 14 04:59:02 2024 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=e4397e1c dev-python/stone: drop 3.3.4 Signed-off-by: Viorel Munteanu gentoo.org> dev-python/stone/Manifest | 1 - dev-python/stone/stone-3.3.4.ebuild | 35 ----------------------------------- 2 files changed, 36 deletions(-) diff --git a/dev-python/stone/Manifest b/dev-python/stone/Manifest index 8193cbd114..36cafb5472 100644 --- a/dev-python/stone/Manifest +++ b/dev-python/stone/Manifest @@ -1,2 +1 @@ -DIST stone-3.3.4.gh.tar.gz 280814 BLAKE2B 05b3e8b85c0075ae61a208f5f7dbc5e099f705b6bdc806b34b003b2decdf4dc89c43d9ec2e25cb7c1dccb0f2cc5c45501a4d390c3ebdb200e1df8ba5a14e187c SHA512 7dce3d4ca5a75463a6ca3d50d695dfda2c694f1b7440a24307c24aa0b0dd6888ca66a5c55f812518b1a001b32698ad58d4ac202c4f5f125502cd12414483e389 DIST stone-3.3.5.gh.tar.gz 281069 BLAKE2B 659048ef899c0a40d466d2c7cafca69ddbfea79f0efa1a95d153dec1a7382903c706d97e7ee71346235fd2d69e8121ef5c822f97cbadefd92eb349e40644fc84 SHA512 28431dabec6f5698b40b7f759a56a330b38266ce9824132d46cda1d2453199f44913469e3ae3b13e466f8023d154a896bc75affd67aa9a385de9b6df8cf99afa diff --git a/dev-python/stone/stone-3.3.4.ebuild b/dev-python/stone/stone-3.3.4.ebuild deleted file mode 100644 index 1e46f73150..0000000000 --- a/dev-python/stone/stone-3.3.4.ebuild +++ /dev/null @@ -1,35 +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..12} ) - -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/ply-3.4[${PYTHON_USEDEP}] - >=dev-python/six-1.3.0[${PYTHON_USEDEP}] -" - -distutils_enable_tests pytest - -python_prepare_all() { - # Don't run tests via setup.py pytest - sed -i -e "/'pytest-runner .*',/d" setup.py || die - - distutils-r1_python_prepare_all -}