You've already forked macports-ports
mirror of
https://github.com/encounter/macports-ports.git
synced 2026-03-30 11:29:27 -07:00
34 lines
1.1 KiB
Tcl
34 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-distlib
|
|
version 0.3.1
|
|
revision 0
|
|
|
|
platforms darwin
|
|
supported_archs noarch
|
|
license PSF
|
|
maintainers {@rubendibattista gmail.com:rubendibattista} openmaintainer
|
|
|
|
description Low-level components of distutils2/packaging, augmented \
|
|
with higher-level APIs for making packaging easier.
|
|
long_description ${description}
|
|
|
|
homepage https://bitbucket.org/pypa/distlib
|
|
use_zip yes
|
|
|
|
checksums rmd160 e90930fec905210f528d20e24990b600b04dec76 \
|
|
sha256 edf6116872c863e1aa9d5bb7cb5e05a022c519a4594dc703843343a9ddd9bff1 \
|
|
size 578925
|
|
|
|
# keep version for PY27 and PY34, these are (indirect) dependencies of py-virtualenv
|
|
python.versions 27 34 35 36 37 38 39
|
|
|
|
if {${name} ne ${subport}} {
|
|
test.run yes
|
|
|
|
livecheck.type none
|
|
}
|