freebsd-ports/devel/py-importlib/pkg-descr
Ruslan Makhmatkhanov b8c47b0be5 importlib module is available in Python standard library since 2.7
(in 2.x branch) and 3.1 (in 3.x branch). Since we don't have 3.0
in ports, nor anything less 2.6, set USE_PYTHON to exactly 2.6

while here:
- trim Makefile header
- move pkg-plist contents to Makefile:PLIST_FILES
- correct WWW in pkg-descr

PR:		172409
Submitted by:	rm (myself)
Approved by:	Alexandros Kosiaris <akosiaris at gmail dot com> (maintainer)
2012-10-07 05:21:59 +00:00

10 lines
400 B
Text

This package contains the code from importlib as found in Python 2.7.
It is provided so that people who wish to use importlib.import_module()
with a version of Python prior to 2.7 or in 3.0 have the function readily
available. The code in no way deviates from what can be found in the 2.7
trunk.
For documentation, see the importlib docs for Python 2.7.
WWW: http://pypi.python.org/pypi/importlib