diff options
| author | Liguros - Gitlab CI/CD [develop] <gitlab@liguros.net> | 2021-06-06 01:46:08 +0000 |
|---|---|---|
| committer | Liguros - Gitlab CI/CD [develop] <gitlab@liguros.net> | 2021-06-06 01:46:08 +0000 |
| commit | 3f69b643b4ae0820f444888027c9450cb8a2940a (patch) | |
| tree | d31f0adc2683da481de72df7e4132e355b1a7295 /dev-python/flask-debug | |
| parent | 61c8b061f5834556d93f73adf197f6049741d639 (diff) | |
| download | baldeagleos-repo-3f69b643b4ae0820f444888027c9450cb8a2940a.tar.gz baldeagleos-repo-3f69b643b4ae0820f444888027c9450cb8a2940a.tar.xz baldeagleos-repo-3f69b643b4ae0820f444888027c9450cb8a2940a.zip | |
Adding metadata
Diffstat (limited to 'dev-python/flask-debug')
| -rw-r--r-- | dev-python/flask-debug/flask-debug-0.4.3-r1.ebuild | 5 |
1 files changed, 2 insertions, 3 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 c3a5fdb97737..7e14cb1ea1b7 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,4 +1,4 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -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 |
