Search Criteria
Package Details: python2-jedi-git 1:v0.17.0.r148.2d672d2f-1
Git Clone URL: | https://aur.archlinux.org/python2-jedi-git.git (read-only, click to copy) |
---|---|
Package Base: | python2-jedi-git |
Description: | An awesome autocompletion, static analysis and refactoring library for Python |
Upstream URL: | https://github.com/davidhalter/jedi |
Licenses: | |
Conflicts: | |
Provides: | |
Submitter: | guibou |
Maintainer: | davidovitch (xiretza) |
Last Packager: | xiretza |
Votes: | 8 |
Popularity: | 0.000000 |
First Submitted: | 2013-01-17 12:28 |
Last Updated: | 2020-05-24 19:28 |
Dependencies (3)
- python2
- git (git-git) (make)
- python2-setuptools (make)
Required by (8)
- bpython2 (requires python2-jedi) (optional)
- geany-jedi-complete (requires python2-jedi) (optional)
- gnat-gps (requires python2-jedi) (optional)
- python-jedihttp-git (requires python2-jedi) (make)
- python2-jedihttp-git (requires python2-jedi)
- python2-jedihttp-git (requires python2-jedi) (make)
- python2-wdb (requires python2-jedi)
- spyder2 (requires python2-jedi)
Latest Comments
davidovitch commented on 2020-05-24 21:54
Great, thanks. I wasn't aware of the
epoch
option, now I do :-)xiretza commented on 2020-05-24 19:30
No problem at all, two days is an absolutely fine response time :) Co-maintainership is much appreciated, thanks.
Because the new versioning scheme always counts as "older" than the old one (
vercmp 3964.7b50bb0 v0.17.0.r148.2d672d2f
is >0), theepoch
PKGBUILD variable needs to be increased to make sure any upgrades will count as such in the future (vercmp 3964.7b50bb0 1:v0.17.0.r148.2d672d2f
is <0). Just did that in the latest commit.davidovitch commented on 2020-05-24 17:53
@xiretza, sorry for late reply. I've applied your patch and made you a co-maintainer (I can also hand it over to you if you prefer that). I am not sure I know what you mean with
epoch
that requires a bump.xiretza commented on 2020-05-23 20:01
Ah, sorry,
epoch
needs to be bumped too, forgot that in the patch.xiretza commented on 2020-05-22 14:38
Package is broken in a lot of ways, here's a patch (partly based on
python-jedi
):davidovitch commented on 2015-02-25 07:43
@guibou: do you have any plans updating this package? If not, I am willing to take the package over from you.
davidovitch commented on 2014-05-16 11:20
This package needs an update (no package() function, no automatic versioning, license changed from LGPL to MIT), and I have proposed an improved version here: https://gist.github.com/davidovitch/c37e36b8af28ecd8f607
Anonymous comment on 2013-01-20 20:52
There is a small error in the makedepends section of the PKGBUILD file. Each package needs to be enclosed by single quotes:
makedepends=('git' 'python2-distribute')