Page MenuHomeFreeBSD

[New port]: lang/python-tools - supplementary Python tools
ClosedPublic

Authored by mva on Aug 7 2014, 2:11 PM.
Tags
None
Referenced Files
Unknown Object (File)
Tue, Nov 18, 3:23 PM
Unknown Object (File)
Tue, Nov 18, 11:48 AM
Unknown Object (File)
Oct 20 2025, 7:15 PM
Unknown Object (File)
Oct 16 2025, 5:03 PM
Unknown Object (File)
Sep 27 2025, 9:10 PM
Unknown Object (File)
Sep 2 2025, 7:55 PM
Unknown Object (File)
Sep 2 2025, 5:24 PM
Unknown Object (File)
Aug 31 2025, 2:34 PM
Subscribers

Details

Reviewers
mva
koobs
Group Reviewers
Python
Summary

This port provides different tools from the Python standard distribution

Diff Detail

Repository
rP FreeBSD ports repository
Lint
No Lint Coverage
Unit
No Test Coverage

Event Timeline

mva retitled this revision from to [New port]: lang/python-tools - supplementary Python tools.
mva updated this object.
mva edited the test plan for this revision. (Show Details)
mva added a reviewer: Python.
antoine added inline comments.
lang/python-tools/Makefile
49

Here tabanny.py is in /usr/local/lib/python2.7/tabnanny.py
and timeit.py in /usr/local/lib/python2.7/timeit.py

Also, what about the shebangs (currenlty /usr/bin/env python, so will need the metaport to run?)

  • 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
mva added a reviewer: mva.
This revision is now accepted and ready to land.Aug 17 2014, 12:18 PM
koobs added a reviewer: koobs.
koobs added a subscriber: koobs.

LGTM