mirror of
https://git.freebsd.org/ports.git
synced 2025-07-03 10:29:15 -04:00
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
387 B
Text
8 lines
387 B
Text
Since pip is a command-line-tool, it does not have an official, supported,
|
|
importable API.
|
|
|
|
However, this does not mean that people haven't tried to import pip, usually to
|
|
end up with much headache when pip's maintainers do routine refactoring.
|
|
|
|
This project attempts to provide an importable pip API, which is fully compliant
|
|
with the recommended method of using pip from your program.
|