This port provides different tools from the Python standard distribution
Diff Detail
Diff Detail
- Repository
- rP FreeBSD ports repository
- Lint
No Lint Coverage - Unit
No Test Coverage
Event Timeline
| lang/python-tools/Makefile | ||
|---|---|---|
| 49 | Here tabanny.py is in /usr/local/lib/python2.7/tabnanny.py Also, what about the shebangs (currenlty /usr/bin/env python, so will need the metaport to run?) | |
Comment Actions
- Fix shebang lines for the scripts
- Do not symlink to tabnanny and timeit, since this would require us to change the shebangs in lang/pythonXX. Copy them instead