Package Details: backblaze-b2 4.0.3-3

Git Clone URL: https://aur.archlinux.org/backblaze-b2.git (read-only, click to copy)
Package Base: backblaze-b2
Description: Backblaze B2 Command Line Client
Upstream URL: https://github.com/Backblaze/B2_Command_Line_Tool
Keywords: archive backblaze backup cloud storage
Licenses: MIT
Submitter: 2bluesc
Maintainer: 2bluesc
Last Packager: 2bluesc
Votes: 25
Popularity: 0.67
First Submitted: 2015-10-29 06:31 (UTC)
Last Updated: 2024-07-21 17:31 (UTC)

Latest Comments

« First ‹ Previous 1 2 3 4 5 6 Next › Last »

setone commented on 2017-06-11 13:42 (UTC)

We need python2-futures as well: pkg_resources.DistributionNotFound: The 'futures>=3.0.5' distribution was not found and is required by b2

2bluesc commented on 2017-06-10 05:07 (UTC)

Thanks @arcnmx, updated to match requirements.txt. Let me know if you see anything else.

arcnmx commented on 2017-06-06 18:23 (UTC) (edited on 2017-06-06 18:24 (UTC) by arcnmx)

0.7.2-1 needs python2-arrow added to deps: pkg_resources.DistributionNotFound: The 'arrow>=0.8.0' distribution was not found and is required by b2

ams1 commented on 2016-10-31 13:17 (UTC)

0.6.8 fails to run: pkg_resources.DistributionNotFound: The 'logfury>=0.1.2' distribution was not found and is required by b2 There wasn't a package for logfury, but I've created one for you.

2bluesc commented on 2016-08-05 18:04 (UTC)

@nik10110 thanks! updated.

nik10110 commented on 2016-08-05 17:52 (UTC) (edited on 2016-08-05 17:53 (UTC) by nik10110)

The version on pypi.org is now at 0.6.2, so I suppose that version is considered somewhat stable. https://pypi.python.org/pypi/b2 It has worked so far for me with the following changes to the PKGBUILD: pkgver=0.6.2 sha512sums=('6d1e287ccdfdc4105daef7ef702d462202905e9b787ca5c1a165590789c3145a0aec155c3bc3292295801dbdd7bb2b60472b71c2e402ff571a3a558db0828119')

2bluesc commented on 2016-04-27 18:43 (UTC)

@eta-carinae thanks for assembling the python2-portalocker, that was delaying me from pushing the v0.5 release. Just pushed the 0.5.2 with your package included as a dep.

2bluesc commented on 2016-04-27 18:43 (UTC)

@eta-carinae thanks for assembling the python2-portalocker, that was delaying me from pushing the v0.5 release. Just pushed the 0.5.2 with your package included as a dep.

eta-carinae commented on 2016-04-27 17:45 (UTC)

Just a note, the latest upstream (0.5.2) depends on python2-futures and python2-portalocker. The former is in community, and I added the latter to the AUR if you get a chance to update.

2bluesc commented on 2016-01-19 16:39 (UTC)

@Darksonn good catch, it's fixed. Someday people will start writing Python scripts in Python 3. Until then, I've fixed it invoke the Python 2 binary.