Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 682204 - dev-python/theano-1.0.4 - 404 Not Found on Theano-1.0.4.tar.gz
Summary: dev-python/theano-1.0.4 - 404 Not Found on Theano-1.0.4.tar.gz
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Gentoo Science Related Packages
URL:
Whiteboard:
Keywords: EBUILD
Depends on:
Blocks:
 
Reported: 2019-04-01 07:27 UTC by Helmut Jarausch
Modified: 2019-05-12 09:54 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments
theano-1.0.4.ebuild (theano-1.0.4.ebuild,1.29 KB, text/plain)
2019-04-01 07:27 UTC, Helmut Jarausch
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Helmut Jarausch 2019-04-01 07:27:30 UTC
Created attachment 571430 [details]
theano-1.0.4.ebuild

The package source file seems to renamed to rel-${PV}.tar.gz
Comment 1 Jeroen Roovers (RETIRED) gentoo-dev 2019-04-01 09:04:20 UTC
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
Comment 2 Petr Voytsik 2019-04-24 14:18:28 UTC
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"
Comment 3 Larry the Git Cow gentoo-dev 2019-05-12 09:54:50 UTC
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(-)