summaryrefslogtreecommitdiff
path: root/dev-python/structlog/structlog-24.1.0.ebuild
diff options
context:
space:
mode:
authorLiguros - Gitlab CI/CD [develop] <gitlab@liguros.net>2024-06-14 05:47:57 +0000
committerLiguros - Gitlab CI/CD [develop] <gitlab@liguros.net>2024-06-14 05:47:57 +0000
commit4cd8f807bb726c066be9ef87a1912a6551f21466 (patch)
treea5929539dbc0a9a62dae0c778b4175f881952ac0 /dev-python/structlog/structlog-24.1.0.ebuild
parentd3f5e753fb3ea4e2027f8114f73085a1ae6a06ab (diff)
downloadbaldeagleos-repo-4cd8f807bb726c066be9ef87a1912a6551f21466.tar.gz
baldeagleos-repo-4cd8f807bb726c066be9ef87a1912a6551f21466.tar.xz
baldeagleos-repo-4cd8f807bb726c066be9ef87a1912a6551f21466.zip
Adding metadata
Diffstat (limited to 'dev-python/structlog/structlog-24.1.0.ebuild')
-rw-r--r--dev-python/structlog/structlog-24.1.0.ebuild31
1 files changed, 0 insertions, 31 deletions
diff --git a/dev-python/structlog/structlog-24.1.0.ebuild b/dev-python/structlog/structlog-24.1.0.ebuild
deleted file mode 100644
index d0874c84e81c..000000000000
--- a/dev-python/structlog/structlog-24.1.0.ebuild
+++ /dev/null
@@ -1,31 +0,0 @@
-# Copyright 1999-2024 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_USE_PEP517=hatchling
-PYTHON_COMPAT=( python3_{8,9,10,11,12} )
-
-inherit distutils-r1 pypi
-
-DESCRIPTION="Structured Logging for Python"
-HOMEPAGE="
- https://github.com/hynek/structlog/
- https://pypi.org/project/structlog/
-"
-
-LICENSE="|| ( Apache-2.0 MIT )"
-SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~loong ~mips ppc ppc64 ~riscv ~s390 ~sparc x86"
-
-BDEPEND="
- dev-python/hatch-fancy-pypi-readme[${PYTHON_USEDEP}]
- dev-python/hatch-vcs[${PYTHON_USEDEP}]
- test? (
- dev-python/freezegun[${PYTHON_USEDEP}]
- dev-python/pretend[${PYTHON_USEDEP}]
- dev-python/pytest-asyncio[${PYTHON_USEDEP}]
- )
-"
-
-distutils_enable_tests pytest