Gentoo Archives: gentoo-commits

From: Zac Medico <zmedico@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/marshmallow/
Date: Sat, 24 Aug 2019 03:20:47
Message-Id: 1566616804.1ebd37250fa582ea7144cc82769b6d7ab1224624.zmedico@gentoo
1 commit: 1ebd37250fa582ea7144cc82769b6d7ab1224624
2 Author: Zac Medico <zmedico <AT> gentoo <DOT> org>
3 AuthorDate: Sat Aug 24 03:20:04 2019 +0000
4 Commit: Zac Medico <zmedico <AT> gentoo <DOT> org>
5 CommitDate: Sat Aug 24 03:20:04 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1ebd3725
7
8 dev-python/marshmallow: Remove old 3.0.0_beta versions
9
10 Package-Manager: Portage-2.3.72, Repoman-2.3.17
11 Signed-off-by: Zac Medico <zmedico <AT> gentoo.org>
12
13 dev-python/marshmallow/Manifest | 2 --
14 .../marshmallow/marshmallow-3.0.0_beta12.ebuild | 38 ----------------------
15 .../marshmallow/marshmallow-3.0.0_beta8.ebuild | 35 --------------------
16 3 files changed, 75 deletions(-)
17
18 diff --git a/dev-python/marshmallow/Manifest b/dev-python/marshmallow/Manifest
19 index 528b8635bb2..aa40c00867c 100644
20 --- a/dev-python/marshmallow/Manifest
21 +++ b/dev-python/marshmallow/Manifest
22 @@ -1,4 +1,2 @@
23 DIST marshmallow-2.20.2.tar.gz 152437 BLAKE2B 0d31537051c45bad52d922439d1cb9d69fc4a4bc2767d6a13bfe32a9edc978cadf9b1c508ae51532f5661291f32ed4b7c5e54f5fcd092eb4ebd7d3045521e9b8 SHA512 05511aafa978377152ea8ea1b70dd5558782bf634df5ae52453bfa65c7ec9270a12cd7a32e11872808a3289cfab2ef0380e129e84878511872e7cc95b0792453
24 -DIST marshmallow-3.0.0b12.tar.gz 153870 BLAKE2B 4279bb477861cbcef219a7442ffa29cb1f5bb084b08a9812256898771560add3d8e5dbcd2348d8734c1701131e02f33c69ca17f2d1d9010712e11ada96e0374f SHA512 3155503630b2a85eeb4b04769de79346b334975ab3611695806e799a76dfca78cc3c7d490b18158c757dd15d550fa408b651fa4c69b3e5eb147c4cf38613e2ab
25 -DIST marshmallow-3.0.0b8.tar.gz 148882 BLAKE2B a83e9cb2ff7d5786e5a0d5c947e578f81d7d2ab008257df195096e06031b100cd6d31bdab3df63b6ab6704268b1915827dd89f7e5fce6a638d136686fc9ebc07 SHA512 34f7a974872d0cdad828e342788269ab19194e17f30716dc8db21bc3b86ab3f1be6bd5e31c7bcbeaad7b8c70acc39eab256eb938060eff42067f5f1b3ba51c1c
26 DIST marshmallow-3.0.1.tar.gz 168186 BLAKE2B 6c89fed45c144a855c692bee39390e1c80b2977274acb704095e76567e6ed00643704473f95abac7fabb4c1d1d96b90cb9a6fe3a127a09a0d2a4c72c02358baf SHA512 085a7e9b265bb86232222e4decb32fa172d62bca3ba3c5303f12715be1b0ab6553b1978e28db520a6a7a25778915c770ac83c607bdebf5e4d26746cd69f2d555
27
28 diff --git a/dev-python/marshmallow/marshmallow-3.0.0_beta12.ebuild b/dev-python/marshmallow/marshmallow-3.0.0_beta12.ebuild
29 deleted file mode 100644
30 index f0836cd38e5..00000000000
31 --- a/dev-python/marshmallow/marshmallow-3.0.0_beta12.ebuild
32 +++ /dev/null
33 @@ -1,38 +0,0 @@
34 -# Copyright 1999-2019 Gentoo Authors
35 -# Distributed under the terms of the GNU General Public License v2
36 -
37 -EAPI=6
38 -PYTHON_COMPAT=( python2_7 python3_{5,6} )
39 -
40 -inherit distutils-r1
41 -
42 -MY_P=${P/_beta/b}
43 -DESCRIPTION="A lightweight library for converting complex datatypes to and from native Python datatypes."
44 -HOMEPAGE="https://github.com/marshmallow-code/marshmallow/"
45 -SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${MY_P}.tar.gz"
46 -
47 -LICENSE="MIT"
48 -SLOT="0"
49 -KEYWORDS="~amd64 ~arm ~arm64 ~x86"
50 -IUSE="test"
51 -
52 -RDEPEND="
53 - dev-python/python-dateutil[${PYTHON_USEDEP}]
54 -"
55 -DEPEND="${RDEPEND}
56 - dev-python/setuptools[${PYTHON_USEDEP}]
57 - test? (
58 - dev-python/pytest[${PYTHON_USEDEP}]
59 - dev-python/simplejson[${PYTHON_USEDEP}]
60 - )"
61 -
62 -S="${WORKDIR}/${MY_P}"
63 -
64 -src_prepare() {
65 - rm tests/test_py3/test_utils.py || die
66 - distutils-r1_src_prepare
67 -}
68 -
69 -python_test() {
70 - py.test -v || die "tests failed under ${EPYTHON}"
71 -}
72
73 diff --git a/dev-python/marshmallow/marshmallow-3.0.0_beta8.ebuild b/dev-python/marshmallow/marshmallow-3.0.0_beta8.ebuild
74 deleted file mode 100644
75 index 8f154b24c44..00000000000
76 --- a/dev-python/marshmallow/marshmallow-3.0.0_beta8.ebuild
77 +++ /dev/null
78 @@ -1,35 +0,0 @@
79 -# Copyright 1999-2019 Gentoo Authors
80 -# Distributed under the terms of the GNU General Public License v2
81 -
82 -EAPI=6
83 -PYTHON_COMPAT=( python2_7 python3_{5,6} )
84 -
85 -inherit distutils-r1
86 -
87 -MY_P=${P/_beta/b}
88 -DESCRIPTION="A lightweight library for converting complex datatypes to and from native Python datatypes."
89 -HOMEPAGE="https://github.com/marshmallow-code/marshmallow/"
90 -SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${MY_P}.tar.gz"
91 -
92 -LICENSE="MIT"
93 -SLOT="0"
94 -KEYWORDS="~amd64 ~arm ~arm64 ~x86"
95 -IUSE="test"
96 -
97 -RDEPEND="
98 - dev-python/python-dateutil[${PYTHON_USEDEP}]
99 -"
100 -DEPEND="${RDEPEND}
101 - dev-python/setuptools[${PYTHON_USEDEP}]
102 - test? ( dev-python/pytest[${PYTHON_USEDEP}] )"
103 -
104 -S="${WORKDIR}/${MY_P}"
105 -
106 -src_prepare() {
107 - rm tests/test_py3/test_utils.py || die
108 - distutils-r1_src_prepare
109 -}
110 -
111 -python_test() {
112 - py.test -v || die "tests failed under ${EPYTHON}"
113 -}