Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 245453

Summary: dev-python/pysmell-0.7.1 (New package)
Product: Gentoo Linux Reporter: Paulo J. Matos <paulo>
Component: [OLD] DevelopmentAssignee: Default Assignee for New Packages <maintainer-wanted>
Status: RESOLVED OBSOLETE    
Severity: enhancement CC: justin.t.riley, naota, python
Priority: High    
Version: unspecified   
Hardware: All   
OS: Linux   
URL: http://pypi.python.org/pypi/pysmell/
Whiteboard:
Package list:
Runtime testing required: ---
Attachments: ebuild for pysmell 0.7.3
pysmell-0.7.3.ebuild

Description Paulo J. Matos 2008-11-03 23:41:24 UTC
An autocompletion library for Python

PySmell is a python IDE completion helper.

It tries to statically analyze Python source code, without executing it, and generates information about a project's structure that IDE tools can use.

PySmell currently supports Vim, Emacs and TextMate. It can be integrated with any editor that can run Python scripts and has an auto-complete API.

Reproducible: Always
Comment 1 JTRiley 2011-05-04 16:38:39 UTC
Created attachment 272109 [details]
ebuild for pysmell 0.7.3

Here's an ebuild that I'm using for now so that I can use pysmell in vim. I'm sure it needs some updating...
Comment 2 Maxim Koltsov (RETIRED) gentoo-dev 2011-05-04 16:48:36 UTC
(In reply to comment #1)
> Created attachment 272109 [details]
> ebuild for pysmell 0.7.3
> 
> Here's an ebuild that I'm using for now so that I can use pysmell in vim. I'm
> sure it needs some updating...
1) Please check whether SUPPORT_PYTHON_ABIS="1" is applicable
2) Set proper PYTHON_DEPEND and RESTRICT_PYTHON_ABIS
3) Use SRC_URI="mirror://pypi/p/${PN}/${P}.zip"
4) Test on x86 if you can
5) Check if there is a testsuite and write proper src_test()
6) Find all dependencies with reading setup.py and grepping 'import' in sources.
Comment 3 Naohiro Aota gentoo-dev 2012-01-22 14:22:56 UTC
Created attachment 299529 [details]
pysmell-0.7.3.ebuild

I've tried to fix the ebuild above and added emacs support.
I don't use vim and so don't know how to handle vim plugin well, so I left it uninstalled ;)

Confirmed working with 2.7 and not working with 3.1.
There seems no test available and the ebuild already had all dependencies.
Comment 4 Patrice Clement (RETIRED) gentoo-dev 2016-10-12 15:00:09 UTC
This is too old to be packaged. Closing.