diff options
| author | Michał Górny <mgorny@gentoo.org> | 2026-02-05 08:48:37 +0100 |
|---|---|---|
| committer | Michał Górny <mgorny@gentoo.org> | 2026-02-05 09:57:08 +0100 |
| commit | bc12c4e3f38f69c6f33fdf3cb329ccb3d728607a (patch) | |
| tree | 8de04af427c8e35bd94d5c5eac971461d645523a /dev-python | |
| parent | 11e530553881d6123563e4131661f4b1ec37ba81 (diff) | |
| download | gentoo-bc12c4e3f38f69c6f33fdf3cb329ccb3d728607a.tar.gz gentoo-bc12c4e3f38f69c6f33fdf3cb329ccb3d728607a.tar.bz2 gentoo-bc12c4e3f38f69c6f33fdf3cb329ccb3d728607a.zip | |
dev-python/marshmallow: Remove old
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python')
| -rw-r--r-- | dev-python/marshmallow/Manifest | 3 | ||||
| -rw-r--r-- | dev-python/marshmallow/marshmallow-3.26.2.ebuild | 31 | ||||
| -rw-r--r-- | dev-python/marshmallow/marshmallow-4.2.0.ebuild | 29 |
3 files changed, 0 insertions, 63 deletions
diff --git a/dev-python/marshmallow/Manifest b/dev-python/marshmallow/Manifest index 85d6788ce499..b54a21ed60f6 100644 --- a/dev-python/marshmallow/Manifest +++ b/dev-python/marshmallow/Manifest @@ -1,5 +1,2 @@ -DIST marshmallow-3.26.2.tar.gz 222095 BLAKE2B bfb279930cfda0a6b052badf1252926a282a40939d6c10222bb9ae84ea6b485441327e01d225a5837e723f7eede13dc868552cd4731470b1b543aada708b3bcb SHA512 022e656f4964abf0378f597b2c1dba9d4296e5710e4efb5c4ba25254435d4618bf21f1f8bb181b4fb613dbffe3dec76b97d191db9496441139b7698e8448ba00 -DIST marshmallow-4.2.0.tar.gz 221225 BLAKE2B a31cb68b740ff957e83d6b9e38403c9120888a138e505e1e3f64a06124a48272d1085cf98d90b888271f2908321335707d8cadb2f80da58e1e78a009a126d55c SHA512 76f400e7cd15ce10e784a0f9a33f2ab71e2cb494ebbc2fdb16136f0a0a2000da2f0dfda2770ba78109c9c1197001595f395c94207d484bafdf4c5e10c45e49f8 -DIST marshmallow-4.2.0.tar.gz.provenance 9863 BLAKE2B 71e6e1a3037e31fca011c2096d77d0c4b02326a2169344d0e6b9126f8451b54d2225e975edbee94d00e6333d1ff7ffbda0cde71a4d52afe6fc094df697eed991 SHA512 d8e61b03398e68dd653901b86140212e9db48f5b8008cbe77410237ecbb5c7fb043cc53cf5cd36f9f737f11501c7bdc95b22e555f80e81fb6264ef26c31b4239 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 diff --git a/dev-python/marshmallow/marshmallow-3.26.2.ebuild b/dev-python/marshmallow/marshmallow-3.26.2.ebuild deleted file mode 100644 index f9f1a13263f1..000000000000 --- a/dev-python/marshmallow/marshmallow-3.26.2.ebuild +++ /dev/null @@ -1,31 +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_{11..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}] -" -BDEPEND=" - test? ( - dev-python/simplejson[${PYTHON_USEDEP}] - ) -" - -EPYTEST_PLUGINS=() -distutils_enable_tests pytest diff --git a/dev-python/marshmallow/marshmallow-4.2.0.ebuild b/dev-python/marshmallow/marshmallow-4.2.0.ebuild deleted file mode 100644 index ac2948fdae01..000000000000 --- a/dev-python/marshmallow/marshmallow-4.2.0.ebuild +++ /dev/null @@ -1,29 +0,0 @@ -# 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 |
