Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 245453 - dev-python/pysmell-0.7.1 (New package)
Summary: dev-python/pysmell-0.7.1 (New package)
Status: RESOLVED OBSOLETE
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Development (show other bugs)
Hardware: All Linux
: High enhancement (vote)
Assignee: Default Assignee for New Packages
URL: http://pypi.python.org/pypi/pysmell/
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-11-03 23:41 UTC by Paulo J. Matos
Modified: 2016-10-12 15:00 UTC (History)
3 users (show)

See Also:
Package list:
Runtime testing required: ---


Attachments
ebuild for pysmell 0.7.3 (pysmell-0.7.3.ebuild,426 bytes, text/plain)
2011-05-04 16:38 UTC, JTRiley
Details
pysmell-0.7.3.ebuild (pysmell-0.7.3.ebuild,974 bytes, text/plain)
2012-01-22 14:22 UTC, Naohiro Aota
Details

Note You need to log in before you can comment on or make changes to this bug.
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 gentoo-dev 2016-10-12 15:00:09 UTC
This is too old to be packaged. Closing.