Search Criteria
Package Details: 0bin-git r229.7da1615-1
Git Clone URL: | https://aur.archlinux.org/0bin-git.git (read-only, click to copy) |
---|---|
Package Base: | 0bin-git |
Description: | A python2 client side encrypted pastebin that can run without a database. |
Upstream URL: | https://0bin.readthedocs.org/en/latest/ |
Licenses: | |
Submitter: | None |
Maintainer: | ashok |
Last Packager: | ashok |
Votes: | 2 |
Popularity: | 0.000000 |
First Submitted: | 2014-05-23 17:12 |
Last Updated: | 2017-10-11 16:32 |
Dependencies (7)
- python2
- python2-bottle (python2-bottle-git)
- python2-cherrypy
- python2-clize
- python2-privilege
- python2-setuptools
- git (git-git) (make)
Latest Comments
flipmess commented on 2017-02-10 16:13
i get this error when starting zerobin:
Traceback (most recent call last):
File "/usr/bin/zerobin", line 6, in <module>
from pkg_resources import load_entry_point
File "/usr/lib/python2.7/site-packages/pkg_resources/__init__.py", line 3030, in <module>
@_call_aside
File "/usr/lib/python2.7/site-packages/pkg_resources/__init__.py", line 3014, in _call_aside
f(*args, **kwargs)
File "/usr/lib/python2.7/site-packages/pkg_resources/__init__.py", line 3043, in _initialize_master_working_set
working_set = WorkingSet._build_master()
File "/usr/lib/python2.7/site-packages/pkg_resources/__init__.py", line 654, in _build_master
ws.require(__requires__)
File "/usr/lib/python2.7/site-packages/pkg_resources/__init__.py", line 968, in require
needed = self.resolve(parse_requirements(requirements))
File "/usr/lib/python2.7/site-packages/pkg_resources/__init__.py", line 854, in resolve
raise DistributionNotFound(req, requirers)
pkg_resources.DistributionNotFound: The 'lockfile' distribution was not found and is required by zerobin
linkmauve commented on 2017-01-05 19:23
Hi, I updated this package to use python3 instead, as recommended by ArchLinux, as well as fixing the dependencies; please `git pull https://git.linkmauve.fr/0bin-git.git`.
In a second commit I also changed it to use /var/lib/zerobin/ by default to store the content, it fixes a PermissionError when uploading a file.
masterkorp commented on 2014-09-11 17:37
python2-privilege is dead.
Anonymous comment on 2014-05-25 15:24
@carstene1ns Thank you. Fixed.
carstene1ns commented on 2014-05-25 11:18
FYI: You are using an outdated PKGBUILD template. Nowadays makepkg can handle the git source itself[1]. Thanks for maintaining!
[1]: https://wiki.archlinux.org/index.php/VCS_PKGBUILD_Guidelines