Current File : /home/inlingua/miniconda3/pkgs/pip-25.0-py310h06a4308_0/info/recipe/meta.yaml |
# This file created by conda-build 24.1.2
# meta.yaml template originally from:
# /feedstock/recipe, last modified Mon Jan 27 15:32:54 2025
# ------------------------------------------------
package:
name: pip
version: '25.0'
source:
sha256: 8e0a97f7b4c47ae4a494560da84775e9e2f671d415d8d828e052efefb206b30b
url: https://pypi.io/packages/source/p/pip/pip-25.0.tar.gz
build:
disable_pip: true
entry_points:
- pip = pip._internal.cli.main:main
- pip3 = pip._internal.cli.main:main
number: '0'
string: py310h06a4308_0
requirements:
host:
- _libgcc_mutex 0.1 main
- _openmp_mutex 5.1 1_gnu
- bzip2 1.0.8 h5eee18b_6
- ca-certificates 2024.12.31 h06a4308_0
- ld_impl_linux-64 2.40 h12ee557_0
- libffi 3.4.4 h6a678d5_1
- libgcc-ng 11.2.0 h1234567_1
- libgomp 11.2.0 h1234567_1
- libstdcxx-ng 11.2.0 h1234567_1
- libuuid 1.41.5 h5eee18b_0
- ncurses 6.4 h6a678d5_0
- openssl 3.0.15 h5eee18b_0
- python 3.10.16 he870216_1
- readline 8.2 h5eee18b_0
- setuptools 75.1.0 py310h06a4308_0
- sqlite 3.45.3 h5eee18b_0
- tk 8.6.14 h39e8969_0
- tzdata 2025a h04d1e81_0
- wheel 0.44.0 py310h06a4308_0
- xz 5.4.6 h5eee18b_1
- zlib 1.2.13 h5eee18b_1
run:
- python >=3.10,<3.11.0a0
- setuptools
- wheel
test:
commands:
- pip -h
- pip list
imports:
- pip
about:
description: 'pip is the package installer for Python.
You can use pip to install packages from the Python Package
Index and other indexes.
'
dev_url: https://github.com/pypa/pip
doc_url: https://pip.pypa.io
home: https://pip.pypa.io
license: MIT
license_family: MIT
license_file: LICENSE.txt
summary: PyPA recommended tool for installing Python packages
extra:
copy_test_source_files: true
final: true
flow_run_id: f7d1014d-911c-4c26-86f9-4b2a6f220269
recipe-maintainers:
- jakirkham
- mingwandroid
- msarahan
- ocefpaf
- pelson
remote_url: git@github.com:AnacondaRecipes/pip-feedstock.git
sha: 67dbdfff6a69f2bdf949f8141c5754d30bed5396
skip-lints:
- missing_pip_check
- python_build_tool_in_run
- uses_setup_py