diff options
author | Michał Górny <mgorny@gentoo.org> | 2022-06-16 10:06:11 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2022-06-16 10:06:11 +0200 |
commit | 613ea8df7c72b28a04d2c36f768a44c3a4eeef9c (patch) | |
tree | 4d1eaa9188d47e51bdaf2eb4cb55bad1ed8ccc79 /dev-python/marshmallow | |
parent | dev-python/jupyterlab_server: Remove old (diff) | |
download | gentoo-613ea8df7c72b28a04d2c36f768a44c3a4eeef9c.tar.gz gentoo-613ea8df7c72b28a04d2c36f768a44c3a4eeef9c.tar.bz2 gentoo-613ea8df7c72b28a04d2c36f768a44c3a4eeef9c.zip |
dev-python/marshmallow: Remove old
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/marshmallow')
-rw-r--r-- | dev-python/marshmallow/Manifest | 1 | ||||
-rw-r--r-- | dev-python/marshmallow/marshmallow-3.15.0.ebuild | 30 |
2 files changed, 0 insertions, 31 deletions
diff --git a/dev-python/marshmallow/Manifest b/dev-python/marshmallow/Manifest index 8a91f74597f2..3872a8cc94e1 100644 --- a/dev-python/marshmallow/Manifest +++ b/dev-python/marshmallow/Manifest @@ -1,2 +1 @@ -DIST marshmallow-3.15.0.tar.gz 179483 BLAKE2B 5cd660f4b1bf3ffb775e06659adce2f0da8bf46bd5376eb4407793925de60fce48ac633baced399314d9cef1faaf00f2643e56404cdc2c44e51b5b0c42ab533d SHA512 9d688466b9dfce7cd3307538aadb68c8297d3ee026a7a61953d361a9e52acafd00da81f48ab26771dba74bf8024117d53292763ab98cb78e2bbd7b5604bee4f1 DIST marshmallow-3.16.0.tar.gz 180106 BLAKE2B c3d9b9c1645e7df103940b8e637f3de027f23e5da4a6ebd25412fef9d2d61483ec934af5c37f781121928a7b2f98b44793a8671173a5c548936ce0bbd0d2290d SHA512 5d3c7babff9117261afb902090bffcdba4eee2984d13862f4974fc043c6e56420707a6d3aba4a6046d947ef9414386c24895fc9a2538e36e505692e76d70f409 diff --git a/dev-python/marshmallow/marshmallow-3.15.0.ebuild b/dev-python/marshmallow/marshmallow-3.15.0.ebuild deleted file mode 100644 index f26c074cbd82..000000000000 --- a/dev-python/marshmallow/marshmallow-3.15.0.ebuild +++ /dev/null @@ -1,30 +0,0 @@ -# Copyright 1999-2022 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -DISTUTILS_USE_PEP517=setuptools -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/packaging[${PYTHON_USEDEP}] - dev-python/python-dateutil[${PYTHON_USEDEP}] -" -BDEPEND=" - test? ( - dev-python/pytz[${PYTHON_USEDEP}] - dev-python/simplejson[${PYTHON_USEDEP}] - ) -" - -distutils_enable_tests pytest |