Description: The CodeTools project includes packages that simplify meta-programming and help the programmer separate data from code in Python. This library contains classes that allow defining simple snippets, or "blocks", of Python code, analyze variable dependencies in the code block, and use these dependencies to construct or restrict an execution graph. These (restricted) code blocks can then be executed in any namespace. However, this project also provides a Traits-event-enhanced namespace, called a "context", which can be used in place of a vanilla namespace to allow actions to be performed whenever variables are assigned or retrieved from the namespace. This project is used as the foundation for the BlockCanvas project. Links: http://dl.dropbox.com/u/1338197/1/python-CodeTools-3.1.1-1.fc13.src.rpm http://dl.dropbox.com/u/1338197/1/python-CodeTools.spec
The upstream URL seems to be invalid: python-CodeTools.noarch: W: invalid-url URL: http://code.enthought.com/projects/code_tools.php HTTP Error 404: Not Found Even though you convert a bunch of line endings, I still get several wrong-file-end-of-line-encoding complaints from rpmlint: python-CodeTools.noarch: W: wrong-file-end-of-line-encoding /usr/share/doc/python-CodeTools-3.1.1/html/_sources/tut_blocks.txt python-CodeTools.noarch: W: wrong-file-end-of-line-encoding /usr/share/doc/python-CodeTools-3.1.1/html/_sources/tut_bcem_pattern.txt python-CodeTools.noarch: W: wrong-file-end-of-line-encoding /usr/share/doc/python-CodeTools-3.1.1/html/_sources/tut_tcw.txt python-CodeTools.noarch: W: wrong-file-end-of-line-encoding /usr/share/doc/python-CodeTools-3.1.1/html/_sources/tut_cxt_functions.txt python-CodeTools.noarch: W: wrong-file-end-of-line-encoding /usr/share/doc/python-CodeTools-3.1.1/html/_sources/tut_adapted.txt python-CodeTools.noarch: W: wrong-file-end-of-line-encoding /usr/share/doc/python-CodeTools-3.1.1/html/_sources/tut_datacontexts.txt python-CodeTools.noarch: W: wrong-file-end-of-line-encoding /usr/share/doc/python-CodeTools-3.1.1/html/_sources/tut_multicontext.txt I'm not sure what those files are supposed to be used for, or if there's some reason not to convert them as well. There's also python-CodeTools.noarch: E: non-executable-script /usr/lib/python2.7/site-packages/enthought/blocks/compiler_/ast/extract_children_trees.py 0644L /usr/bin/env which you can fix by deleting the first line if you like. (Don't make it executable; it shouldn't be.)
any progress here?