You've already forked macports-ports
mirror of
https://github.com/encounter/macports-ports.git
synced 2026-03-30 11:29:27 -07:00
65 lines
2.3 KiB
Tcl
65 lines
2.3 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-path
|
|
version 15.1.2
|
|
revision 0
|
|
categories-append devel
|
|
platforms darwin
|
|
license MIT
|
|
supported_archs noarch
|
|
|
|
python.versions 27 35 36 37 38 39
|
|
|
|
maintainers {stromnov @stromnov} openmaintainer
|
|
|
|
description Object-oriented file system path manipulation
|
|
|
|
long_description path (aka path pie, formerly path.py) implements\
|
|
path objects as first-class entities, allowing\
|
|
common operations on files to be invoked on those\
|
|
path objects directly.
|
|
|
|
homepage https://github.com/jaraco/path
|
|
|
|
checksums rmd160 8a4263f8cc8cfe72a28bad834f11cc751ffe0a25 \
|
|
sha256 bb629aefd86825bf21c8bcfa0f8691a6e5abdc3e43d50b626fe6aac5b13f60b7 \
|
|
size 48280
|
|
|
|
if {${name} ne ${subport}} {
|
|
depends_build-append \
|
|
port:py${python.version}-setuptools \
|
|
port:py${python.version}-setuptools_scm \
|
|
port:py${python.version}-toml
|
|
|
|
if {${python.version} < 38} {
|
|
depends_lib-append \
|
|
port:py${python.version}-importlib-metadata
|
|
}
|
|
|
|
if {${python.version} eq 27} {
|
|
python.rootname path.py
|
|
version 11.5.2
|
|
revision 1
|
|
epoch 1
|
|
checksums rmd160 44e201c63f60e25d9eb8035c32046807bc24abb9 \
|
|
sha256 de7cd643affbc23e56533a6e8d551ecdee4983501a08c24e4e71565202d8cdaa \
|
|
size 43542
|
|
depends_build-delete \
|
|
port:py${python.version}-toml
|
|
} elseif {${python.version} eq 35} {
|
|
version 13.1.0
|
|
revision 0
|
|
epoch 1
|
|
checksums rmd160 9720498a6bba5effbd34e8fd858cb123413bed4a \
|
|
sha256 97249b37e5e4017429a780920147200a2215e268c1a18fa549fec0b654ce99b7 \
|
|
size 44958
|
|
depends_build-delete \
|
|
port:py${python.version}-toml
|
|
}
|
|
|
|
livecheck.type none
|
|
}
|