diff options
| author | Liguros - Gitlab CI/CD [develop] <gitlab@liguros.net> | 2024-06-16 06:22:55 +0000 |
|---|---|---|
| committer | Liguros - Gitlab CI/CD [develop] <gitlab@liguros.net> | 2024-06-16 06:22:55 +0000 |
| commit | 0fa4148af439d1471b7ba8cbeaa2719752bfdea5 (patch) | |
| tree | 644e5a6bcfb2f715ff40a954bbe6564f1fdf33ff /dev-python/marshmallow_enum | |
| parent | 138976658758b93a17ac984aac6795c177573feb (diff) | |
| download | baldeagleos-repo-0fa4148af439d1471b7ba8cbeaa2719752bfdea5.tar.gz baldeagleos-repo-0fa4148af439d1471b7ba8cbeaa2719752bfdea5.tar.xz baldeagleos-repo-0fa4148af439d1471b7ba8cbeaa2719752bfdea5.zip | |
Adding metadata
Diffstat (limited to 'dev-python/marshmallow_enum')
| -rw-r--r-- | dev-python/marshmallow_enum/Manifest | 1 | ||||
| -rw-r--r-- | dev-python/marshmallow_enum/marshmallow_enum-1.5.1.ebuild | 28 | ||||
| -rw-r--r-- | dev-python/marshmallow_enum/metadata.xml | 6 |
3 files changed, 0 insertions, 35 deletions
diff --git a/dev-python/marshmallow_enum/Manifest b/dev-python/marshmallow_enum/Manifest deleted file mode 100644 index 4b7ec09ca9ac..000000000000 --- a/dev-python/marshmallow_enum/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST marshmallow_enum-1.5.1.tar.gz 6562 BLAKE2B b79a610e2e99c29d8d972f6e4963e5f8632a1c826b6aa8e8ceba83cc03c665a6ea4ac443872a05eff748ba09c016bc9275440cdce994a2e1fa1edf743da25a13 SHA512 989fe58613dc28f242b1990a727a87c453809ad2de9355595e53e2c569de6434c76c150522c31189282edca74740dc0aabfafa57e2f78397644adae1b6d99f7d diff --git a/dev-python/marshmallow_enum/marshmallow_enum-1.5.1.ebuild b/dev-python/marshmallow_enum/marshmallow_enum-1.5.1.ebuild deleted file mode 100644 index c38b92620ce1..000000000000 --- a/dev-python/marshmallow_enum/marshmallow_enum-1.5.1.ebuild +++ /dev/null @@ -1,28 +0,0 @@ -# Copyright 1999-2022 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -PYTHON_COMPAT=( python3_{8,9,10,11,12} ) - -inherit distutils-r1 - -DESCRIPTION="Enum handling for Marshmallow" -HOMEPAGE="https://github.com/justanr/marshmallow_enum" -SRC_URI="https://github.com/justanr/marshmallow_enum/archive/refs/tags/v${PV}.tar.gz -> ${P}.tar.gz" - -LICENSE="MIT" -SLOT="0" -KEYWORDS="~amd64" -IUSE="test" -RESTRICT="!test? ( test )" - -RDEPEND=">=dev-python/marshmallow-2.0.0[${PYTHON_USEDEP}]" -DEPEND="${RDEPEND}" - -distutils_enable_tests pytest - -src_prepare() { - sed -e '/addopts/d' -i tox.ini || die - distutils-r1_src_prepare -} diff --git a/dev-python/marshmallow_enum/metadata.xml b/dev-python/marshmallow_enum/metadata.xml deleted file mode 100644 index 736a1167c898..000000000000 --- a/dev-python/marshmallow_enum/metadata.xml +++ /dev/null @@ -1,6 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE pkgmetadata SYSTEM "https://liguros.gitlab.io/dtd/metadata.dtd"> -<pkgmetadata> - - <origin>gentoo-guru-overlay</origin> -</pkgmetadata>
\ No newline at end of file |
