summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2022-11-19 17:52:49 +0100
committerMichał Górny <mgorny@gentoo.org>2022-11-19 17:52:49 +0100
commita2ca0072ca7e732387230d929f31a2c4fa2bf891 (patch)
tree1ecb0819934f004e59fe753e4c4add0f94324b62 /dev-python/logbook/logbook-1.5.3.ebuild
parentdev-python/cli_helpers: Sync the live ebuild (diff)
downloadgentoo-a2ca0072ca7e732387230d929f31a2c4fa2bf891.tar.gz
gentoo-a2ca0072ca7e732387230d929f31a2c4fa2bf891.tar.bz2
gentoo-a2ca0072ca7e732387230d929f31a2c4fa2bf891.zip
dev-python/logbook: Remove old
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/logbook/logbook-1.5.3.ebuild')
-rw-r--r--dev-python/logbook/logbook-1.5.3.ebuild45
1 files changed, 0 insertions, 45 deletions
diff --git a/dev-python/logbook/logbook-1.5.3.ebuild b/dev-python/logbook/logbook-1.5.3.ebuild
deleted file mode 100644
index c6cca63be0e0..000000000000
--- a/dev-python/logbook/logbook-1.5.3.ebuild
+++ /dev/null
@@ -1,45 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-PYTHON_COMPAT=( python3_{7,8,9} )
-
-inherit distutils-r1
-
-DESCRIPTION="A logging replacement for Python"
-HOMEPAGE="https://logbook.readthedocs.io/en/stable/
- https://github.com/getlogbook/logbook
- https://pypi.org/project/Logbook/"
-SRC_URI="https://github.com/getlogbook/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
-
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="amd64 ~riscv x86"
-IUSE=""
-
-BDEPEND="
- test? (
- app-arch/brotli[${PYTHON_USEDEP},python]
- dev-python/execnet[${PYTHON_USEDEP}]
- dev-python/jinja[${PYTHON_USEDEP}]
- dev-python/pip[${PYTHON_USEDEP}]
- dev-python/pyzmq[${PYTHON_USEDEP}]
- dev-python/sqlalchemy[${PYTHON_USEDEP}]
- )"
-RDEPEND="
- !!dev-python/contextvars
- !!dev-python/gevent"
-
-distutils_enable_tests pytest
-distutils_enable_sphinx docs
-
-python_prepare_all() {
- # Delete test file requiring local connection to redis server
- rm tests/test_queues.py || die
- distutils-r1_python_prepare_all
-}
-
-python_configure_all() {
- export DISABLE_LOGBOOK_CEXT=1
-}