You've already forked macports-ports
mirror of
https://github.com/encounter/macports-ports.git
synced 2026-03-30 11:29:27 -07:00
40 lines
1.2 KiB
Tcl
40 lines
1.2 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-pathlib2
|
|
version 2.3.5
|
|
categories-append devel
|
|
platforms darwin
|
|
license MIT
|
|
supported_archs noarch
|
|
|
|
# temporarily add PY34 back until upstream issue in py-importlib-metadata
|
|
# is resolved
|
|
python.versions 27 34 35 36 37 38 39
|
|
|
|
maintainers {stromnov @stromnov} openmaintainer
|
|
|
|
description Object-oriented filesystem paths (backport of standard pathlib)
|
|
long_description ${description}
|
|
|
|
homepage https://pypi.python.org/pypi/pathlib2/
|
|
|
|
checksums rmd160 c096039e5356b1d605ecca75b1f834cb8e526e8a \
|
|
sha256 6cd9a47b597b37cc57de1c05e56fb1a1c9cc9fab04fe78c29acd090418529868 \
|
|
size 34393
|
|
|
|
if {${name} ne ${subport}} {
|
|
depends_build-append \
|
|
port:py${python.version}-setuptools
|
|
|
|
depends_lib-append port:py${python.version}-six
|
|
|
|
if {${python.version} < 35} {
|
|
depends_lib-append port:py${python.version}-scandir
|
|
}
|
|
|
|
livecheck.type none
|
|
}
|