From d9fd90e7e899b5f6085ed3c05977f9d376f29213 Mon Sep 17 00:00:00 2001 From: Viorel Munteanu Date: Wed, 8 Jul 2026 10:30:24 +0300 Subject: [PATCH] dev-python/stone: add 3.4.0 Signed-off-by: Viorel Munteanu --- dev-python/stone/Manifest | 1 + dev-python/stone/stone-3.4.0.ebuild | 30 +++++++++++++++++++++++++++++ 2 files changed, 31 insertions(+) create mode 100644 dev-python/stone/stone-3.4.0.ebuild diff --git a/dev-python/stone/Manifest b/dev-python/stone/Manifest index 1bf8dddc36..0ff2829153 100644 --- a/dev-python/stone/Manifest +++ b/dev-python/stone/Manifest @@ -1 +1,2 @@ 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 diff --git a/dev-python/stone/stone-3.4.0.ebuild b/dev-python/stone/stone-3.4.0.ebuild new file mode 100644 index 0000000000..213ad6c9c8 --- /dev/null +++ b/dev-python/stone/stone-3.4.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