From: "Michał Górny" <mgorny@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/marshmallow/
Date: Sun, 17 Oct 2021 09:07:20 +0000 (UTC) [thread overview]
Message-ID: <1634461379.d48a7d36feb731cf2f93c023cd88a9ffdf5e4b1e.mgorny@gentoo> (raw)
commit: d48a7d36feb731cf2f93c023cd88a9ffdf5e4b1e
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sun Oct 17 09:02:59 2021 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sun Oct 17 09:02:59 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d48a7d36
dev-python/marshmallow: Remove old
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
dev-python/marshmallow/Manifest | 4 ----
dev-python/marshmallow/marshmallow-3.11.1.ebuild | 26 ------------------------
dev-python/marshmallow/marshmallow-3.12.0.ebuild | 26 ------------------------
dev-python/marshmallow/marshmallow-3.12.1.ebuild | 26 ------------------------
dev-python/marshmallow/marshmallow-3.12.2.ebuild | 26 ------------------------
5 files changed, 108 deletions(-)
diff --git a/dev-python/marshmallow/Manifest b/dev-python/marshmallow/Manifest
index 6033f56a6c9..de34178426f 100644
--- a/dev-python/marshmallow/Manifest
+++ b/dev-python/marshmallow/Manifest
@@ -1,5 +1 @@
-DIST marshmallow-3.11.1.tar.gz 173844 BLAKE2B edd816ccd254dc52e01a2e067ff3037fa5206ae5badb1e9b46d83d3bdcd926d324c39321e4fa2b4fdf276158d36c2d3634086f76086dececaa24213bbb765e42 SHA512 ebb6b20ffc1b199408ede0c88d1512cada14cf7220315100398137b8374940c03dda2e6449ab9135963598ab321669068a9eca0e1c4cd2f3f2454eba19db04bd
-DIST marshmallow-3.12.0.tar.gz 174790 BLAKE2B 07539540f361137dd2fa2d5c884e279137a82f69e8a9e294d6abe4c566c98f74a1836018618682ac0a08f1e0d1510dbffa6d9c030a98e2cba48230697742b7e3 SHA512 7b91ec42dffbb979bede21fbab17cfb081068eea54d02aaef991b58e884cc5675fb17d5f56278794e5c33960bf29951ba74533abb9a025228a524a4e413bd312
-DIST marshmallow-3.12.1.tar.gz 174784 BLAKE2B d3540ba833950d730db719c8ac7e8d66a54a4b06d0decc161d9b1f82d2012db2df7cc376bf3fb322e8d07e60057409f2e6ab761561e822c942d189418c70b9fa SHA512 aadbf9c3b45a5b435ce7fd7f60a4318f393221f23687be7b48af43deee111f48806489169815122f297539614a81700a435cc579cf5b7d0fffea2a2809368db9
-DIST marshmallow-3.12.2.tar.gz 174529 BLAKE2B 67c8431c1b013f40c3ebbb23631be3060e978a4cb71f3802b810d943bb69fd32bea59b3b7c92df5ea3cbcef28ef7b64f32c9fb1a6a3d5d42e4eabd6ce4b7958e SHA512 d1f5e695564d0df10ec3f74b336b6ade7b247b722beea61a8cf10e30653745d187d26dcda3a2f2d38c04423315d20a67bc883c9e7b0d4686a759e379644cd457
DIST marshmallow-3.13.0.tar.gz 175134 BLAKE2B fc8ffb87ba31d5bd56c7ebf655824f59c78cea257a1b59de8a97be9f380367d4db428b6f4f93f81140cccd8274fee7946e466f87f7c31b6b9d39d5bb9fba3104 SHA512 e4425bfa26609c80bc581b60be5554effe4a57eafc36338dc672cb0b42fc14d788a1ef3b4506b6429bf8d235e6edb10925173c8414b2abca12a4c7bb5496ed53
diff --git a/dev-python/marshmallow/marshmallow-3.11.1.ebuild b/dev-python/marshmallow/marshmallow-3.11.1.ebuild
deleted file mode 100644
index 9f52e665454..00000000000
--- a/dev-python/marshmallow/marshmallow-3.11.1.ebuild
+++ /dev/null
@@ -1,26 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-PYTHON_COMPAT=( python3_{7..9} )
-
-inherit distutils-r1
-
-DESCRIPTION="A library for converting to and from native Python datatypes"
-HOMEPAGE="https://github.com/marshmallow-code/marshmallow/"
-SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~x86"
-
-RDEPEND="
- dev-python/python-dateutil[${PYTHON_USEDEP}]
-"
-BDEPEND="
- test? (
- dev-python/pytz[${PYTHON_USEDEP}]
- dev-python/simplejson[${PYTHON_USEDEP}]
- )"
-
-distutils_enable_tests pytest
diff --git a/dev-python/marshmallow/marshmallow-3.12.0.ebuild b/dev-python/marshmallow/marshmallow-3.12.0.ebuild
deleted file mode 100644
index 9f52e665454..00000000000
--- a/dev-python/marshmallow/marshmallow-3.12.0.ebuild
+++ /dev/null
@@ -1,26 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-PYTHON_COMPAT=( python3_{7..9} )
-
-inherit distutils-r1
-
-DESCRIPTION="A library for converting to and from native Python datatypes"
-HOMEPAGE="https://github.com/marshmallow-code/marshmallow/"
-SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~x86"
-
-RDEPEND="
- dev-python/python-dateutil[${PYTHON_USEDEP}]
-"
-BDEPEND="
- test? (
- dev-python/pytz[${PYTHON_USEDEP}]
- dev-python/simplejson[${PYTHON_USEDEP}]
- )"
-
-distutils_enable_tests pytest
diff --git a/dev-python/marshmallow/marshmallow-3.12.1.ebuild b/dev-python/marshmallow/marshmallow-3.12.1.ebuild
deleted file mode 100644
index 97790c85ad1..00000000000
--- a/dev-python/marshmallow/marshmallow-3.12.1.ebuild
+++ /dev/null
@@ -1,26 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-PYTHON_COMPAT=( python3_{7..10} )
-
-inherit distutils-r1
-
-DESCRIPTION="A library for converting to and from native Python datatypes"
-HOMEPAGE="https://github.com/marshmallow-code/marshmallow/"
-SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~x86"
-
-RDEPEND="
- dev-python/python-dateutil[${PYTHON_USEDEP}]
-"
-BDEPEND="
- test? (
- dev-python/pytz[${PYTHON_USEDEP}]
- dev-python/simplejson[${PYTHON_USEDEP}]
- )"
-
-distutils_enable_tests pytest
diff --git a/dev-python/marshmallow/marshmallow-3.12.2.ebuild b/dev-python/marshmallow/marshmallow-3.12.2.ebuild
deleted file mode 100644
index 7d3435061f3..00000000000
--- a/dev-python/marshmallow/marshmallow-3.12.2.ebuild
+++ /dev/null
@@ -1,26 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-PYTHON_COMPAT=( python3_{8..10} )
-inherit distutils-r1
-
-DESCRIPTION="A library for converting to and from native Python datatypes"
-HOMEPAGE="https://github.com/marshmallow-code/marshmallow/"
-SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~x86"
-
-RDEPEND="
- dev-python/python-dateutil[${PYTHON_USEDEP}]
-"
-BDEPEND="
- test? (
- dev-python/pytz[${PYTHON_USEDEP}]
- dev-python/simplejson[${PYTHON_USEDEP}]
- )"
-
-distutils_enable_tests pytest
next reply other threads:[~2021-10-17 9:07 UTC|newest]
Thread overview: 51+ messages / expand[flat|nested] mbox.gz Atom feed top
2021-10-17 9:07 Michał Górny [this message]
-- strict thread matches above, loose matches on Subject: below --
2024-11-02 6:32 [gentoo-commits] repo/gentoo:master commit in: dev-python/marshmallow/ Michał Górny
2024-11-02 6:32 Michał Górny
2024-10-18 4:29 Michał Górny
2024-08-21 3:14 Michał Górny
2024-08-21 3:14 Michał Górny
2024-06-06 16:17 Michał Górny
2024-05-18 6:11 Michał Górny
2024-05-18 6:11 Michał Górny
2024-05-02 2:00 Michał Górny
2024-05-02 2:00 Michał Górny
2024-03-05 5:18 Michał Górny
2024-02-27 6:38 Michał Górny
2024-01-10 4:42 Michał Górny
2023-07-24 11:32 Michał Górny
2023-07-21 6:06 Michał Górny
2023-05-27 9:44 Arthur Zamarin
2022-11-14 4:44 Michał Górny
2022-11-12 7:33 Michał Górny
2022-11-12 7:33 Michał Górny
2022-09-22 10:29 Michał Górny
2022-08-23 17:41 Arthur Zamarin
2022-06-27 4:40 Michał Górny
2022-06-16 8:06 Michał Górny
2022-05-30 7:22 Michał Górny
2022-05-16 13:20 Michał Górny
2022-03-14 17:04 Michał Górny
2021-11-14 8:46 Michał Górny
2021-10-17 21:15 Michał Górny
2021-07-22 7:25 Michał Górny
2021-07-07 6:33 Michał Górny
2021-05-11 7:56 Michał Górny
2021-05-10 7:24 Michał Górny
2021-05-10 7:24 Michał Górny
2021-03-30 7:17 Michał Górny
2021-03-29 7:28 Michał Górny
2020-12-19 22:17 Michał Górny
2020-12-19 22:17 Michał Górny
2020-10-14 10:43 Alexey Shvetsov
2020-03-30 21:27 Patrick McLean
2020-03-27 21:25 Michał Górny
2020-02-05 16:24 Michał Górny
2019-12-12 21:28 Alexey Shvetsov
2019-08-24 3:20 Zac Medico
2019-08-24 3:20 Zac Medico
2019-08-24 3:20 Zac Medico
2019-04-27 23:31 Anthony G. Basile
2019-03-16 23:56 Anthony G. Basile
2018-08-21 19:33 Zac Medico
2018-07-15 0:23 Anthony G. Basile
2018-04-12 0:19 Zac Medico
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1634461379.d48a7d36feb731cf2f93c023cd88a9ffdf5e4b1e.mgorny@gentoo \
--to=mgorny@gentoo.org \
--cc=gentoo-commits@lists.gentoo.org \
--cc=gentoo-dev@lists.gentoo.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox