Package Details: curr 1.12-1

Git Clone URL: https://aur.archlinux.org/curr.git (read-only, click to copy)
Package Base: curr
Description: simple cli currency converter
Upstream URL: https://github.com/Granitosaurus/curr
Keywords: cli converter currency
Licenses: GPL3
Submitter: Granitosaurus
Maintainer: Granitosaurus
Last Packager: Granitosaurus
Votes: 0
Popularity: 0.000000
First Submitted: 2017-10-06 14:39 (UTC)
Last Updated: 2018-03-04 17:52 (UTC)

Latest Comments

Granitosaurus commented on 2018-03-04 17:54 (UTC)

@doronbehar thnx for the bug catch! Added log zero as a dependancy.

<deleted-account> commented on 2018-03-04 17:38 (UTC)

Please add python-logzero as a dependency, I get this error without it:

Traceback (most recent call last):
  File "/usr/bin/curr", line 6, in <module>
    from pkg_resources import load_entry_point
  File "/usr/lib/python3.6/site-packages/pkg_resources/__init__.py", line 3147, in <module>
    @_call_aside
  File "/usr/lib/python3.6/site-packages/pkg_resources/__init__.py", line 3131, in _call_aside
    f(*args, **kwargs)
  File "/usr/lib/python3.6/site-packages/pkg_resources/__init__.py", line 3160, in _initialize_master_working_set
    working_set = WorkingSet._build_master()
  File "/usr/lib/python3.6/site-packages/pkg_resources/__init__.py", line 666, in _build_master
    ws.require(__requires__)
  File "/usr/lib/python3.6/site-packages/pkg_resources/__init__.py", line 984, in require
    needed = self.resolve(parse_requirements(requirements))
  File "/usr/lib/python3.6/site-packages/pkg_resources/__init__.py", line 870, in resolve
    raise DistributionNotFound(req, requirers)
pkg_resources.DistributionNotFound: The 'logzero' distribution was not found and is required by curr

Granitosaurus commented on 2017-10-16 08:54 (UTC)

@TomK32 Thanks for the bugcatch. I've released new version with a fix for installation. Regarding `click` comment, could you elaborate more? I'm failing to replicate any issues here. Cheers!

TomK32 commented on 2017-10-13 18:57 (UTC)

I just tried it and I had to replace python-click-5.1 with python-click in order for click to be found. The other problem, there's no curr binary anywhere in my PATH.