FS#28861 - [vim] vim appears to be without python support

Attached to Project: Arch Linux
Opened by Nikita Malyavin (foobarrior) - Sunday, 11 March 2012, 07:23 GMT
Last edited by Dave Reisner (falconindy) - Sunday, 11 March 2012, 14:36 GMT
Task Type Bug Report
Category Packages: Extra
Status Closed
Assigned To No-one
Architecture All
Severity Low
Priority Normal
Reported Version
Due in Version Undecided
Due Date Undecided
Percent Complete 100%
Votes 0
Private No

Details

Description:
It seems vim comes up in repository with neither +python nor +pyton3 flags compiled

Additional info:
* vim package version: 7.3.434-1
* arch: x86-64


Steps to reproduce:
vim --version | grep python
This task depends upon

Closed by  Dave Reisner (falconindy)
Sunday, 11 March 2012, 14:36 GMT
Reason for closing:  Not a bug
Additional comments about closing:  See comments
Comment by Karol Błażewicz (karol) - Sunday, 11 March 2012, 11:32 GMT
That's true, if you want python, use gvim: http://projects.archlinux.org/svntogit/packages.git/tree/trunk/PKGBUILD?h=packages/vim
vim is configured with '--disable-pythoninterp --disable-python3inter' while gvim is configured with '--enable-pythoninterp --disable-python3interp'. If you need python3 support, use ABS to build your own vim/gvim package.
Comment by Nikita Malyavin (foobarrior) - Sunday, 11 March 2012, 12:29 GMT
is it a good way to be called 'vim' and to behave like some 'vim-simplified' for package?=)
Comment by Karol Błażewicz (karol) - Sunday, 11 March 2012, 13:57 GMT
Requests like yours (or similar) have been submitted previously:
 FS#13240  [vim] should have language interpeters as optdepends
 FS#16177  [vim] python support
 FS#16840  [vim] must depend on perl strictly
 FS#23683  VIM is Compiled Without the Python Interpreter

Loading...