summaryrefslogtreecommitdiff
path: root/dev-python/marshmallow
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2025-04-17 06:41:39 +0200
committerMichał Górny <mgorny@gentoo.org>2025-04-17 06:42:16 +0200
commitceb0c2777e4ece8676fc44906e63fe305db306f6 (patch)
treec513f37b39d7acabdf03dfdc7c809898d7123b12 /dev-python/marshmallow
parent4cd5e87c28ec2270db9c8de14460025731fdcf09 (diff)
dev-python/marshmallow: Bump to 4.0.0
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/marshmallow')
-rw-r--r--dev-python/marshmallow/Manifest1
-rw-r--r--dev-python/marshmallow/marshmallow-4.0.0.ebuild27
2 files changed, 28 insertions, 0 deletions
diff --git a/dev-python/marshmallow/Manifest b/dev-python/marshmallow/Manifest
index f10c44837dd1..2cc05e8f4d13 100644
--- a/dev-python/marshmallow/Manifest
+++ b/dev-python/marshmallow/Manifest
@@ -1 +1,2 @@
DIST marshmallow-3.26.1.tar.gz 221825 BLAKE2B 37ac0cb401efd046070a406cfbbfb130020dcd0f60e8244f8734b28b9c1a3c151d8550016fb54d83861dd61f7d60c6157469fa575e2df1474f45e70bed7b8cd4 SHA512 b0146313010d03d7c5e4808bfb274e2923df455c34e5d31931a35b76c713dd1e403fdb0da95ba4f0eba3bdb747a57c4f85f296aad870170380e4d54fc6824d1e
+DIST marshmallow-4.0.0.tar.gz 220507 BLAKE2B 0e5256d1a662ccab596491e261d762b7ef58003cd842b9a25fc84f66b6b5b85381fd783465d85c8c3473c66d90d6138a43a94fec3b071a4e9a4b8cfec8a0db64 SHA512 6f0657d02f145722e6fd821d1ad752a2707970b26d7b09b9d63771476b3fefc9af4d1dfc67f253a40b06b641523832758c58de280d59f5009d815f0a4826e1b2
diff --git a/dev-python/marshmallow/marshmallow-4.0.0.ebuild b/dev-python/marshmallow/marshmallow-4.0.0.ebuild
new file mode 100644
index 000000000000..d8ca94a5b85f
--- /dev/null
+++ b/dev-python/marshmallow/marshmallow-4.0.0.ebuild
@@ -0,0 +1,27 @@
+# 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"
+
+BDEPEND="
+ test? (
+ dev-python/simplejson[${PYTHON_USEDEP}]
+ )
+"
+
+distutils_enable_tests pytest