You've already forked macports-ports
mirror of
https://github.com/encounter/macports-ports.git
synced 2026-03-30 11:29:27 -07:00
37 lines
1.1 KiB
Tcl
37 lines
1.1 KiB
Tcl
# -*- 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
|
|
|
|
PortSystem 1.0
|
|
PortGroup python 1.0
|
|
|
|
name py-python-install
|
|
version 0.0.3
|
|
revision 3
|
|
platforms darwin
|
|
supported_archs noarch
|
|
maintainers {jmr @jmroot} openmaintainer
|
|
license MIT
|
|
|
|
description A simple, correct PEP427 wheel installer.
|
|
|
|
long_description {*}${description}
|
|
|
|
homepage https://pypi.python.org/pypi/python-install/
|
|
|
|
checksums md5 c591174ae1f14c05ddcc84483381aa7e \
|
|
rmd160 203ac0ef46cfcfb6e531548a50cc5a05deb9f049 \
|
|
sha256 926f9e0cb959203629ba6ffdc889f96e1a075c36ca6e7528ba7be96ade189a7d
|
|
|
|
patchfiles patch-install-__init__.py.diff
|
|
|
|
python.versions 36 37 38 39
|
|
|
|
if {$subport ne $name} {
|
|
depends_build-append \
|
|
port:py${python.version}-setuptools
|
|
if {${python.version} <= 37} {
|
|
depends_lib-append \
|
|
port:py${python.version}-importlib-metadata
|
|
}
|
|
livecheck.type none
|
|
}
|