Package Details: pycp 8.0.8-1

Git Clone URL: https://aur.archlinux.org/pycp.git (read-only, click to copy)
Package Base: pycp
Description: cp and mv with a progressbar
Upstream URL: http://github.com/dmerejkowsky/pycp
Licenses: MIT
Submitter: yannicklm
Maintainer: dmerejkowsky
Last Packager: dmerejkowsky
Votes: 29
Popularity: 0.000000
First Submitted: 2012-04-23 20:19 (UTC)
Last Updated: 2019-04-11 18:44 (UTC)

Latest Comments

1 2 Next › Last »

dmerejkowsky commented on 2019-04-11 18:46 (UTC)

Bump to 8.0.8 and dropped python-cli-ui dependency

whoami commented on 2019-04-11 07:11 (UTC) (edited on 2019-04-11 07:12 (UTC) by whoami)

remove python-cli-ui from dependency plz cause it's removed in 8.0.7 https://github.com/dmerejkowsky/pycp/commit/698a29325b2aab74a94d2da87ebe4ca28261d12e

frabjous commented on 2018-08-30 14:58 (UTC)

Rebuilding python-cli-ui did the trick. Thanks to both.

ansatz commented on 2018-08-30 08:47 (UTC)

@frabjous

I had the same issue. The problem was python's upgrade earlier this month. Because of this pycp looks for python-cli-ui from /usr/lib/python3.7/site-packages instead of /usr/lib/python3.6/site-packages where it's currently installed. Recompiling python-cli-ui fixes this.

dmerejkowsky commented on 2018-08-29 18:09 (UTC)

Weird. Can you please run

$ pacman -Ql pycp python-cli-ui

And check python version is consistent with the one in /usr/bin/python ?

frabjous commented on 2018-08-29 15:00 (UTC)

I can't build the new version. I get several "ModuleNotFoundError: No module named 'ui'" errors. I do have python-cli-ui installed from the AUR.

dmerejkowsky commented on 2017-11-01 12:04 (UTC)

I've published a python-cli-ui package on AUR, and I've fixed the dependencies. Should be working without using pip now.

nasedo commented on 2017-11-01 06:52 (UTC)

pkg_resources.DistributionNotFound: The 'python-cli-ui' distribution was not found and is required by pycp Sadly I can't find python-cli-ui on AUR and had to install it through pip.

yannicklm commented on 2016-02-25 23:49 (UTC)

Bump to 7.2 This release brings back Python2.7 compatibility, because why not ? The package is still built with Python3, so there should be no changes at all for users of this package

yannicklm commented on 2016-01-31 20:55 (UTC)

TLDR: bump to 7.1 7.1 was only created to fix the metadata classifiers in the setup.py so that they are correctly shown on Pypi. Also, I prefer using Pypi source URLs in the PKGBUILD rather than github ones. github is known to change the format of the archives they generate so I'd rather not depend on that And I just realize I forgot to add a makedepend to python-setuptools, so I also fixed that. So thanks for the update :)