Port details |
- py-pip-api Importable pip API
- 0.0.29 devel
=0 0.0.24Version of this port present on the latest quarterly branch. - Maintainer: sunpoet@FreeBSD.org
 - Port Added: 2019-05-12 20:04:22
- Last Update: 2022-03-25 13:36:59
- Commit Hash: 4d76168
- Also Listed In: python
- License: APACHE20
- Description:
- 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.
WWW: https://github.com/di/pip-api
- SVNWeb : git : Homepage
- pkg-plist: as obtained via:
make generate-plist - There is no configure plist information for this port.
- Dependency lines:
-
- ${PYTHON_PKGNAMEPREFIX}pip-api>0:devel/py-pip-api@${PY_FLAVOR}
- To install the port:
- cd /usr/ports/devel/py-pip-api/ && make install clean
- To add the package, run one of these commands:
- pkg install devel/py-pip-api
- pkg install py38-pip-api
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.NOTE: This is a Python port. Instead of py38-pip-api listed in the above command, you can pick from the names under the Packages section.- PKGNAME: py38-pip-api
- Package flavors (<flavor>: <package>)
- distinfo:
- TIMESTAMP = 1647264562
SHA256 (pip-api-0.0.29.tar.gz) = f701584eb1c3e01021c846f89d629ab9373b6624f0626757774ad54fc4c29571
SIZE (pip-api-0.0.29.tar.gz) = 111361
- Packages (timestamps in pop-ups are UTC):
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Build dependencies:
-
- py38-setuptools>0 : devel/py-setuptools@py38
- python3.8 : lang/python38
- Runtime dependencies:
-
- py38-pip>=0 : devel/py-pip@py38
- py38-setuptools>0 : devel/py-setuptools@py38
- python3.8 : lang/python38
- This port is required by:
- for Run
-
- print/py-fontbakery
- Configuration Options:
- No options to configure
- Options name:
- devel_py-pip-api
- USES:
- python:3.7+
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|