commit:     b64a7bc3b00b2286d89030e4fa5436443e9b4367
Author:     Horea Christian <chr <AT> chymera <DOT> eu>
AuthorDate: Sat Jan 14 12:56:49 2023 +0000
Commit:     Horea Christian <horea.christ <AT> gmail <DOT> com>
CommitDate: Sat Jan 14 12:56:57 2023 +0000
URL:        https://gitweb.gentoo.org/proj/sci.git/commit/?id=b64a7bc3

dev-python/param: update SRC_URI, trying to enable tests

Signed-off-by: Horea Christian <chr <AT> chymera.eu>

 dev-python/param/param-1.10.1.ebuild | 7 ++++++-
 1 file changed, 6 insertions(+), 1 deletion(-)

diff --git a/dev-python/param/param-1.10.1.ebuild 
b/dev-python/param/param-1.10.1.ebuild
index c4c5a9a4d..ebcd1f519 100644
--- a/dev-python/param/param-1.10.1.ebuild
+++ b/dev-python/param/param-1.10.1.ebuild
@@ -9,8 +9,13 @@ inherit distutils-r1
 
 DESCRIPTION="Make Python code clearer and more reliable by declaring 
Parameters"
 HOMEPAGE="https://param.holoviz.org";
-SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+# Pypi sources do not include tests
+#SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+SRC_URI="https://github.com/holoviz/param/archive/refs/tags/v${PV}.tar.gz -> 
${P}.gh.tar.gz"
 
 LICENSE="BSD"
 KEYWORDS="~amd64 ~x86"
 SLOT="0"
+
+# Some tests require nose:
+#distutils_enable_tests unittest

Reply via email to