# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8::et:sw=4:ts=4:sts=4

PortSystem          1.0
PortGroup           python 1.0
PortGroup           github 1.0

github.setup        mitsuhiko pipsi b43229d8a3da64bc929e05d0735a17a9a3911d11
revision            1
version             20180610
categories          python sysutils
license             MIT
maintainers         {lbschenkel @lbschenkel} openmaintainer
supported_archs     noarch
platforms           darwin

description         pip script installer
long_description    Wrapper around virtualenv and pip which installs scripts \
                    provided by Python packages into separate virtualenvs to \
                    shield them from your system and each other.

checksums           rmd160  d91d62a591d11344b1c113d8710ece45b1cd80e9 \
                    sha256  cbfb5ebc0daf4da1dc88c77c7fc9b2316819a837ca1b9f10014ae588134b9838 \
                    size    11486

python.default_version 37
depends_lib         port:py${python.version}-click \
                    port:py${python.version}-virtualenv

notes-append        \
    "WARNING: pipsi is no longer being maintained." \
    "Consider using the pipx port instead (Python 3.3+ virtualenvs)."
