forked from Lainports/freebsd-ports
- Now, lang/python is just a meta-port which depends on lang/python25.
- And all versions of Python ports have short version identifier in its
package name; python25-2.5, python24-2.4.3 and etc.
- Also you must upgrade all python modules after lang/python updated,
cd /usr/ports/lang/python && make upgrade-site-packages
- Give maintainership of Python ports to the new python@ group which
includes me, alexbl@ and others.
11 lines
284 B
Text
11 lines
284 B
Text
====
|
|
Note that some of the standard modules are provided as separate
|
|
ports since they require extra dependencies:
|
|
|
|
bsddb databases/py-bsddb
|
|
gdbm databases/py-gdbm
|
|
sqlite3 databases/py-sqlite3
|
|
tkinter x11-toolkits/py-tkinter
|
|
|
|
Install them as needed.
|
|
====
|