You've already forked macports-ports
mirror of
https://github.com/encounter/macports-ports.git
synced 2026-03-30 11:29:27 -07:00
30 lines
901 B
Tcl
30 lines
901 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-testpath
|
|
version 0.4.4
|
|
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 Test utilities for code working with files and commands.
|
|
long_description ${description}
|
|
|
|
homepage https://github.com/jupyter/testpath
|
|
|
|
checksums rmd160 c769a372f5fc026d5258ff25601b953da3babdeb \
|
|
sha256 60e0a3261c149755f4399a1fff7d37523179a70fdc3abdf78de9fc2604aeec7e \
|
|
size 92928
|
|
|
|
if {${name} ne ${subport}} {
|
|
livecheck.type none
|
|
}
|