summaryrefslogtreecommitdiff
path: root/dev-python/flask-debug
diff options
context:
space:
mode:
Diffstat (limited to 'dev-python/flask-debug')
-rw-r--r--dev-python/flask-debug/Manifest1
-rw-r--r--dev-python/flask-debug/flask-debug-0.4.3-r2.ebuild36
-rw-r--r--dev-python/flask-debug/metadata.xml14
3 files changed, 0 insertions, 51 deletions
diff --git a/dev-python/flask-debug/Manifest b/dev-python/flask-debug/Manifest
deleted file mode 100644
index 9162a41a8cd6..000000000000
--- a/dev-python/flask-debug/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST Flask-Debug-0.4.3.gh.tar.gz 9148 BLAKE2B 9263a4df08f1a9518a42a025a14a89b902c62ab08b25d79b3dfffb25675a47785d0bf9075290190ee4622a30a89e190a465a87986b47ceed7d724ce0b59ad218 SHA512 7bc1cf9f88f28e2ca5a24c1454dcdb4e2a450eff3c00329f299c3840032e0803079f565652974f4c3a0e5aac443365ce47a3d2c2fee8e21e2e0c7150367e8816
diff --git a/dev-python/flask-debug/flask-debug-0.4.3-r2.ebuild b/dev-python/flask-debug/flask-debug-0.4.3-r2.ebuild
deleted file mode 100644
index 207f4f877b50..000000000000
--- a/dev-python/flask-debug/flask-debug-0.4.3-r2.ebuild
+++ /dev/null
@@ -1,36 +0,0 @@
-# Copyright 1999-2025 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{13..14} )
-
-inherit distutils-r1
-
-MY_P="Flask-Debug-${PV}"
-DESCRIPTION="Flask extension that displays various debugging insights during development"
-HOMEPAGE="
- https://github.com/mbr/Flask-Debug/
- https://pypi.org/project/Flask-Debug/
-"
-# PyPI tarballs don't include tests
-# https://github.com/mbr/Flask-Debug/pull/2
-SRC_URI="
- https://github.com/mbr/Flask-Debug/archive/${PV}.tar.gz
- -> ${MY_P}.gh.tar.gz
-"
-S=${WORKDIR}/${MY_P}
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~amd64 ~arm64 ~x86"
-
-RDEPEND="
- dev-python/flask[${PYTHON_USEDEP}]
- dev-python/inflection[${PYTHON_USEDEP}]
- dev-python/jinja2[${PYTHON_USEDEP}]
-"
-
-distutils_enable_tests pytest
-distutils_enable_sphinx docs dev-python/alabaster
diff --git a/dev-python/flask-debug/metadata.xml b/dev-python/flask-debug/metadata.xml
deleted file mode 100644
index d5e0d80f6189..000000000000
--- a/dev-python/flask-debug/metadata.xml
+++ /dev/null
@@ -1,14 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
- <maintainer type="person">
- <email>sbraz@gentoo.org</email>
- <name>Louis Sautier</name>
- </maintainer>
- <stabilize-allarches/>
- <upstream>
- <remote-id type="pypi">Flask-Debug</remote-id>
- <remote-id type="github">mbr/Flask-Debug</remote-id>
- <bugs-to>https://github.com/mbr/Flask-Debug/issues</bugs-to>
- </upstream>
-</pkgmetadata>