Package Details: peru-git 617.2414a4a-1

Git Clone URL: https://aur.archlinux.org/peru-git.git (read-only, click to copy)
Package Base: peru-git
Description: A tool for fetching code
Upstream URL: https://github.com/buildinspace/peru
Licenses: MIT
Conflicts: peru
Submitter: oconnor663
Maintainer: oconnor663
Last Packager: oconnor663
Votes: 5
Popularity: 0.000000
First Submitted: 2014-11-24 02:13 (UTC)
Last Updated: 2018-08-07 05:03 (UTC)

Dependencies (7)

Required by (0)

Sources (1)

Latest Comments

oconnor663 commented on 2016-01-17 14:05 (UTC)

Good to know, thanks for the report.

raspine commented on 2016-01-17 08:41 (UTC)

I found this https://bugs.archlinux.org/task/47776 Seems to be some mirror issue, just made another pacman -Syu and that fixed it. So your're right, it should not be a dep for peru.

raspine commented on 2016-01-17 07:04 (UTC)

After upgrading peru I got this (so I manually installed python-six and that fixed it): Traceback (most recent call last): File "/usr/bin/peru", line 5, in <module> from pkg_resources import load_entry_point File "/usr/lib/python3.5/site-packages/pkg_resources/__init__.py", line 48, in <module> from pkg_resources.extern import six File "/usr/lib/python3.5/site-packages/pkg_resources/extern/__init__.py", line 60, in load_module "distribution.".format(**locals()) ImportError: The 'six' package is required; normally this is bundled with this package so if you get this warning, consult the packager of your distribution.

oconnor663 commented on 2016-01-16 17:49 (UTC)

@raspine six shouldn't be a dependency for peru, as peru doesn't support running on Python 2. It is a dependency of python-setuptools, though, so it's possible you could've broken setuptools if you forcibly uninstalled six? Could you please paste the error you're seeing?

raspine commented on 2016-01-16 17:44 (UTC)

The python-six package seems to be a dependency now and should be added.

oconnor663 commented on 2015-02-20 18:47 (UTC)

It absolutely does, thanks for catching.

kenny_r commented on 2015-02-20 13:56 (UTC)

This package has a dependency on python-setuptools: ==> Starting package()... Traceback (most recent call last): File "setup.py", line 2, in <module> import setuptools ImportError: No module named 'setuptools' ==> ERROR: A failure occurred in package(). Aborting...