Package Details: python-pythonpy 0.4.11-1

Git Clone URL: https://aur.archlinux.org/python-pythonpy.git (read-only, click to copy)
Package Base: python-pythonpy
Description: command line kung fu with python (python -c, with tab completion and shorthand)
Upstream URL: https://github.com/Russell91/pythonpy
Licenses: MIT
Conflicts: python2-pythonpy
Provides: python-pythonpy
Submitter: McNoggins
Maintainer: None
Last Packager: McNoggins
Votes: 4
Popularity: 0.000000
First Submitted: 2014-08-11 18:03 (UTC)
Last Updated: 2017-02-15 16:38 (UTC)

Dependencies (3)

Required by (0)

Sources (1)

Latest Comments

McNoggins commented on 2015-08-02 20:35 (UTC)

Done!

McNoggins commented on 2015-07-29 18:30 (UTC)

Sorry for the delay, I'm away from the Arch computer now so I'll update in a few days.

eigengrau commented on 2015-07-24 20:06 (UTC)

Oh, sorry for the noise, but the patch is still needed (the bash completion is still installed under /usr/bash_completion.d >_>. So I guess we should bump the version to 0.4.2 and uncomment the patch.

eigengrau commented on 2015-07-24 20:03 (UTC)

The latest version on pypi is 0.4.2. It seems that with this version, the patch isn’t needed anymore. The current PKGBUILD has the patch commented out, but the version is still at 0.3.8.

McNoggins commented on 2015-02-10 01:05 (UTC)

While we wait for upstream changes, I have patched the package specifically for Arch using eigengrau's fix.

McNoggins commented on 2015-02-03 22:42 (UTC)

Right, let's wait a few days to see if the issue gets resolved on Github by the upstream maintainer.

eigengrau commented on 2015-02-03 22:38 (UTC)

Upstream does some weird stuff when installing the bash completion. Due to this, using the current PKGBUILD, the completion will be installed to /usr/bash_completion.d. I’ve filed an issue upstream. As a workaround, this works for me: prepare() { cd "$srcdir/pythonpy-$pkgver" sed setup.py -i -e "s|\[(target,|\[('/etc/bash_completion.d',|" }