debian/0000755000000000000000000000000012204750775007177 5ustar debian/rules0000755000000000000000000000104512204750760010251 0ustar #!/usr/bin/make -f %: dh $@ --with python2,python3 --buildsystem=pybuild override_dh_installchangelogs: dh_installchangelogs CHANGELOG.rst DEB_UPSTREAM_VERSION:=$(shell dpkg-parsechangelog | sed -rne 's,^Version: ([^-]+).*,\1,p') get-orig-source: uscan --force-download --rename --destdir=. --download-version $(DEB_UPSTREAM_VERSION) && \ git clone https://github.com/davidhalter/jedi-vim.git && \ cd jedi-vim && git archive --format=tar.gz HEAD \ -o ../python-jedi_$(DEB_UPSTREAM_VERSION).orig-vim.tar.gz && \ cd .. && rm -rf jedi-vim/ debian/python-jedi.install0000644000000000000000000000002312063706370013007 0ustar /usr/lib/python2.* debian/compat0000644000000000000000000000000212063701366010370 0ustar 7 debian/copyright0000644000000000000000000000463312204751726011135 0ustar Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ Upstream-Name: Jedi Upstream-Contact: David Halter Source: http://pypi.python.org/packages/source/j/jedi/ Files: * Copyright: 2012 David Halter License: Expat Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: . The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. . THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. Files: debian/* Copyright: 2012-2013 Piotr Ożarowski License: Expat Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: . The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. . THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. debian/python-jedi.yaml0000644000000000000000000000030312063711440012276 0ustar addon: python-jedi description: "autocompletion tool for Python" files: - after/syntax/python.vim - autoload/jedi.vim - ftplugin/python/jedi.vim - plugin/jedi.vim - plugin/jedi_vim.py debian/control0000644000000000000000000000356412200727464010605 0ustar Source: python-jedi Maintainer: Piotr Ożarowski Uploaders: Debian Python Modules Team Section: python Priority: optional Build-Depends: debhelper (>= 7), dh-python, python-all, python3-all, python-setuptools, python3-setuptools Standards-Version: 3.9.4 Homepage: https://github.com/davidhalter/jedi Vcs-Svn: svn://anonscm.debian.org/python-modules/packages/python-jedi/trunk/ Vcs-Browser: http://anonscm.debian.org/viewvc/python-modules/packages/python-jedi/trunk/ X-Python-Version: >= 2.6 Package: python-jedi Architecture: all Depends: ${python:Depends}, ${misc:Depends} Description: autocompletion tool for Python Jedi is an autocompletion tool for Python. It works. With and without syntax errors. Sometimes it sucks, but that's normal in dynamic languages. But it sucks less than other tools. It understands almost all of the basic Python syntax elements including many builtins. Package: python3-jedi Architecture: all Depends: ${python3:Depends}, ${misc:Depends} Description: autocompletion tool for Python 3 Jedi is an autocompletion tool for Python. It works. With and without syntax errors. Sometimes it sucks, but that's normal in dynamic languages. But it sucks less than other tools. It understands almost all of the basic Python syntax elements including many builtins. Package: vim-python-jedi Architecture: all Depends: python-jedi, ${python:Depends}, ${misc:Depends} Recommends: vim-addon-manager Description: autocompletion tool for Python - VIM addon files Jedi is an autocompletion tool for Python. It works. With and without syntax errors. Sometimes it sucks, but that's normal in dynamic languages. But it sucks less than other tools. It understands almost all of the basic Python syntax elements including many builtins. . `vim-addons install python-jedi` will create all needed symlinks in ~/.vim/ debian/vim-python-jedi.install0000644000000000000000000000052512063711613013603 0ustar debian/python-jedi.yaml /usr/share/vim/registry vim/after/syntax/python.vim /usr/share/vim/addons/after/syntax/ vim/autoload/jedi.vim /usr/share/vim/addons/autoload/ vim/ftplugin/python/jedi.vim /usr/share/vim/addons/ftplugin/python/ vim/plugin/jedi.vim /usr/share/vim/addons/plugin/ vim/plugin/jedi_vim.py /usr/share/vim/addons/plugin/ debian/watch0000644000000000000000000000016412204746450010224 0ustar version=3 opts=uversionmangle=s/(rc|a|b|c)/~$1/ \ https://pypi.python.org/packages/source/j/jedi/jedi-(.*)\.tar\.gz debian/source/0000755000000000000000000000000012063701366010472 5ustar debian/source/format0000644000000000000000000000001412063701366011700 0ustar 3.0 (quilt) debian/python3-jedi.install0000644000000000000000000000002312063706376013100 0ustar /usr/lib/python3.* debian/changelog0000644000000000000000000000172212204751573011050 0ustar python-jedi (0.7.0-1) unstable; urgency=low * New upstream release - switched from LGPL to MIT license * debian/copyright updated - license of debian/* files changed to Expat, to match upstream * CHANGELOG.rst installed as upstream changelog -- Piotr Ożarowski Tue, 20 Aug 2013 22:10:00 +0200 python-jedi (0.6.0-2) unstable; urgency=low [ Jakub Wilk ] * Add Vcs-* fields. [ Piotr Ożarowski ] * Bump minimum required Python version to 2.6 (due to b'' syntax) * Add DPMT to Uploaders * Upload to unstable * Add dh-python to Build-Depends -- Piotr Ożarowski Thu, 08 Aug 2013 16:43:43 +0200 python-jedi (0.6.0-1) experimental; urgency=low * New upstream release -- Piotr Ożarowski Tue, 14 May 2013 23:29:48 +0200 python-jedi (0.5~b5-1) experimental; urgency=low * Initial release (closes: #696195) -- Piotr Ożarowski Sat, 19 Jan 2013 23:02:16 +0100