summaryrefslogtreecommitdiff
path: root/dev-python/python-mimeparse/python-mimeparse-1.6.0-r5.ebuild
diff options
context:
space:
mode:
authorLiguros - Gitlab CI/CD [develop] <gitlab@liguros.net>2024-09-28 12:45:56 +0000
committerLiguros - Gitlab CI/CD [develop] <gitlab@liguros.net>2024-09-28 12:45:56 +0000
commit4636778dc4c932df662f3087d1ff65366b2c4a61 (patch)
tree95b9542f53db68dbd6e429c00210e334c57ea9a8 /dev-python/python-mimeparse/python-mimeparse-1.6.0-r5.ebuild
parent267c6b1fcee2052fff5dcc8cb6a09b65bf15fc02 (diff)
downloadbaldeagleos-repo-4636778dc4c932df662f3087d1ff65366b2c4a61.tar.gz
baldeagleos-repo-4636778dc4c932df662f3087d1ff65366b2c4a61.tar.xz
baldeagleos-repo-4636778dc4c932df662f3087d1ff65366b2c4a61.zip
Adding metadata
Diffstat (limited to 'dev-python/python-mimeparse/python-mimeparse-1.6.0-r5.ebuild')
-rw-r--r--dev-python/python-mimeparse/python-mimeparse-1.6.0-r5.ebuild28
1 files changed, 0 insertions, 28 deletions
diff --git a/dev-python/python-mimeparse/python-mimeparse-1.6.0-r5.ebuild b/dev-python/python-mimeparse/python-mimeparse-1.6.0-r5.ebuild
deleted file mode 100644
index 359961302615..000000000000
--- a/dev-python/python-mimeparse/python-mimeparse-1.6.0-r5.ebuild
+++ /dev/null
@@ -1,28 +0,0 @@
-# Copyright 1999-2024 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_USE_PEP517=setuptools
-PYPI_NO_NORMALIZE=1
-PYTHON_COMPAT=( python3_{9,10,11,12,13} pypy3 )
-
-inherit distutils-r1 pypi
-
-DESCRIPTION="Basic functions for handling mime-types in python"
-HOMEPAGE="
- https://github.com/falconry/python-mimeparse/
- https://pypi.org/project/python-mimeparse/
-"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 hppa ~loong ~m68k ~mips ppc ppc64 ~riscv ~s390 sparc x86 ~amd64-linux ~x86-linux ~x64-macos"
-
-PATCHES=(
- "${FILESDIR}/${P}-py3.13.patch"
-)
-
-python_test() {
- "${EPYTHON}" mimeparse_test.py -v || die "Tests fail with ${EPYTHON}"
-}