Gentoo Archives: gentoo-commits

From: "Michał Górny" <mgorny@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/marshmallow/
Date: Mon, 16 May 2022 13:20:50
Message-Id: 1652707138.6d70267dfb362a645ce0bf4216bf201252d1704e.mgorny@gentoo
1 commit: 6d70267dfb362a645ce0bf4216bf201252d1704e
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Mon May 16 13:18:58 2022 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Mon May 16 13:18:58 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6d70267d
7
8 dev-python/marshmallow: Remove old
9
10 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
11
12 dev-python/marshmallow/Manifest | 1 -
13 dev-python/marshmallow/marshmallow-3.14.0.ebuild | 26 ------------------------
14 2 files changed, 27 deletions(-)
15
16 diff --git a/dev-python/marshmallow/Manifest b/dev-python/marshmallow/Manifest
17 index abba62073be8..cab3ce6a18c2 100644
18 --- a/dev-python/marshmallow/Manifest
19 +++ b/dev-python/marshmallow/Manifest
20 @@ -1,2 +1 @@
21 -DIST marshmallow-3.14.0.tar.gz 175637 BLAKE2B 003bd5ee17d4c3db63fabcd75838f5455576eb8a741a0f1daba8c629ade145593538ba15d3ecd47d5b3cce65573f4ecd765c9badb0dd077c44b6d04537a1332f SHA512 3eed3cb7ba063c6a3503091b46443c6ad96f82e6c21e7ceb047b379dddad4429e59a8e5c828be258433b2743a8231bb338ef96f21767f17ed75fe44138bb0d64
22 DIST marshmallow-3.15.0.tar.gz 179483 BLAKE2B 5cd660f4b1bf3ffb775e06659adce2f0da8bf46bd5376eb4407793925de60fce48ac633baced399314d9cef1faaf00f2643e56404cdc2c44e51b5b0c42ab533d SHA512 9d688466b9dfce7cd3307538aadb68c8297d3ee026a7a61953d361a9e52acafd00da81f48ab26771dba74bf8024117d53292763ab98cb78e2bbd7b5604bee4f1
23
24 diff --git a/dev-python/marshmallow/marshmallow-3.14.0.ebuild b/dev-python/marshmallow/marshmallow-3.14.0.ebuild
25 deleted file mode 100644
26 index 7d3435061f3f..000000000000
27 --- a/dev-python/marshmallow/marshmallow-3.14.0.ebuild
28 +++ /dev/null
29 @@ -1,26 +0,0 @@
30 -# Copyright 1999-2021 Gentoo Authors
31 -# Distributed under the terms of the GNU General Public License v2
32 -
33 -EAPI=8
34 -
35 -PYTHON_COMPAT=( python3_{8..10} )
36 -inherit distutils-r1
37 -
38 -DESCRIPTION="A library for converting to and from native Python datatypes"
39 -HOMEPAGE="https://github.com/marshmallow-code/marshmallow/"
40 -SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
41 -
42 -LICENSE="MIT"
43 -SLOT="0"
44 -KEYWORDS="~amd64 ~arm ~arm64 ~x86"
45 -
46 -RDEPEND="
47 - dev-python/python-dateutil[${PYTHON_USEDEP}]
48 -"
49 -BDEPEND="
50 - test? (
51 - dev-python/pytz[${PYTHON_USEDEP}]
52 - dev-python/simplejson[${PYTHON_USEDEP}]
53 - )"
54 -
55 -distutils_enable_tests pytest