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: Sun, 17 Oct 2021 09:07:24
Message-Id: 1634461379.d48a7d36feb731cf2f93c023cd88a9ffdf5e4b1e.mgorny@gentoo
1 commit: d48a7d36feb731cf2f93c023cd88a9ffdf5e4b1e
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Sun Oct 17 09:02:59 2021 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Sun Oct 17 09:02:59 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d48a7d36
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 | 4 ----
13 dev-python/marshmallow/marshmallow-3.11.1.ebuild | 26 ------------------------
14 dev-python/marshmallow/marshmallow-3.12.0.ebuild | 26 ------------------------
15 dev-python/marshmallow/marshmallow-3.12.1.ebuild | 26 ------------------------
16 dev-python/marshmallow/marshmallow-3.12.2.ebuild | 26 ------------------------
17 5 files changed, 108 deletions(-)
18
19 diff --git a/dev-python/marshmallow/Manifest b/dev-python/marshmallow/Manifest
20 index 6033f56a6c9..de34178426f 100644
21 --- a/dev-python/marshmallow/Manifest
22 +++ b/dev-python/marshmallow/Manifest
23 @@ -1,5 +1 @@
24 -DIST marshmallow-3.11.1.tar.gz 173844 BLAKE2B edd816ccd254dc52e01a2e067ff3037fa5206ae5badb1e9b46d83d3bdcd926d324c39321e4fa2b4fdf276158d36c2d3634086f76086dececaa24213bbb765e42 SHA512 ebb6b20ffc1b199408ede0c88d1512cada14cf7220315100398137b8374940c03dda2e6449ab9135963598ab321669068a9eca0e1c4cd2f3f2454eba19db04bd
25 -DIST marshmallow-3.12.0.tar.gz 174790 BLAKE2B 07539540f361137dd2fa2d5c884e279137a82f69e8a9e294d6abe4c566c98f74a1836018618682ac0a08f1e0d1510dbffa6d9c030a98e2cba48230697742b7e3 SHA512 7b91ec42dffbb979bede21fbab17cfb081068eea54d02aaef991b58e884cc5675fb17d5f56278794e5c33960bf29951ba74533abb9a025228a524a4e413bd312
26 -DIST marshmallow-3.12.1.tar.gz 174784 BLAKE2B d3540ba833950d730db719c8ac7e8d66a54a4b06d0decc161d9b1f82d2012db2df7cc376bf3fb322e8d07e60057409f2e6ab761561e822c942d189418c70b9fa SHA512 aadbf9c3b45a5b435ce7fd7f60a4318f393221f23687be7b48af43deee111f48806489169815122f297539614a81700a435cc579cf5b7d0fffea2a2809368db9
27 -DIST marshmallow-3.12.2.tar.gz 174529 BLAKE2B 67c8431c1b013f40c3ebbb23631be3060e978a4cb71f3802b810d943bb69fd32bea59b3b7c92df5ea3cbcef28ef7b64f32c9fb1a6a3d5d42e4eabd6ce4b7958e SHA512 d1f5e695564d0df10ec3f74b336b6ade7b247b722beea61a8cf10e30653745d187d26dcda3a2f2d38c04423315d20a67bc883c9e7b0d4686a759e379644cd457
28 DIST marshmallow-3.13.0.tar.gz 175134 BLAKE2B fc8ffb87ba31d5bd56c7ebf655824f59c78cea257a1b59de8a97be9f380367d4db428b6f4f93f81140cccd8274fee7946e466f87f7c31b6b9d39d5bb9fba3104 SHA512 e4425bfa26609c80bc581b60be5554effe4a57eafc36338dc672cb0b42fc14d788a1ef3b4506b6429bf8d235e6edb10925173c8414b2abca12a4c7bb5496ed53
29
30 diff --git a/dev-python/marshmallow/marshmallow-3.11.1.ebuild b/dev-python/marshmallow/marshmallow-3.11.1.ebuild
31 deleted file mode 100644
32 index 9f52e665454..00000000000
33 --- a/dev-python/marshmallow/marshmallow-3.11.1.ebuild
34 +++ /dev/null
35 @@ -1,26 +0,0 @@
36 -# Copyright 1999-2021 Gentoo Authors
37 -# Distributed under the terms of the GNU General Public License v2
38 -
39 -EAPI=7
40 -PYTHON_COMPAT=( python3_{7..9} )
41 -
42 -inherit distutils-r1
43 -
44 -DESCRIPTION="A library for converting to and from native Python datatypes"
45 -HOMEPAGE="https://github.com/marshmallow-code/marshmallow/"
46 -SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
47 -
48 -LICENSE="MIT"
49 -SLOT="0"
50 -KEYWORDS="~amd64 ~arm ~arm64 ~x86"
51 -
52 -RDEPEND="
53 - dev-python/python-dateutil[${PYTHON_USEDEP}]
54 -"
55 -BDEPEND="
56 - test? (
57 - dev-python/pytz[${PYTHON_USEDEP}]
58 - dev-python/simplejson[${PYTHON_USEDEP}]
59 - )"
60 -
61 -distutils_enable_tests pytest
62
63 diff --git a/dev-python/marshmallow/marshmallow-3.12.0.ebuild b/dev-python/marshmallow/marshmallow-3.12.0.ebuild
64 deleted file mode 100644
65 index 9f52e665454..00000000000
66 --- a/dev-python/marshmallow/marshmallow-3.12.0.ebuild
67 +++ /dev/null
68 @@ -1,26 +0,0 @@
69 -# Copyright 1999-2021 Gentoo Authors
70 -# Distributed under the terms of the GNU General Public License v2
71 -
72 -EAPI=7
73 -PYTHON_COMPAT=( python3_{7..9} )
74 -
75 -inherit distutils-r1
76 -
77 -DESCRIPTION="A library for converting to and from native Python datatypes"
78 -HOMEPAGE="https://github.com/marshmallow-code/marshmallow/"
79 -SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
80 -
81 -LICENSE="MIT"
82 -SLOT="0"
83 -KEYWORDS="~amd64 ~arm ~arm64 ~x86"
84 -
85 -RDEPEND="
86 - dev-python/python-dateutil[${PYTHON_USEDEP}]
87 -"
88 -BDEPEND="
89 - test? (
90 - dev-python/pytz[${PYTHON_USEDEP}]
91 - dev-python/simplejson[${PYTHON_USEDEP}]
92 - )"
93 -
94 -distutils_enable_tests pytest
95
96 diff --git a/dev-python/marshmallow/marshmallow-3.12.1.ebuild b/dev-python/marshmallow/marshmallow-3.12.1.ebuild
97 deleted file mode 100644
98 index 97790c85ad1..00000000000
99 --- a/dev-python/marshmallow/marshmallow-3.12.1.ebuild
100 +++ /dev/null
101 @@ -1,26 +0,0 @@
102 -# Copyright 1999-2021 Gentoo Authors
103 -# Distributed under the terms of the GNU General Public License v2
104 -
105 -EAPI=7
106 -PYTHON_COMPAT=( python3_{7..10} )
107 -
108 -inherit distutils-r1
109 -
110 -DESCRIPTION="A library for converting to and from native Python datatypes"
111 -HOMEPAGE="https://github.com/marshmallow-code/marshmallow/"
112 -SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
113 -
114 -LICENSE="MIT"
115 -SLOT="0"
116 -KEYWORDS="~amd64 ~arm ~arm64 ~x86"
117 -
118 -RDEPEND="
119 - dev-python/python-dateutil[${PYTHON_USEDEP}]
120 -"
121 -BDEPEND="
122 - test? (
123 - dev-python/pytz[${PYTHON_USEDEP}]
124 - dev-python/simplejson[${PYTHON_USEDEP}]
125 - )"
126 -
127 -distutils_enable_tests pytest
128
129 diff --git a/dev-python/marshmallow/marshmallow-3.12.2.ebuild b/dev-python/marshmallow/marshmallow-3.12.2.ebuild
130 deleted file mode 100644
131 index 7d3435061f3..00000000000
132 --- a/dev-python/marshmallow/marshmallow-3.12.2.ebuild
133 +++ /dev/null
134 @@ -1,26 +0,0 @@
135 -# Copyright 1999-2021 Gentoo Authors
136 -# Distributed under the terms of the GNU General Public License v2
137 -
138 -EAPI=8
139 -
140 -PYTHON_COMPAT=( python3_{8..10} )
141 -inherit distutils-r1
142 -
143 -DESCRIPTION="A library for converting to and from native Python datatypes"
144 -HOMEPAGE="https://github.com/marshmallow-code/marshmallow/"
145 -SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
146 -
147 -LICENSE="MIT"
148 -SLOT="0"
149 -KEYWORDS="~amd64 ~arm ~arm64 ~x86"
150 -
151 -RDEPEND="
152 - dev-python/python-dateutil[${PYTHON_USEDEP}]
153 -"
154 -BDEPEND="
155 - test? (
156 - dev-python/pytz[${PYTHON_USEDEP}]
157 - dev-python/simplejson[${PYTHON_USEDEP}]
158 - )"
159 -
160 -distutils_enable_tests pytest