Search Criteria
Package Details: bypy-git 1:1.5.7.r0.g5523f07-1
Git Clone URL: | https://aur.archlinux.org/bypy-git.git (read-only) |
---|---|
Package Base: | bypy-git |
Description: | Python client for Baidu Cloud Storage (百度网盘) |
Upstream URL: | https://github.com/houtianze/bypy |
Licenses: | |
Provides: | |
Submitter: | wenLiangcan |
Maintainer: | dani |
Last Packager: | dani |
Votes: | 9 |
Popularity: | 0.000000 |
First Submitted: | 2014-02-26 06:09 |
Last Updated: | 2018-08-19 12:03 |
Dependencies (5)
- python-multiprocess
- python-requests
- python-requests-toolbelt
- git (git-git) (make)
- tk (tk85) (optional) – for bypygui
Latest Comments
1 2 Next › Last »
dani commented on 2018-08-19 12:11
@yan12125 @Cravix done
Cravix commented on 2018-08-19 00:05
.SRCINFO is wrong, run
makepkg --printsrcinfo > .SRCINFO
and git add .SRCINFO before push.
yan12125 commented on 2018-08-12 08:16
Hello, could you change the first line of PKGBUILD from:
To:
For two reasons:
yan12125 commented on 2017-06-02 12:25
Since 2017/06/01, logging into Baidu services requires binding a mobile phone, which is a critical harm to privacy. I won't use Baidu services anymore and I'll disown this package. Feel free to adopt it.
yan12125 commented on 2017-01-04 12:52
Upstream fix landed. Now you can remove tk if you don't use the GUI.
yan12125 commented on 2017-01-03 15:24
Thanks @cirfi. Actually this is an upstream bug (https://github.com/houtianze/bypy/pull/309). For now I just add tk to depends.
cirfi commented on 2017-01-03 14:59
File "/usr/lib/python3.5/tkinter/__init__.py", line 35, in <module>
import _tkinter # If this fails your Python may not be configured for Tk
Package tk is required.
yan12125 commented on 2017-01-03 05:59
Thanks @petronny updated!
petronny commented on 2017-01-03 05:25
I got this error when compiling it today:
rm: cannot remove '/build/bypy-git/pkg/bypy-git/usr/bin/bypy.bat': No such file or directory
yan12125 commented on 2015-12-25 18:32
Upstream just lands some patches for Python 3 support. So I changed this PKGBUILD to use Python 3. Please report it if there's any problem regarding Python 3.