fb16dfecae
Commit b7f05445c0
has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.
This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.
Approved by: portmgr (tcberner)
8 lines
420 B
Text
8 lines
420 B
Text
This is a low-level library for installing a Python package from a wheel
|
|
distribution. It provides basic functionality and abstractions for handling
|
|
wheels and installing packages from wheels.
|
|
|
|
- Logic for "unpacking" a wheel (i.e. installation).
|
|
- Abstractions for various parts of the unpacking process.
|
|
- Extensible simple implementations of the abstractions.
|
|
- Platform-independent Python script wrapper generation.
|