diff options
| author | Liguros - Gitlab CI/CD [develop] <gitlab@liguros.net> | 2023-02-16 07:36:23 +0000 |
|---|---|---|
| committer | Liguros - Gitlab CI/CD [develop] <gitlab@liguros.net> | 2023-02-16 07:36:23 +0000 |
| commit | 7f30a60c372025da20f09c6611ffd5b5144ae570 (patch) | |
| tree | 41c20303111e57502361380f3fc88706c85dd1a4 /dev-python/flask-debug | |
| parent | de5efa79f1668209858e9abb6e3873f9f7f3f1be (diff) | |
| download | baldeagleos-repo-7f30a60c372025da20f09c6611ffd5b5144ae570.tar.gz baldeagleos-repo-7f30a60c372025da20f09c6611ffd5b5144ae570.tar.xz baldeagleos-repo-7f30a60c372025da20f09c6611ffd5b5144ae570.zip | |
Adding metadata
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 |
2 files changed, 37 insertions, 0 deletions
diff --git a/dev-python/flask-debug/Manifest b/dev-python/flask-debug/Manifest index 46888666f6b2..3f8cf76406b3 100644 --- a/dev-python/flask-debug/Manifest +++ b/dev-python/flask-debug/Manifest @@ -1 +1,2 @@ +DIST Flask-Debug-0.4.3.gh.tar.gz 9148 BLAKE2B 9263a4df08f1a9518a42a025a14a89b902c62ab08b25d79b3dfffb25675a47785d0bf9075290190ee4622a30a89e190a465a87986b47ceed7d724ce0b59ad218 SHA512 7bc1cf9f88f28e2ca5a24c1454dcdb4e2a450eff3c00329f299c3840032e0803079f565652974f4c3a0e5aac443365ce47a3d2c2fee8e21e2e0c7150367e8816 DIST flask-debug-0.4.3.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..52ad8513a3b8 --- /dev/null +++ b/dev-python/flask-debug/flask-debug-0.4.3-r2.ebuild @@ -0,0 +1,36 @@ +# Copyright 1999-2023 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +DISTUTILS_USE_PEP517=setuptools +PYTHON_COMPAT=( python3_{7,8,9,10,11} pypy3 ) + +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 ~x86" + +RDEPEND=" + dev-python/flask[${PYTHON_USEDEP}] + dev-python/inflection[${PYTHON_USEDEP}] + dev-python/jinja[${PYTHON_USEDEP}] +" + +distutils_enable_tests pytest +distutils_enable_sphinx docs dev-python/alabaster |
