| Summary: | dev-python/pysmell-0.7.1 (New package) | ||
|---|---|---|---|
| Product: | Gentoo Linux | Reporter: | Paulo J. Matos <paulo> |
| Component: | [OLD] Development | Assignee: | 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
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...
(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. 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.
This is too old to be packaged. Closing. |