diff options
| author | root <root@alpha.trunkmasters.com> | 2026-06-12 19:09:37 -0500 |
|---|---|---|
| committer | root <root@alpha.trunkmasters.com> | 2026-06-12 19:09:37 -0500 |
| commit | b590c8d7572b727d565cc0b8ff660d43569845de (patch) | |
| tree | 06f7a4102ea4e845df8b66660f252920d52952f9 /dev-python/flask-debug | |
| parent | 24f9cbfc4c34fdb6a6e03311674414e881ceab47 (diff) | |
| download | baldeagleos-repo-b590c8d7572b727d565cc0b8ff660d43569845de.tar.gz baldeagleos-repo-b590c8d7572b727d565cc0b8ff660d43569845de.tar.xz baldeagleos-repo-b590c8d7572b727d565cc0b8ff660d43569845de.zip | |
Diffstat (limited to 'dev-python/flask-debug')
| -rw-r--r-- | dev-python/flask-debug/Manifest | 1 | ||||
| -rw-r--r-- | dev-python/flask-debug/flask-debug-0.4.3-r2.ebuild | 36 | ||||
| -rw-r--r-- | dev-python/flask-debug/metadata.xml | 13 |
3 files changed, 50 insertions, 0 deletions
diff --git a/dev-python/flask-debug/Manifest b/dev-python/flask-debug/Manifest new file mode 100644 index 000000000000..9162a41a8cd6 --- /dev/null +++ b/dev-python/flask-debug/Manifest @@ -0,0 +1 @@ +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 new file mode 100644 index 000000000000..207f4f877b50 --- /dev/null +++ b/dev-python/flask-debug/flask-debug-0.4.3-r2.ebuild @@ -0,0 +1,36 @@ +# 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 new file mode 100644 index 000000000000..129ae75403bf --- /dev/null +++ b/dev-python/flask-debug/metadata.xml @@ -0,0 +1,13 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "https://docs.baldeagleos.com/dtd/metadata.dtd"> +<pkgmetadata> + <maintainer type="person"> + <email>sbraz@gentoo.org</email> + <name>Louis Sautier</name> + </maintainer> + <stabilize-allarches /> + <upstream> + <bugs-to>https://github.com/mbr/Flask-Debug/issues</bugs-to> + </upstream> + <origin>baldeagleos-repo</origin> +</pkgmetadata> |
