mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-24 04:59:14 -07:00
dev-python/marshmallow: Bump to 4.2.2
Signed-off-by: Michał Górny <mgorny@gentoo.org>
This commit is contained in:
@@ -1,2 +1,4 @@
|
||||
DIST marshmallow-4.2.1.tar.gz 221309 BLAKE2B 4619606ae690d894aaa4f669a298f817339f7721f30807df6f8fb1e757c1cfe663bf10a5f69b57cf10370659915205630b43c5cb60e326dc3ce1056aa3140035 SHA512 d4f8d4aa26e50dbabfa3a9b889aa9a10c4a127b34583c30167e6fda2e738c70fc686b6cd0efb945bce1cecaba509da36c81dce05b79f4bb0a90cf519e8fd7068
|
||||
DIST marshmallow-4.2.1.tar.gz.provenance 9902 BLAKE2B f3bd085e17a2a0cb1e64f466db43b8b41a7531f337f506e8590f001732d0febe1b4cdacdf736f290be112b2d5873c2c3925f0d89b84173d9b1c50cf8a84fb7cb SHA512 51638eb7f56f630b638dcd8c2615c14a52e8e45498caa5f16a364ff974ebb39ead35f18fc5bb2170f2895f533e57f12c144c1641c38715aa692ea4022826cb69
|
||||
DIST marshmallow-4.2.2.tar.gz 221404 BLAKE2B 08bdeffa85c8e371183d9f8888424c8edb5dc0a93ac7e2b92b03c742b6bda4db27446894f4e1e3153a2369b3f1448d58fafe34e585523c4b9757bd75bfb3502e SHA512 d13b9ce7110619379fd90b4cb4e5f94491dd30f2cd327d4444ed1b47d20ef6f3ccfa90069b263b4819f1527e80c4a9c6eb095686eb00ace9d9048b5c59230fe1
|
||||
DIST marshmallow-4.2.2.tar.gz.provenance 9855 BLAKE2B ee378252f6f40a4b9eda22e4a953051185c89ceab1ba10621b9ed19324e647382f65ee008bd65942d563a33bc60e5a0bd57ed5e3e758e7d639e7c4a8069c9c78 SHA512 556cfe4e7e89e777170cdbb43f3250c617be9fe3053f9ad846cc71db376c88809ea01a78d0f4dc315896cc9e1535561a83229d57e91e2e43236e46388e5e9dfe
|
||||
|
||||
29
dev-python/marshmallow/marshmallow-4.2.2.ebuild
Normal file
29
dev-python/marshmallow/marshmallow-4.2.2.ebuild
Normal file
@@ -0,0 +1,29 @@
|
||||
# Copyright 1999-2026 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=8
|
||||
|
||||
DISTUTILS_USE_PEP517=flit
|
||||
PYPI_VERIFY_REPO=https://github.com/marshmallow-code/marshmallow
|
||||
PYTHON_COMPAT=( python3_{11..14} )
|
||||
|
||||
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}]
|
||||
)
|
||||
"
|
||||
|
||||
EPYTEST_PLUGINS=()
|
||||
distutils_enable_tests pytest
|
||||
Reference in New Issue
Block a user