summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew Ammerlaan <andrewammerlaan@gentoo.org>2023-11-17 16:22:47 +0100
committerAndrew Ammerlaan <andrewammerlaan@gentoo.org>2023-11-17 16:22:47 +0100
commita3ad9241c643c6d57d0abfb00c153edb2c01dea0 (patch)
tree36fbbe219533fb99639a5a1584d17cf680586c31
parentdev-util/cookiecutter: enable pypy3 (diff)
downloadgentoo-a3ad9241c643c6d57d0abfb00c153edb2c01dea0.tar.gz
gentoo-a3ad9241c643c6d57d0abfb00c153edb2c01dea0.tar.bz2
gentoo-a3ad9241c643c6d57d0abfb00c153edb2c01dea0.zip
dev-python/pyls-spyder: update HOMEPAGE
Signed-off-by: Andrew Ammerlaan <andrewammerlaan@gentoo.org>
-rw-r--r--dev-python/pyls-spyder/pyls-spyder-0.4.0-r2.ebuild8
1 files changed, 5 insertions, 3 deletions
diff --git a/dev-python/pyls-spyder/pyls-spyder-0.4.0-r2.ebuild b/dev-python/pyls-spyder/pyls-spyder-0.4.0-r2.ebuild
index 2f2a80221534..b7191b4f9b98 100644
--- a/dev-python/pyls-spyder/pyls-spyder-0.4.0-r2.ebuild
+++ b/dev-python/pyls-spyder/pyls-spyder-0.4.0-r2.ebuild
@@ -3,13 +3,15 @@
EAPI=8
-PYTHON_COMPAT=( python3_{10..12} )
+PYTHON_COMPAT=( python3_{10..12} pypy3 )
DISTUTILS_USE_PEP517=setuptools
inherit distutils-r1
DESCRIPTION="Spyder extensions for the python language server"
-HOMEPAGE="https://github.com/spyder-ide/pyls-spyder
- https://pypi.org/project/pyls-spyder/"
+HOMEPAGE="
+ https://github.com/spyder-ide/pyls-spyder
+ https://pypi.org/project/pyls-spyder/
+"
SRC_URI="https://github.com/spyder-ide/${PN}/archive/v${PV}.tar.gz -> ${P}.gh.tar.gz"
LICENSE="MIT"