Files
2020-12-04 22:13:24 -05:00

32 lines
924 B
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-pathtools
version 0.1.2
revision 0
platforms darwin
supported_archs noarch
license MIT
maintainers {petr @petrrr} openmaintainer
description File system general utilities
long_description ${description}
homepage https://pythonhosted.org/pathtools
checksums rmd160 cdc2001f64f953bcff70e1dd85d2527665a12272 \
sha256 7c35c5421a39bb82e58018febd90e3b6e5db34c5443aaaf742b3f33d4655f1c0 \
size 11006
python.versions 27 35 36 37 38 39
if { ${name} ne ${subport} } {
depends_build-append \
port:py${python.version}-setuptools
livecheck.type none
}