FS#43716 - [python-jedi] package version 0.8.1-1 doesn't satisfy requirement jedi>=0.8.1

Attached to Project: Community Packages
Opened by Erik Johnson (archtaku) - Thursday, 05 February 2015, 23:46 GMT
Last edited by Jelle van der Waa (jelly) - Thursday, 19 February 2015, 19:24 GMT
Task Type Bug Report
Category Packages
Status Closed
Assigned To Jelle van der Waa (jelly)
Architecture All
Severity Low
Priority Normal
Reported Version
Due in Version Undecided
Due Date Undecided
Percent Complete 100%
Votes 0
Private No

Details

Description:

Python based applications (such as ptpython from the AUR) which include jedi>=0.8.1 as a dependency, throw errors that the requirement is not satisfied. This seems to be because jedi has a __version__ attribute of '0.8.1-final0'. Installing 0.8.1 fixes this issue, so a simple rebuild without the "_pkgver" variable in the PKGBUILD (and refs to "_pkgver" updated to "pkgver") should be sufficient to resolve this.

Additional info:
* package version(s)
python{,2}-jedi-0.8.1-1
This task depends upon

Closed by  Jelle van der Waa (jelly)
Thursday, 19 February 2015, 19:24 GMT
Reason for closing:  Fixed
Additional comments about closing:  Took me some time to parse the report, but I've fixed the issue with pkgrel=2
>>> jedi.__version__
'0.8.1'

Loading...