Search Criteria
Package Details: we-get-git 1.1.0.r13.gaeec72f-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/we-get-git.git (read-only, click to copy) |
---|---|
Package Base: | we-get-git |
Description: | Command-line tool for searching torrents. |
Upstream URL: | https://github.com/rachmadaniHaryono/we-get |
Keywords: | dht downloading network search sharing torrent |
Licenses: | MIT |
Submitter: | milkii |
Maintainer: | milkii |
Last Packager: | milkii |
Votes: | 2 |
Popularity: | 0.000000 |
First Submitted: | 2019-06-01 00:23 (UTC) |
Last Updated: | 2019-11-17 23:43 (UTC) |
Latest Comments
dreieck commented on 2024-11-28 12:19 (UTC)
Package fails:
Seems you should use
python -m build
inbuild()
andpython -m installer
inpackage()
now.ALSO, you miss a couple of make dependencies!:
git
python-build
python-installer
python-poetry
python-wheel
ALSO,
python-requests
is missing as dependency.ALSO, you must install a license file.
ALSO, you need to add
we-get
to theprovides
andconflicts
arrays.ALSO,
arch
needs to beany
since it contains no binaries.Below a re-worked
PKGBUILD
. Please fix your package.Regards and thanks for the package!
Fixed
PKGBUILD
:99cents commented on 2021-03-19 16:32 (UTC)
that was indeed the problem - i thought refreshing the db would have done that but apparently not (i'm fairly new to linux)
milkii commented on 2021-03-19 10:43 (UTC)
Loads of 404s might indicate a
pacman -Sy
hasn't been done recently.99cents commented on 2021-03-19 06:52 (UTC)
package won't build on Manjaro - i'm not sure reporting this is acceptable here, but i'll give it a shot...
Preparing... Cloning we-get-git build files... Checking we-get-git dependencies... Resolving dependencies... Checking inter-conflicts... https://osmirror.org/manjaro/stable/community/x86_64/python-prompt_toolkit-3.0.16-1-any.pkg.tar.zst: Error 404 https://osmirror.org/manjaro/stable/community/x86_64/python-pygments-2.8.0-1-any.pkg.tar.zst: Error 404 https://mirrors.gigenet.com/manjaro/stable/community/x86_64/python-prompt_toolkit-3.0.16-1-any.pkg.tar.zst: Error 404 https://mirrors.gigenet.com/manjaro/stable/community/x86_64/python-pygments-2.8.0-1-any.pkg.tar.zst: Error 404 https://mirror.clarkson.edu/manjaro/stable/community/x86_64/python-prompt_toolkit-3.0.16-1-any.pkg.tar.zst: Error 404 https://mirror.clarkson.edu/manjaro/stable/community/x86_64/python-pygments-2.8.0-1-any.pkg.tar.zst: Error 404 https://mirror.math.princeton.edu/pub/manjaro/stable/community/x86_64/python-prompt_toolkit-3.0.16-1-any.pkg.tar.zst: Error 404 https://mirror.math.princeton.edu/pub/manjaro/stable/community/x86_64/python-pygments-2.8.0-1-any.pkg.tar.zst: Error 404 https://mirror.dacentec.com/manjaro/stable/community/x86_64/python-prompt_toolkit-3.0.16-1-any.pkg.tar.zst: Error 404 http://manjaro.mirrors.uk2.net/stable/community/x86_64/python-prompt_toolkit-3.0.16-1-any.pkg.tar.zst: Error 404 https://mirror.dacentec.com/manjaro/stable/community/x86_64/python-pygments-2.8.0-1-any.pkg.tar.zst: Error 404 http://manjaro.mirrors.uk2.net/stable/community/x86_64/python-pygments-2.8.0-1-any.pkg.tar.zst: Error 404 https://mirror.easylee.nl/manjaro/stable/community/x86_64/python-prompt_toolkit-3.0.16-1-any.pkg.tar.zst: Error 404 https://mirror.easylee.nl/manjaro/stable/community/x86_64/python-pygments-2.8.0-1-any.pkg.tar.zst: Error 404 https://mirror.23media.com/manjaro/stable/community/x86_64/python-prompt_toolkit-3.0.16-1-any.pkg.tar.zst: Error 404 https://mirror.23media.com/manjaro/stable/community/x86_64/python-pygments-2.8.0-1-any.pkg.tar.zst: Error 404 https://manjaro.moson.org/stable/community/x86_64/python-prompt_toolkit-3.0.16-1-any.pkg.tar.zst: Error 404 https://manjaro.moson.org/stable/community/x86_64/python-pygments-2.8.0-1-any.pkg.tar.zst: Error 404 https://mirror.init7.net/manjaro/stable/community/x86_64/python-prompt_toolkit-3.0.16-1-any.pkg.tar.zst: Error 404 https://mirror.init7.net/manjaro/stable/community/x86_64/python-pygments-2.8.0-1-any.pkg.tar.zst: Error 404 https://mirror.futureweb.be/manjaro/stable/community/x86_64/python-prompt_toolkit-3.0.16-1-any.pkg.tar.zst: Error 404 https://mirror.futureweb.be/manjaro/stable/community/x86_64/python-pygments-2.8.0-1-any.pkg.tar.zst: Error 404 https://repo.ialab.dsu.edu/manjaro/stable/community/x86_64/python-pygments-2.8.0-1-any.pkg.tar.zst: Error 404 https://repo.ialab.dsu.edu/manjaro/stable/community/x86_64/python-prompt_toolkit-3.0.16-1-any.pkg.tar.zst: Error 404 https://manjaro.moson.eu/stable/community/x86_64/python-pygments-2.8.0-1-any.pkg.tar.zst: Error 404 https://manjaro.moson.eu/stable/community/x86_64/python-prompt_toolkit-3.0.16-1-any.pkg.tar.zst: Error 404
indeed if i try and load any of these URL's in a browser they 404
milkii commented on 2019-07-11 23:04 (UTC)
probably! sorted, thanks :)
melentye commented on 2019-07-09 17:33 (UTC) (edited on 2019-07-09 17:33 (UTC) by melentye)
Hi, thanks for packaging the app! Did you mean to depend on python-docopt instead of just docopt?