summaryrefslogtreecommitdiff
path: root/dev-python/livereload/livereload-2.6.3.ebuild
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2021-06-17 17:57:35 +0100
committerV3n3RiX <venerix@redcorelinux.org>2021-06-17 17:57:35 +0100
commit7932d472a02d4c016ff7dff4b7a5479ab9d1883d (patch)
treed07709230f82777cae6ba7dab35aee31896060fb /dev-python/livereload/livereload-2.6.3.ebuild
parentd18bf1e01b65ee4bf0c804e2843b282d3d4e5d7c (diff)
gentoo resync : 17.06.2021
Diffstat (limited to 'dev-python/livereload/livereload-2.6.3.ebuild')
-rw-r--r--dev-python/livereload/livereload-2.6.3.ebuild6
1 files changed, 2 insertions, 4 deletions
diff --git a/dev-python/livereload/livereload-2.6.3.ebuild b/dev-python/livereload/livereload-2.6.3.ebuild
index bea1621da8b4..f67719f03a92 100644
--- a/dev-python/livereload/livereload-2.6.3.ebuild
+++ b/dev-python/livereload/livereload-2.6.3.ebuild
@@ -3,8 +3,7 @@
EAPI=7
-PYTHON_COMPAT=( python3_{7,8,9} )
-
+PYTHON_COMPAT=( python3_{7..10} )
DISTUTILS_USE_SETUPTOOLS=rdepend
inherit distutils-r1
@@ -12,6 +11,7 @@ inherit distutils-r1
DESCRIPTION="Python LiveReload is an awesome tool for web developers"
HOMEPAGE="https://github.com/lepture/python-livereload"
SRC_URI="https://github.com/lepture/python-${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
+S="${WORKDIR}/python-${P}"
LICENSE="BSD"
SLOT="0"
@@ -24,8 +24,6 @@ RDEPEND="
www-servers/tornado[${PYTHON_USEDEP}]
"
-S="${WORKDIR}/python-${P}"
-
distutils_enable_tests pytest
distutils_enable_sphinx docs dev-python/flask-sphinx-themes