You've already forked macports-ports
mirror of
https://github.com/macports/macports-ports.git
synced 2026-03-31 14:42:53 -07:00
28 lines
890 B
Tcl
28 lines
890 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.6.0
|
|
revision 0
|
|
categories-append devel
|
|
platforms {darwin any}
|
|
license MIT
|
|
supported_archs noarch
|
|
|
|
python.versions 37 38 39 310 311 312 313 314
|
|
|
|
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 c11c8230e8f94e2c09c65d0761a8ec2e98cd07c5 \
|
|
sha256 2f1b97e6442c02681ebe01bd84f531028a7caea1af3825000f52345c30285e0f \
|
|
size 93348
|
|
|
|
python.pep517_backend flit
|