From: "Viorel Munteanu" <ceamac@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/proj/guru:dev commit in: dev-python/stone/
Date: Wed, 17 Jul 2024 04:13:00 +0000 (UTC) [thread overview]
Message-ID: <1721189510.141c95e8b1228651888591ebeea2488674610f19.ceamac@gentoo> (raw)
commit: 141c95e8b1228651888591ebeea2488674610f19
Author: Viorel Munteanu <ceamac <AT> gentoo <DOT> org>
AuthorDate: Wed Jul 17 04:11:50 2024 +0000
Commit: Viorel Munteanu <ceamac <AT> gentoo <DOT> org>
CommitDate: Wed Jul 17 04:11:50 2024 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=141c95e8
dev-python/stone: add 3.3.7
Signed-off-by: Viorel Munteanu <ceamac <AT> gentoo.org>
dev-python/stone/Manifest | 1 +
dev-python/stone/stone-3.3.7.ebuild | 29 +++++++++++++++++++++++++++++
2 files changed, 30 insertions(+)
diff --git a/dev-python/stone/Manifest b/dev-python/stone/Manifest
index 7c1b0983e..17cf8f591 100644
--- a/dev-python/stone/Manifest
+++ b/dev-python/stone/Manifest
@@ -1 +1,2 @@
DIST stone-3.3.6.gh.tar.gz 281082 BLAKE2B 5c2d19e98ad6f14b63a63e54a993820e8d31004d2e7fefcba4498c5315e3ec83548565cc575523e95801806add4185f0c14dc08c75d76cf4b44ba41e7e853463 SHA512 9a136f6b532390e7cc35880ebbc49a341b6730ebd9c27a2d1ea6d6bef62e09f79ac7bb41e66f26fec5debee4145ebb27b23a06c1087b3fd2dacde025c3710b7a
+DIST stone-3.3.7.gh.tar.gz 281067 BLAKE2B abf1fd71ffb879417c74c072d28d45ccbee75459fa7b2d8b08501d0f59a40064a7114280c6d98a13d3d942b0b27cd6e46baf573a078ebfd939e04638e5fdf8ee SHA512 7dd9ad889c094afe540b30d23bac28443761c149e131234c81cc19821dbebe449002b9a50d03c927d08bad414adac17c83a22e1c5bbbb6358a5f009bc4f9665d
diff --git a/dev-python/stone/stone-3.3.7.ebuild b/dev-python/stone/stone-3.3.7.ebuild
new file mode 100644
index 000000000..03dec7806
--- /dev/null
+++ b/dev-python/stone/stone-3.3.7.ebuild
@@ -0,0 +1,29 @@
+# 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
next reply other threads:[~2024-07-17 4:13 UTC|newest]
Thread overview: 19+ messages / expand[flat|nested] mbox.gz Atom feed top
2024-07-17 4:13 Viorel Munteanu [this message]
-- strict thread matches above, loose matches on Subject: below --
2024-07-20 7:23 [gentoo-commits] repo/proj/guru:dev commit in: dev-python/stone/ Viorel Munteanu
2024-07-20 7:23 Viorel Munteanu
2024-07-17 4:13 Viorel Munteanu
2024-05-15 5:19 Viorel Munteanu
2024-05-14 5:15 [gentoo-commits] repo/proj/guru:master " Viorel Munteanu
2024-05-14 5:14 ` [gentoo-commits] repo/proj/guru:dev " Viorel Munteanu
2024-05-14 5:15 [gentoo-commits] repo/proj/guru:master " Viorel Munteanu
2024-05-14 5:14 ` [gentoo-commits] repo/proj/guru:dev " Viorel Munteanu
2024-05-10 6:27 Viorel Munteanu
2024-03-28 17:52 Viorel Munteanu
2024-03-28 6:23 Viorel Munteanu
2023-03-13 8:02 Viorel Munteanu
2023-03-12 9:14 [gentoo-commits] repo/proj/guru:master " Viorel Munteanu
2023-03-12 9:08 ` [gentoo-commits] repo/proj/guru:dev " Viorel Munteanu
2022-11-02 16:23 Viorel Munteanu
2022-01-27 13:42 Viorel Munteanu
2022-01-27 13:42 Viorel Munteanu
2022-01-09 11:32 Viorel Munteanu
2022-01-04 9:15 Viorel Munteanu
2021-12-29 12:07 Viorel Munteanu
2021-12-24 18:03 Viorel Munteanu
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1721189510.141c95e8b1228651888591ebeea2488674610f19.ceamac@gentoo \
--to=ceamac@gentoo.org \
--cc=gentoo-commits@lists.gentoo.org \
--cc=gentoo-dev@lists.gentoo.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox