mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-19 20:13:01 -04:00
dev-python/stone: add 3.4.0
Signed-off-by: Viorel Munteanu <ceamac@gentoo.org>
This commit is contained in:
@@ -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
|
||||
|
||||
30
dev-python/stone/stone-3.4.0.ebuild
Normal file
30
dev-python/stone/stone-3.4.0.ebuild
Normal file
@@ -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
|
||||
Reference in New Issue
Block a user