Files
2023-01-17 19:46:01 +11:00

32 lines
928 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-python-jenkins
version 0.3.4
revision 0
platforms {darwin any}
supported_archs noarch
license BSD
maintainers nomaintainer
description Python bindings for the remote Jenkins API
long_description {*}${description}
homepage https://opendev.org/jjb/python-jenkins
checksums rmd160 ea6783913bd173fc6c1f7ea030969ddcb02d7aac \
sha256 c1bc6eca5bb211d35d9efab0a536a068581743919f998f25eab34852c6a46494 \
size 6788
python.versions 27
if {${name} ne ${subport}} {
depends_build-append \
port:py${python.version}-setuptools
livecheck.type none
}