From 2026653a1e3a99d053f3da3125310e2f1ee32402 Mon Sep 17 00:00:00 2001 From: Viorel Munteanu Date: Sat, 11 Jul 2026 12:28:05 +0300 Subject: [PATCH] dev-python/stone: add 3.5.0 Signed-off-by: Viorel Munteanu --- dev-python/stone/Manifest | 1 + dev-python/stone/stone-3.5.0.ebuild | 30 +++++++++++++++++++++++++++++ 2 files changed, 31 insertions(+) create mode 100644 dev-python/stone/stone-3.5.0.ebuild diff --git a/dev-python/stone/Manifest b/dev-python/stone/Manifest index 0ff2829153..ca50264f25 100644 --- a/dev-python/stone/Manifest +++ b/dev-python/stone/Manifest @@ -1,2 +1,3 @@ DIST stone-3.3.9.gh.tar.gz 290882 BLAKE2B ad6e579d98b95d1828d0050ec29c53c6e5e52968def1fc10d315d311afdb8f350e9a7fd26330dce692c8f2419fe62ee22dba5ae54f0bcc91f09f51d7a7368f9c SHA512 916e8bce6e46114da8e684af25666d15257aa33bb0abb571c10f84457cfb958c309ca35bd3884f816ef8091c877e20b56b392cf5c85a760fab95f116efc7b321 DIST stone-3.4.0.gh.tar.gz 292822 BLAKE2B 57f5678f81877f811990402b561e9dc09ddf9153ae4db796397113ba37f65a91a660b6b8fcbdb521bd0120d466c14ef45712056bbede7bfa34def0bc1ee9dba3 SHA512 b7caa843c3a65b6be7447fbb76e06fb612e99dff7e0437e983c5280e7489e35ec6b840babbac806e9c9d3e1402a381d96f5b8861b8851daf60804de19a5a80f3 +DIST stone-3.5.0.gh.tar.gz 289745 BLAKE2B cbc1b2fb37b097ac8e6e9167a973b376377912e3a69ccc1a05c2e686d61c15212d767614cce1167535717ee4530b2013a2f13dbc86af3ca23150c7e8ac6497f0 SHA512 f595308e0bb11e5a27d9c8652db13b9a0f1f3646b9a54ff48b1e39a4041c88f0a41a2eae4437c31f7c9ae7a31e3634aa41da0b4b4c3ed7caa90dbf852efe3071 diff --git a/dev-python/stone/stone-3.5.0.ebuild b/dev-python/stone/stone-3.5.0.ebuild new file mode 100644 index 0000000000..213ad6c9c8 --- /dev/null +++ b/dev-python/stone/stone-3.5.0.ebuild @@ -0,0 +1,30 @@ +# Copyright 2021-2026 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +DISTUTILS_USE_PEP517=setuptools +PYTHON_COMPAT=( python3_{12..14} ) + +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/jinja2[${PYTHON_USEDEP}] + dev-python/packaging[${PYTHON_USEDEP}] + dev-python/ply[${PYTHON_USEDEP}] +" + +EPYTEST_PLUGINS=() +distutils_enable_tests pytest