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: Tue, 14 May 2024 05:14:30 +0000 (UTC) [thread overview]
Message-ID: <1715662742.e4397e1c9e1a421a73a88d6a0e9cb82335d7eecb.ceamac@gentoo> (raw)
Message-ID: <20240514051430.Z1l970P2QD1cTiA_Mr3ddwDce-O7QvVdFyn49RXh7Uw@z> (raw)
commit: e4397e1c9e1a421a73a88d6a0e9cb82335d7eecb
Author: Viorel Munteanu <ceamac <AT> gentoo <DOT> org>
AuthorDate: Tue May 14 04:59:02 2024 +0000
Commit: Viorel Munteanu <ceamac <AT> gentoo <DOT> 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 <ceamac <AT> 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
-}
next reply other threads:[~2024-05-14 5:14 UTC|newest]
Thread overview: 17+ messages / expand[flat|nested] mbox.gz Atom feed top
2024-05-14 5:15 Viorel Munteanu [this message]
2024-05-14 5:14 ` [gentoo-commits] repo/proj/guru:dev commit in: dev-python/stone/ Viorel Munteanu
-- strict thread matches above, loose matches on Subject: below --
2025-05-22 7:15 Viorel Munteanu
2025-05-22 7:17 ` [gentoo-commits] repo/proj/guru:master " Viorel Munteanu
2025-05-22 7:15 [gentoo-commits] repo/proj/guru:dev " Viorel Munteanu
2025-05-22 7:17 ` [gentoo-commits] repo/proj/guru:master " Viorel Munteanu
2025-04-01 8:45 David Roman
2024-07-17 8:40 David Roman
2024-07-17 8:40 David Roman
2024-05-15 12:36 Julien Roy
2024-05-14 5:15 Viorel Munteanu
2024-05-10 6:27 [gentoo-commits] repo/proj/guru:dev " Viorel Munteanu
2024-05-10 7:37 ` [gentoo-commits] repo/proj/guru:master " Viorel Munteanu
2024-03-28 17:52 [gentoo-commits] repo/proj/guru:dev " Viorel Munteanu
2024-03-28 17:52 ` [gentoo-commits] repo/proj/guru:master " Viorel Munteanu
2024-03-28 6:23 [gentoo-commits] repo/proj/guru:dev " Viorel Munteanu
2024-03-28 6:37 ` [gentoo-commits] repo/proj/guru:master " Viorel Munteanu
2023-03-13 8:02 [gentoo-commits] repo/proj/guru:dev " Viorel Munteanu
2023-03-13 8:29 ` [gentoo-commits] repo/proj/guru:master " Viorel Munteanu
2023-03-12 9:14 Viorel Munteanu
2022-01-10 13:13 Andrew Ammerlaan
2022-01-05 17:14 Florian Schmaus
2021-12-30 14:34 Florian Schmaus
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=1715662742.e4397e1c9e1a421a73a88d6a0e9cb82335d7eecb.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