[gentoo-commits] repo/gentoo:master commit in: dev-python/flask-debug/

2023-11-23 Thread Michał Górny
commit: 11b1c22f7f2c60949b8fdf88da2167dd3199fc0e
Author: Michał Górny  gentoo  org>
AuthorDate: Thu Nov 23 20:10:57 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Thu Nov 23 20:10:57 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=11b1c22f

dev-python/flask-debug: Keyword 0.4.3-r2 arm64, #917893

Signed-off-by: Michał Górny  gentoo.org>

 dev-python/flask-debug/flask-debug-0.4.3-r2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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
index 8c1b031dd39f..eb90e45da3b8 100644
--- a/dev-python/flask-debug/flask-debug-0.4.3-r2.ebuild
+++ b/dev-python/flask-debug/flask-debug-0.4.3-r2.ebuild
@@ -24,7 +24,7 @@ S=${WORKDIR}/${MY_P}
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="~amd64 ~arm64 ~x86"
 
 RDEPEND="
dev-python/flask[${PYTHON_USEDEP}]



[gentoo-commits] repo/gentoo:master commit in: dev-python/flask-debug/

2023-06-02 Thread Michał Górny
commit: 0a22298be1c04d82e496034ef0e49a86a43f2343
Author: Michał Górny  gentoo  org>
AuthorDate: Fri Jun  2 17:38:30 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Fri Jun  2 18:19:18 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0a22298b

dev-python/flask-debug: Enable py3.12

Signed-off-by: Michał Górny  gentoo.org>

 dev-python/flask-debug/flask-debug-0.4.3-r2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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
index 267f6fbbd700..8c1b031dd39f 100644
--- a/dev-python/flask-debug/flask-debug-0.4.3-r2.ebuild
+++ b/dev-python/flask-debug/flask-debug-0.4.3-r2.ebuild
@@ -4,7 +4,7 @@
 EAPI=8
 
 DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( pypy3 python3_{9..11} )
+PYTHON_COMPAT=( pypy3 python3_{10..12} )
 
 inherit distutils-r1
 



[gentoo-commits] repo/gentoo:master commit in: dev-python/flask-debug/

2023-02-15 Thread Michał Górny
commit: d569483a23e1fba5027ad56cedf3872c44e3258c
Author: Michał Górny  gentoo  org>
AuthorDate: Wed Feb 15 17:41:30 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Wed Feb 15 17:45:32 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d569483a

dev-python/flask-debug: EAPI 8, PEP517, py3.11

Signed-off-by: Michał Górny  gentoo.org>

 dev-python/flask-debug/Manifest|  1 +
 dev-python/flask-debug/flask-debug-0.4.3-r2.ebuild | 36 ++
 2 files changed, 37 insertions(+)

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 ..267f6fbbd700
--- /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=( pypy3 python3_{9..11} )
+
+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



[gentoo-commits] repo/gentoo:master commit in: dev-python/flask-debug/

2021-06-05 Thread Michał Górny
commit: 31462083016f2dc53858f7af676aab42bc20b07a
Author: Michał Górny  gentoo  org>
AuthorDate: Sat Jun  5 13:36:06 2021 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sat Jun  5 13:36:34 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=31462083

dev-python/flask-debug: Enable py3.10

Signed-off-by: Michał Górny  gentoo.org>

 dev-python/flask-debug/flask-debug-0.4.3-r1.ebuild | 7 +++
 1 file changed, 3 insertions(+), 4 deletions(-)

diff --git a/dev-python/flask-debug/flask-debug-0.4.3-r1.ebuild 
b/dev-python/flask-debug/flask-debug-0.4.3-r1.ebuild
index 07be1ba7c22..c4ac46372d4 100644
--- a/dev-python/flask-debug/flask-debug-0.4.3-r1.ebuild
+++ b/dev-python/flask-debug/flask-debug-0.4.3-r1.ebuild
@@ -1,9 +1,9 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
 
-PYTHON_COMPAT=( pypy3 python3_{7,8,9} )
+PYTHON_COMPAT=( pypy3 python3_{8..10} )
 
 inherit distutils-r1
 
@@ -13,6 +13,7 @@ HOMEPAGE="https://github.com/mbr/Flask-Debug;
 # PyPI tarballs don't include tests
 # https://github.com/mbr/Flask-Debug/pull/2
 SRC_URI="https://github.com/mbr/${MY_PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
+S="${WORKDIR}/${MY_PN}-${PV}"
 
 LICENSE="MIT"
 SLOT="0"
@@ -24,7 +25,5 @@ RDEPEND="
dev-python/jinja[${PYTHON_USEDEP}]
 "
 
-S="${WORKDIR}/${MY_PN}-${PV}"
-
 distutils_enable_tests pytest
 distutils_enable_sphinx docs dev-python/alabaster



[gentoo-commits] repo/gentoo:master commit in: dev-python/flask-debug/

2021-01-09 Thread Sam James
commit: 86a2065e3a30d8330847d1da895643d8842333fe
Author: Sam James  gentoo  org>
AuthorDate: Sat Jan  9 18:52:06 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sat Jan  9 18:52:06 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=86a2065e

dev-python/flask-debug: mark ALLARCHES

Package-Manager: Portage-3.0.12, Repoman-3.0.2
Signed-off-by: Sam James  gentoo.org>

 dev-python/flask-debug/metadata.xml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/dev-python/flask-debug/metadata.xml 
b/dev-python/flask-debug/metadata.xml
index b409b5ff6b3..fed5e7ac71b 100644
--- a/dev-python/flask-debug/metadata.xml
+++ b/dev-python/flask-debug/metadata.xml
@@ -5,6 +5,7 @@
sb...@gentoo.org
Louis Sautier

+   

Flask-Debug
mbr/Flask-Debug



[gentoo-commits] repo/gentoo:master commit in: dev-python/flask-debug/

2020-09-18 Thread Michał Górny
commit: 354312535330f4dbf86b4df73d73255929fe3ae9
Author: Michał Górny  gentoo  org>
AuthorDate: Fri Sep 18 14:47:22 2020 +
Commit: Michał Górny  gentoo  org>
CommitDate: Fri Sep 18 14:47:22 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=35431253

dev-python/flask-debug: Remove old

Signed-off-by: Michał Górny  gentoo.org>

 dev-python/flask-debug/flask-debug-0.4.3.ebuild | 52 -
 1 file changed, 52 deletions(-)

diff --git a/dev-python/flask-debug/flask-debug-0.4.3.ebuild 
b/dev-python/flask-debug/flask-debug-0.4.3.ebuild
deleted file mode 100644
index 8a4e915c773..000
--- a/dev-python/flask-debug/flask-debug-0.4.3.ebuild
+++ /dev/null
@@ -1,52 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-PYTHON_COMPAT=( pypy3 python3_{6,7} )
-
-inherit distutils-r1
-
-MY_PN="Flask-Debug"
-DESCRIPTION="Flask extension that displays various debugging insights during 
development"
-HOMEPAGE="https://github.com/mbr/Flask-Debug;
-# PyPI tarballs don't include tests
-# https://github.com/mbr/Flask-Debug/pull/2
-SRC_URI="https://github.com/mbr/${MY_PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="doc test"
-RESTRICT="!test? ( test )"
-
-RDEPEND="
-   dev-python/flask[${PYTHON_USEDEP}]
-   dev-python/inflection[${PYTHON_USEDEP}]
-   dev-python/jinja[${PYTHON_USEDEP}]
-"
-DEPEND="
-   dev-python/setuptools[${PYTHON_USEDEP}]
-   doc? ( dev-python/sphinx[${PYTHON_USEDEP}] )
-   test? (
-   ${RDEPEND}
-   dev-python/pytest[${PYTHON_USEDEP}]
-   )
-"
-
-S="${WORKDIR}/${MY_PN}-${PV}"
-
-python_prepare_all() {
-   sed -i "s/, 'sphinx.ext.intersphinx'//" docs/conf.py || die
-   distutils-r1_python_prepare_all
-}
-
-python_compile_all() {
-   if use doc; then
-   sphinx-build docs docs/_build/html || die
-   HTML_DOCS=( docs/_build/html/. )
-   fi
-}
-
-python_test() {
-   pytest -vv || die "Tests failed with ${EPYTHON}"
-}



[gentoo-commits] repo/gentoo:master commit in: dev-python/flask-debug/

2020-09-04 Thread Louis Sautier
commit: 6e03d87b5b6a87cc763ad9aa6b1bb9979f0a8d1b
Author: Louis Sautier  gentoo  org>
AuthorDate: Wed Sep  2 22:09:19 2020 +
Commit: Louis Sautier  gentoo  org>
CommitDate: Fri Sep  4 19:00:25 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6e03d87b

dev-python/flask-debug: add Python 3.8 and 3.9 support

Also switch to distutils_enable_* functions.

Package-Manager: Portage-3.0.3, Repoman-2.3.23
Signed-off-by: Louis Sautier  gentoo.org>

 dev-python/flask-debug/flask-debug-0.4.3-r1.ebuild | 30 ++
 1 file changed, 30 insertions(+)

diff --git a/dev-python/flask-debug/flask-debug-0.4.3-r1.ebuild 
b/dev-python/flask-debug/flask-debug-0.4.3-r1.ebuild
new file mode 100644
index 000..9fad701cf38
--- /dev/null
+++ b/dev-python/flask-debug/flask-debug-0.4.3-r1.ebuild
@@ -0,0 +1,30 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+PYTHON_COMPAT=( pypy3 python3_{6,7,8,9} )
+
+inherit distutils-r1
+
+MY_PN="Flask-Debug"
+DESCRIPTION="Flask extension that displays various debugging insights during 
development"
+HOMEPAGE="https://github.com/mbr/Flask-Debug;
+# PyPI tarballs don't include tests
+# https://github.com/mbr/Flask-Debug/pull/2
+SRC_URI="https://github.com/mbr/${MY_PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+
+RDEPEND="
+   dev-python/flask[${PYTHON_USEDEP}]
+   dev-python/inflection[${PYTHON_USEDEP}]
+   dev-python/jinja[${PYTHON_USEDEP}]
+"
+
+S="${WORKDIR}/${MY_PN}-${PV}"
+
+distutils_enable_tests pytest
+distutils_enable_sphinx docs dev-python/alabaster



[gentoo-commits] repo/gentoo:master commit in: dev-python/flask-debug/

2020-02-05 Thread Michał Górny
commit: fbe27f473e27528dfb5cc357f32ad04160223479
Author: Michał Górny  gentoo  org>
AuthorDate: Wed Feb  5 13:10:26 2020 +
Commit: Michał Górny  gentoo  org>
CommitDate: Wed Feb  5 13:24:18 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fbe27f47

dev-python/flask-debug: Remove py2

Signed-off-by: Michał Górny  gentoo.org>

 dev-python/flask-debug/flask-debug-0.4.3.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/flask-debug/flask-debug-0.4.3.ebuild 
b/dev-python/flask-debug/flask-debug-0.4.3.ebuild
index 1c4d0a2ed7f..8a4e915c773 100644
--- a/dev-python/flask-debug/flask-debug-0.4.3.ebuild
+++ b/dev-python/flask-debug/flask-debug-0.4.3.ebuild
@@ -2,7 +2,7 @@
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
-PYTHON_COMPAT=( pypy3 python{2_7,3_{6,7}} )
+PYTHON_COMPAT=( pypy3 python3_{6,7} )
 
 inherit distutils-r1
 



[gentoo-commits] repo/gentoo:master commit in: dev-python/flask-debug/

2018-10-23 Thread Louis Sautier
commit: 86300443da90f823ce94459086a662a124e77204
Author: Louis Sautier  gentoo  org>
AuthorDate: Tue Oct 23 08:57:24 2018 +
Commit: Louis Sautier  gentoo  org>
CommitDate: Tue Oct 23 20:13:36 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=86300443

dev-python/flask-debug: add Python 3.7 support

Signed-off-by: Louis Sautier  gentoo.org>
Package-Manager: Portage-2.3.51, Repoman-2.3.11

 dev-python/flask-debug/flask-debug-0.4.3.ebuild | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/dev-python/flask-debug/flask-debug-0.4.3.ebuild 
b/dev-python/flask-debug/flask-debug-0.4.3.ebuild
index cccb072ac7a..fc044605a78 100644
--- a/dev-python/flask-debug/flask-debug-0.4.3.ebuild
+++ b/dev-python/flask-debug/flask-debug-0.4.3.ebuild
@@ -1,8 +1,8 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
-PYTHON_COMPAT=( pypy{,3} python{2_7,3_{4,5,6}} )
+PYTHON_COMPAT=( pypy{,3} python{2_7,3_{4,5,6,7}} )
 
 inherit distutils-r1
 
@@ -47,5 +47,5 @@ python_compile_all() {
 }
 
 python_test() {
-   py.test || die "Tests failed with ${EPYTHON}"
+   pytest -vv || die "Tests failed with ${EPYTHON}"
 }



[gentoo-commits] repo/gentoo:master commit in: dev-python/flask-debug/

2018-06-20 Thread Louis Sautier
commit: c048771cb2b44e4b2e6e5553eaa62d3795096b05
Author: Louis Sautier  gentoo  org>
AuthorDate: Wed Jun 20 19:22:58 2018 +
Commit: Louis Sautier  gentoo  org>
CommitDate: Wed Jun 20 19:24:31 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c048771c

dev-python/flask-debug: support PyPy{,3}, Python 3.6, fix deps

Package-Manager: Portage-2.3.40, Repoman-2.3.9

 dev-python/flask-debug/flask-debug-0.4.3.ebuild | 20 +---
 1 file changed, 9 insertions(+), 11 deletions(-)

diff --git a/dev-python/flask-debug/flask-debug-0.4.3.ebuild 
b/dev-python/flask-debug/flask-debug-0.4.3.ebuild
index a9dce3dd0e8..cccb072ac7a 100644
--- a/dev-python/flask-debug/flask-debug-0.4.3.ebuild
+++ b/dev-python/flask-debug/flask-debug-0.4.3.ebuild
@@ -1,8 +1,8 @@
 # Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=6
-PYTHON_COMPAT=( python{2_7,3_4,3_5} )
+EAPI=7
+PYTHON_COMPAT=( pypy{,3} python{2_7,3_{4,5,6}} )
 
 inherit distutils-r1
 
@@ -21,15 +21,15 @@ IUSE="doc test"
 RDEPEND="
dev-python/flask[${PYTHON_USEDEP}]
dev-python/inflection[${PYTHON_USEDEP}]
+   dev-python/jinja[${PYTHON_USEDEP}]
 "
 DEPEND="
dev-python/setuptools[${PYTHON_USEDEP}]
+   doc? ( dev-python/sphinx[${PYTHON_USEDEP}] )
test? (
-   dev-python/pytest-runner[${PYTHON_USEDEP}]
-   dev-python/pytest[${PYTHON_USEDEP}]
${RDEPEND}
+   dev-python/pytest[${PYTHON_USEDEP}]
)
-   doc? ( dev-python/sphinx[${PYTHON_USEDEP}] )
 "
 
 S="${WORKDIR}/${MY_PN}-${PV}"
@@ -40,14 +40,12 @@ python_prepare_all() {
 }
 
 python_compile_all() {
-   use doc && emake -C docs html
+   if use doc; then
+   sphinx-build docs docs/_build/html || die
+   HTML_DOCS=( docs/_build/html/. )
+   fi
 }
 
 python_test() {
py.test || die "Tests failed with ${EPYTHON}"
 }
-
-python_install_all() {
-   use doc && local HTML_DOCS=( docs/_build/html/. )
-   distutils-r1_python_install_all
-}



[gentoo-commits] repo/gentoo:master commit in: dev-python/flask-debug/

2018-06-20 Thread Louis Sautier
commit: 8a7b5b98e8290c3dfe7903360f37dc6337513168
Author: Louis Sautier  gentoo  org>
AuthorDate: Wed Jun 20 18:50:23 2018 +
Commit: Louis Sautier  gentoo  org>
CommitDate: Wed Jun 20 18:51:09 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8a7b5b98

dev-python/flask-debug: fix DESCRIPTION

Package-Manager: Portage-2.3.40, Repoman-2.3.9

 dev-python/flask-debug/flask-debug-0.4.3.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-python/flask-debug/flask-debug-0.4.3.ebuild 
b/dev-python/flask-debug/flask-debug-0.4.3.ebuild
index d5e0d4fcc1e..a9dce3dd0e8 100644
--- a/dev-python/flask-debug/flask-debug-0.4.3.ebuild
+++ b/dev-python/flask-debug/flask-debug-0.4.3.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -7,7 +7,7 @@ PYTHON_COMPAT=( python{2_7,3_4,3_5} )
 inherit distutils-r1
 
 MY_PN="Flask-Debug"
-DESCRIPTION="Configures Flask applications in a canonical way"
+DESCRIPTION="Flask extension that displays various debugging insights during 
development"
 HOMEPAGE="https://github.com/mbr/Flask-Debug;
 # PyPI tarballs don't include tests
 # https://github.com/mbr/Flask-Debug/pull/2



[gentoo-commits] repo/gentoo:master commit in: dev-python/flask-debug/

2016-04-29 Thread Ian Delaney
commit: 0b4ba4ec9056fd5700a641c77b962b0853d7a4d3
Author: Louis Sautier  gmail  com>
AuthorDate: Mon Apr 25 23:06:15 2016 +
Commit: Ian Delaney  gentoo  org>
CommitDate: Fri Apr 29 07:09:44 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0b4ba4ec

dev-python/flask-debug: new package, dependency of flask-bootstrap, vn. 0.4.3

Package-Manager: portage-2.2.28
Closes: https://github.com/gentoo/gentoo/pull/1353

Signed-off-by: Ian Delaney  gentoo.org>

 dev-python/flask-debug/Manifest |  1 +
 dev-python/flask-debug/flask-debug-0.4.3.ebuild | 54 +
 dev-python/flask-debug/metadata.xml | 17 
 3 files changed, 72 insertions(+)

diff --git a/dev-python/flask-debug/Manifest b/dev-python/flask-debug/Manifest
new file mode 100644
index 000..c5d0908
--- /dev/null
+++ b/dev-python/flask-debug/Manifest
@@ -0,0 +1 @@
+DIST flask-debug-0.4.3.tar.gz 9148 SHA256 
059f230304805820955894eb1b3d336067eb3cb7a283cd9b7b3744305d65b827 SHA512 
7bc1cf9f88f28e2ca5a24c1454dcdb4e2a450eff3c00329f299c3840032e0803079f565652974f4c3a0e5aac443365ce47a3d2c2fee8e21e2e0c7150367e8816
 WHIRLPOOL 
1080f045e58865f4dea39696b1acdee8a5a2eb5f5903e49cea5aad919f7c654ba3f78822723aedbec174b8bf952dcf14adcc669956e2e194a2e371d4adab4550

diff --git a/dev-python/flask-debug/flask-debug-0.4.3.ebuild 
b/dev-python/flask-debug/flask-debug-0.4.3.ebuild
new file mode 100644
index 000..895b50d
--- /dev/null
+++ b/dev-python/flask-debug/flask-debug-0.4.3.ebuild
@@ -0,0 +1,54 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+PYTHON_COMPAT=( python{2_7,3_4,3_5} )
+
+inherit distutils-r1
+
+MY_PN="Flask-Debug"
+DESCRIPTION="Configures Flask applications in a canonical way"
+HOMEPAGE="https://github.com/mbr/Flask-Debug;
+# PyPI tarballs don't include tests
+# https://github.com/mbr/Flask-Debug/pull/2
+SRC_URI="https://github.com/mbr/${MY_PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="doc test"
+
+RDEPEND="
+   dev-python/flask[${PYTHON_USEDEP}]
+   dev-python/inflection[${PYTHON_USEDEP}]
+"
+DEPEND="
+   dev-python/setuptools[${PYTHON_USEDEP}]
+   test? (
+   dev-python/pytest-runner[${PYTHON_USEDEP}]
+   dev-python/pytest[${PYTHON_USEDEP}]
+   ${RDEPEND}
+   )
+   doc? ( dev-python/sphinx[${PYTHON_USEDEP}] )
+"
+
+S="${WORKDIR}/${MY_PN}-${PV}"
+
+python_prepare_all() {
+   sed -i "s/, 'sphinx.ext.intersphinx'//" docs/conf.py || die
+   distutils-r1_python_prepare_all
+}
+
+python_compile_all() {
+   use doc && emake -C docs html
+}
+
+python_test() {
+   py.test || die "Tests failed with ${EPYTHON}"
+}
+
+python_install_all() {
+   use doc && local HTML_DOCS=( docs/_build/html/. )
+   distutils-r1_python_install_all
+}

diff --git a/dev-python/flask-debug/metadata.xml 
b/dev-python/flask-debug/metadata.xml
new file mode 100644
index 000..5838f9e
--- /dev/null
+++ b/dev-python/flask-debug/metadata.xml
@@ -0,0 +1,17 @@
+
+http://www.gentoo.org/dtd/metadata.dtd;>
+
+   
+   sautier.lo...@gmail.com
+   Louis Sautier
+   
+   
+   proxy-ma...@gentoo.org
+   Proxy Maintainers
+   
+   
+   Flask-Debug
+   mbr/Flask-Debug
+   https://github.com/mbr/Flask-Debug/issues
+   
+