Files
David B. Evans a6296d6ea8 py-pytesting-utils: new port
Utilities for the PyTesting project
2020-04-20 12:47:54 -07:00

37 lines
1.0 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
PortGroup github 1.0
github.setup pytesting utils 0.5.0 v
name py-pytesting-utils
revision 0
platforms darwin
license LGPL-3+
maintainers nomaintainer
description Utilities for the PyTesting project
long_description ${description}
python.versions 36 37 38
checksums rmd160 dd01625876f92f33f55d0d1742cd5eab67548bbc \
sha256 47d2f1dbb7954e25c544857d5d6a1925be76e19aaac428bfe36002de8100349f \
size 27725
if {${name} ne ${subport}} {
depends_build-append \
port:py${python.version}-setuptools
depends_lib-append \
port:py${python.version}-virtualenv
post-patch {
copy ${filespath}/setup.py ${worksrcpath}
}
livecheck.type none
}