Created attachment 571430 [details] theano-1.0.4.ebuild The package source file seems to renamed to rel-${PV}.tar.gz
Comment on attachment 571430 [details] theano-1.0.4.ebuild --- theano-1.0.4.ebuild 2019-03-31 17:49:07.242975709 +0200 +++ - 2019-04-01 11:03:42.699449049 +0200 @@ -9,7 +9,7 @@ DESCRIPTION="Define and optimize multi-dimensional arrays mathematical expressions" HOMEPAGE="https://github.com/Theano/Theano" -SRC_URI="mirror://pypi/theano/${PN^}/${PN^}-${PV}.tar.gz" +SRC_URI="https://github.com/Theano/Theano/archive/rel-${PV}.tar.gz -> ${P}.tar.gz" LICENSE="BSD" SLOT="0" @@ -31,7 +31,7 @@ dev-python/pyflakes[${PYTHON_USEDEP}] )" -S="${WORKDIR}/${PN^}-${PV}" +S="${WORKDIR}/${PN^}-rel-${PV}" python_prepare_all() { # remove bundled six
Have the same issue. The trivial fix: --- theano-1.0.4.ebuild 2019-04-17 14:23:00.912104759 +0300 +++ theano-1.0.4.ebuild 2019-04-24 17:05:23.902287623 +0300 @@ -9,7 +9,7 @@ DESCRIPTION="Define and optimize multi-dimensional arrays mathematical expressions" HOMEPAGE="https://github.com/Theano/Theano" -SRC_URI="mirror://pypi/theano/${PN^}/${PN^}-${PV}.tar.gz" +SRC_URI="mirror://pypi/T/${PN^}/${PN^}-${PV}.tar.gz" LICENSE="BSD" SLOT="0"
The bug has been closed via the following commit(s): https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2816aed520d90d85c23858c612a132f11625af43 commit 2816aed520d90d85c23858c612a132f11625af43 Author: Sergei Trofimovich <slyfox@gentoo.org> AuthorDate: 2019-05-12 09:52:40 +0000 Commit: Sergei Trofimovich <slyfox@gentoo.org> CommitDate: 2019-05-12 09:54:38 +0000 dev-python/theano: fix SRC_URI, bug #682204 Reported-by: Helmut Jarausch Fix-by: Petr Voytsik Closes: https://bugs.gentoo.org/682204 Package-Manager: Portage-2.3.66, Repoman-2.3.12 Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org> dev-python/theano/theano-1.0.4.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)