You've already forked macports-ports
mirror of
https://github.com/encounter/macports-ports.git
synced 2026-03-30 11:29:27 -07:00
31 lines
892 B
Tcl
31 lines
892 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
|
|
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
|
|
}
|