Files
macports-ports/python/py-rbtools/Portfile
2025-01-10 21:51:48 -05:00

39 lines
1.4 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-rbtools
python.rootname RBTools
version 2.0.1
revision 0
categories-append devel
maintainers nomaintainer
supported_archs noarch
platforms {darwin any}
license MIT
description Tools for Review Board integration
long_description Tools for integrating with Review Board, a powerful web-based \
code review tool that offers developers an easy way to handle \
code reviews. This package provides \"post-review\", a command-line \
tool that simplifies both creating and updating review requests.
homepage https://www.reviewboard.org/downloads/rbtools/
checksums rmd160 47bce1015d16dd171616a891fe1bff803e46c6a5 \
sha256 df8d5e834ad291c6e743907e27e50fc2f6006cdc6b8a4f9035acc86b87dcba31 \
size 229394
python.versions 39
if {${name} ne ${subport}} {
depends_lib-append \
port:py${python.version}-colorama \
port:py${python.version}-six \
port:py${python.version}-setuptools \
port:py${python.version}-texttable \
port:py${python.version}-tqdm
}