From: "Michał Górny" <mgorny@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/marshmallow/
Date: Thu, 17 Apr 2025 04:53:13 +0000 (UTC) [thread overview]
Message-ID: <1744864400.2ecb78edac1c9a2c4baa857551e380d51a061340.mgorny@gentoo> (raw)
commit: 2ecb78edac1c9a2c4baa857551e380d51a061340
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Thu Apr 17 04:33:20 2025 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Thu Apr 17 04:33:20 2025 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2ecb78ed
dev-python/marshmallow: Remove old
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
dev-python/marshmallow/Manifest | 2 --
dev-python/marshmallow/marshmallow-3.25.1.ebuild | 32 ------------------------
dev-python/marshmallow/marshmallow-3.26.0.ebuild | 32 ------------------------
3 files changed, 66 deletions(-)
diff --git a/dev-python/marshmallow/Manifest b/dev-python/marshmallow/Manifest
index d04f46870f67..f10c44837dd1 100644
--- a/dev-python/marshmallow/Manifest
+++ b/dev-python/marshmallow/Manifest
@@ -1,3 +1 @@
-DIST marshmallow-3.25.1.tar.gz 217295 BLAKE2B 73f6b1e7430f44bc3ea70c35ae5f5a3d219d6a89b53785ab7c32ec223714cd085822f3f41fef10e5af602ae64fab26d67ba49c2f7ef1f3ac24e8c406e3e18ff1 SHA512 7f67ec90ce4b8933d8e6b3aaac66de314d249b314cde85c2489644271426624136334daaea4aabfda638cb156bcbaf685c9a10e5fd7ecd7f008a0d4bd5a6a72d
-DIST marshmallow-3.26.0.tar.gz 221490 BLAKE2B 72421900002e9c2793c3f27aacbad514d75247e6af6429deec5f9eb7a9ea46c1d2c4d393b43d4ec129b7dfdd60dcde1deeed63ca6851a909f511eb60863f94cd SHA512 6419da36379a5f62978bb66b2b0f12d22dac5b6898ef04c062f529b4327bea9de8ad004325a33a3af035d066e34a6c4ba0f5621388420450023b69cc0a8f9b41
DIST marshmallow-3.26.1.tar.gz 221825 BLAKE2B 37ac0cb401efd046070a406cfbbfb130020dcd0f60e8244f8734b28b9c1a3c151d8550016fb54d83861dd61f7d60c6157469fa575e2df1474f45e70bed7b8cd4 SHA512 b0146313010d03d7c5e4808bfb274e2923df455c34e5d31931a35b76c713dd1e403fdb0da95ba4f0eba3bdb747a57c4f85f296aad870170380e4d54fc6824d1e
diff --git a/dev-python/marshmallow/marshmallow-3.25.1.ebuild b/dev-python/marshmallow/marshmallow-3.25.1.ebuild
deleted file mode 100644
index 00c37a86fba2..000000000000
--- a/dev-python/marshmallow/marshmallow-3.25.1.ebuild
+++ /dev/null
@@ -1,32 +0,0 @@
-# Copyright 1999-2025 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_USE_PEP517=flit
-PYTHON_COMPAT=( python3_{10..13} )
-
-inherit distutils-r1 pypi
-
-DESCRIPTION="A library for converting to and from native Python datatypes"
-HOMEPAGE="
- https://github.com/marshmallow-code/marshmallow/
- https://pypi.org/project/marshmallow/
-"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~x86"
-
-RDEPEND="
- >=dev-python/packaging-17.0[${PYTHON_USEDEP}]
- dev-python/python-dateutil[${PYTHON_USEDEP}]
-"
-BDEPEND="
- test? (
- dev-python/pytz[${PYTHON_USEDEP}]
- dev-python/simplejson[${PYTHON_USEDEP}]
- )
-"
-
-distutils_enable_tests pytest
diff --git a/dev-python/marshmallow/marshmallow-3.26.0.ebuild b/dev-python/marshmallow/marshmallow-3.26.0.ebuild
deleted file mode 100644
index 00c37a86fba2..000000000000
--- a/dev-python/marshmallow/marshmallow-3.26.0.ebuild
+++ /dev/null
@@ -1,32 +0,0 @@
-# Copyright 1999-2025 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_USE_PEP517=flit
-PYTHON_COMPAT=( python3_{10..13} )
-
-inherit distutils-r1 pypi
-
-DESCRIPTION="A library for converting to and from native Python datatypes"
-HOMEPAGE="
- https://github.com/marshmallow-code/marshmallow/
- https://pypi.org/project/marshmallow/
-"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~x86"
-
-RDEPEND="
- >=dev-python/packaging-17.0[${PYTHON_USEDEP}]
- dev-python/python-dateutil[${PYTHON_USEDEP}]
-"
-BDEPEND="
- test? (
- dev-python/pytz[${PYTHON_USEDEP}]
- dev-python/simplejson[${PYTHON_USEDEP}]
- )
-"
-
-distutils_enable_tests pytest
next reply other threads:[~2025-04-17 4:53 UTC|newest]
Thread overview: 64+ messages / expand[flat|nested] mbox.gz Atom feed top
2025-04-17 4:53 Michał Górny [this message]
-- strict thread matches above, loose matches on Subject: below --
2025-04-17 4:53 [gentoo-commits] repo/gentoo:master commit in: dev-python/marshmallow/ Michał Górny
2025-02-04 4:28 Michał Górny
2025-01-23 5:39 Michał Górny
2025-01-23 5:39 Michał Górny
2025-01-12 3:32 Michał Górny
2025-01-10 5:31 Michał Górny
2025-01-10 5:31 Michał Górny
2025-01-09 5:26 Michał Górny
2025-01-08 9:12 Michał Górny
2025-01-04 9:30 Michał Górny
2024-12-19 5:12 Michał Górny
2024-12-19 5:12 Michał Górny
2024-11-02 6:32 Michał Górny
2024-11-02 6:32 Michał Górny
2024-10-18 4:29 Michał Górny
2024-08-21 3:14 Michał Górny
2024-08-21 3:14 Michał Górny
2024-06-06 16:17 Michał Górny
2024-05-18 6:11 Michał Górny
2024-05-18 6:11 Michał Górny
2024-05-02 2:00 Michał Górny
2024-05-02 2:00 Michał Górny
2024-03-05 5:18 Michał Górny
2024-02-27 6:38 Michał Górny
2024-01-10 4:42 Michał Górny
2023-07-24 11:32 Michał Górny
2023-07-21 6:06 Michał Górny
2023-05-27 9:44 Arthur Zamarin
2022-11-14 4:44 Michał Górny
2022-11-12 7:33 Michał Górny
2022-11-12 7:33 Michał Górny
2022-09-22 10:29 Michał Górny
2022-08-23 17:41 Arthur Zamarin
2022-06-27 4:40 Michał Górny
2022-06-16 8:06 Michał Górny
2022-05-30 7:22 Michał Górny
2022-05-16 13:20 Michał Górny
2022-03-14 17:04 Michał Górny
2021-11-14 8:46 Michał Górny
2021-10-17 21:15 Michał Górny
2021-10-17 9:07 Michał Górny
2021-07-22 7:25 Michał Górny
2021-07-07 6:33 Michał Górny
2021-05-11 7:56 Michał Górny
2021-05-10 7:24 Michał Górny
2021-05-10 7:24 Michał Górny
2021-03-30 7:17 Michał Górny
2021-03-29 7:28 Michał Górny
2020-12-19 22:17 Michał Górny
2020-12-19 22:17 Michał Górny
2020-10-14 10:43 Alexey Shvetsov
2020-03-30 21:27 Patrick McLean
2020-03-27 21:25 Michał Górny
2020-02-05 16:24 Michał Górny
2019-12-12 21:28 Alexey Shvetsov
2019-08-24 3:20 Zac Medico
2019-08-24 3:20 Zac Medico
2019-08-24 3:20 Zac Medico
2019-04-27 23:31 Anthony G. Basile
2019-03-16 23:56 Anthony G. Basile
2018-08-21 19:33 Zac Medico
2018-07-15 0:23 Anthony G. Basile
2018-04-12 0:19 Zac Medico
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=1744864400.2ecb78edac1c9a2c4baa857551e380d51a061340.mgorny@gentoo \
--to=mgorny@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