# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4
maintainers {stromnov @stromnov} openmaintainer
description A tool for installing and managing Python packages.
long_description pip is a replacement for easy_install. It uses mostly the \
same techniques for finding packages, so packages that \
were made easy_installable should be pip-installable as \
homepage http://www.pip-installer.org/
master_sites pypi:[string index ${python.rootname} 0]/${python.rootname}
distname ${python.rootname}-${version}
checksums rmd160 e2aee78bd544b49da6f8e8af6be1ea7c0248c6f4 \
sha256 21207d76c1031e517668898a6b46a9fb1501c7a4710ef5dfd6a40ad9e6757ea7 \
# keep older Python versions here, do add the EOL version to the list below
python.versions 26 27 33 34 35 36 37 38
if {${name} ne ${subport}} {
if {${python.version} in "26 33 34"} {
deprecated.eol_version yes
depends_lib-append port:py${python.version}-setuptools
depends_run port:pip_select
if {[lsearch {26} ${python.version}] != -1} {
distname ${python.rootname}-${version}
checksums rmd160 9cf0429a7a7e9897339ffc5a141e9b2e1da8086e \
sha256 7bf48f9a693be1d58f49f7af7e0ae9fe29fd671cde8a55e6edca3581c4ef5796 \
if {[lsearch {33} ${python.version}] != -1} {
distname ${python.rootname}-${version}
checksums rmd160 008e4a069e4969ee08ad383eb1d0070eeb63b405 \
sha256 f2bd08e0cd1b06e10218feaf6fef299f473ba706582eb3bd9d52203fdbd7ee68 \