commit: 27f32872c96ec356c5ba4e10b108326e0fffa2d2 Author: Horea Christian <chr <AT> chymera <DOT> eu> AuthorDate: Sat Jan 14 13:23:53 2023 +0000 Commit: Horea Christian <horea.christ <AT> gmail <DOT> com> CommitDate: Sat Jan 14 13:27:12 2023 +0000 URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=27f32872
dev-python/param: added reference for upstream report Signed-off-by: Horea Christian <chr <AT> chymera.eu> dev-python/param/param-1.12.3.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-python/param/param-1.12.3.ebuild b/dev-python/param/param-1.12.3.ebuild index 3a9fc0107..9ce9e3762 100644 --- a/dev-python/param/param-1.12.3.ebuild +++ b/dev-python/param/param-1.12.3.ebuild @@ -10,7 +10,8 @@ inherit distutils-r1 DESCRIPTION="Make Python code clearer and more reliable by declaring Parameters" HOMEPAGE="https://param.holoviz.org" -# Pypi sources do not include tests +# Pypi sources do not include tests, reported upstream: +# https://github.com/holoviz/param/issues/678 #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" @@ -18,5 +19,4 @@ LICENSE="BSD" KEYWORDS="~amd64 ~x86" SLOT="0" -# Some tests require nose: distutils_enable_tests pytest
