summaryrefslogtreecommitdiff
path: root/dev-python/aiohttp-jinja2/aiohttp-jinja2-1.5.ebuild
diff options
context:
space:
mode:
authorDavid Seifert <soap@gentoo.org>2023-03-18 17:42:55 +0100
committerDavid Seifert <soap@gentoo.org>2023-03-18 17:42:55 +0100
commit252da3f34d2604e6b6d08cfa63fe7e82e1a90e89 (patch)
tree7c380c528c8f0969596316f75c55a6f6b89b3dc5 /dev-python/aiohttp-jinja2/aiohttp-jinja2-1.5.ebuild
parent0dd017e366e3d4773a30dd2bbd404f23b936417a (diff)
downloadgentoo-252da3f34d2604e6b6d08cfa63fe7e82e1a90e89.tar.gz
gentoo-252da3f34d2604e6b6d08cfa63fe7e82e1a90e89.tar.bz2
gentoo-252da3f34d2604e6b6d08cfa63fe7e82e1a90e89.zip
dev-python/aiohttp-jinja2: treeclean
Closes: https://bugs.gentoo.org/774792 Closes: https://bugs.gentoo.org/868708 Closes: https://bugs.gentoo.org/892742 Signed-off-by: David Seifert <soap@gentoo.org>
Diffstat (limited to 'dev-python/aiohttp-jinja2/aiohttp-jinja2-1.5.ebuild')
-rw-r--r--dev-python/aiohttp-jinja2/aiohttp-jinja2-1.5.ebuild38
1 files changed, 0 insertions, 38 deletions
diff --git a/dev-python/aiohttp-jinja2/aiohttp-jinja2-1.5.ebuild b/dev-python/aiohttp-jinja2/aiohttp-jinja2-1.5.ebuild
deleted file mode 100644
index c7c3f064c830..000000000000
--- a/dev-python/aiohttp-jinja2/aiohttp-jinja2-1.5.ebuild
+++ /dev/null
@@ -1,38 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-PYPI_NO_NORMALIZE=1
-PYTHON_COMPAT=( python3_{9..10} pypy3 )
-inherit distutils-r1 pypi
-
-DESCRIPTION="jinja2 template renderer for aiohttp.web"
-HOMEPAGE="https://github.com/aio-libs/aiohttp-jinja2"
-
-LICENSE="Apache-2.0"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-
-RDEPEND="
- >=dev-python/aiohttp-2.3.9[${PYTHON_USEDEP}]
- >=dev-python/jinja-3[${PYTHON_USEDEP}]
-"
-BDEPEND="
- test? ( >=dev-python/pytest-aiohttp-0.3.0[${PYTHON_USEDEP}] )
-"
-
-DOCS=( README.rst )
-
-distutils_enable_tests pytest
-distutils_enable_sphinx docs dev-python/alabaster
-
-src_prepare() {
- default
-
- sed -i \
- -e 's:--cov=aiohttp_jinja2 --cov-report xml --cov-report html --cov-report term::' \
- setup.cfg || die
-
- distutils-r1_src_prepare
-}