Add py27-jenkins-job-builder-1.6.1
This commit is contained in:
parent
efed41809f
commit
87fc6969a9
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=418472
4 changed files with 37 additions and 0 deletions
|
@ -4160,6 +4160,7 @@
|
|||
SUBDIR += py-jdcal
|
||||
SUBDIR += py-jedi
|
||||
SUBDIR += py-jellyfish
|
||||
SUBDIR += py-jenkins-job-builder
|
||||
SUBDIR += py-jep
|
||||
SUBDIR += py-jira
|
||||
SUBDIR += py-jmespath
|
||||
|
|
26
devel/py-jenkins-job-builder/Makefile
Normal file
26
devel/py-jenkins-job-builder/Makefile
Normal file
|
@ -0,0 +1,26 @@
|
|||
# Created by: Li-Wen Hsu <lwhsu@FreeBSD.org>
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= jenkins-job-builder
|
||||
PORTVERSION= 1.6.1
|
||||
CATEGORIES= devel python
|
||||
MASTER_SITES= CHEESESHOP
|
||||
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
||||
|
||||
MAINTAINER= lwhsu@FreeBSD.org
|
||||
COMMENT= Manage Jenkins jobs with YAML
|
||||
|
||||
LICENSE= APACHE20
|
||||
LICENSE_FILE= ${WRKSRC}/LICENSE
|
||||
|
||||
BUILD_DEPENDS= ${PKGNAMEPREFIX}pbr>0:devel/py-pbr
|
||||
RUN_DEPENDS= ${PKGNAMEPREFIX}yaml>0:devel/py-yaml \
|
||||
${PKGNAMEPREFIX}pbr>0:devel/py-pbr \
|
||||
${PKGNAMEPREFIX}six>0:devel/py-six \
|
||||
${PKGNAMEPREFIX}stevedore>0:devel/py-stevedore \
|
||||
${PKGNAMEPREFIX}python-jenkins>0:devel/py-python-jenkins
|
||||
|
||||
USES= python
|
||||
USE_PYTHON= autoplist distutils
|
||||
|
||||
.include <bsd.port.mk>
|
3
devel/py-jenkins-job-builder/distinfo
Normal file
3
devel/py-jenkins-job-builder/distinfo
Normal file
|
@ -0,0 +1,3 @@
|
|||
TIMESTAMP = 1468215357
|
||||
SHA256 (jenkins-job-builder-1.6.1.tar.gz) = 64fa63ad18ae874dbb17bd96d3c74ea6ec31c4af91a83aac2de3eaf79d9d7dec
|
||||
SIZE (jenkins-job-builder-1.6.1.tar.gz) = 401995
|
7
devel/py-jenkins-job-builder/pkg-descr
Normal file
7
devel/py-jenkins-job-builder/pkg-descr
Normal file
|
@ -0,0 +1,7 @@
|
|||
Jenkins Job Builder takes simple descriptions of Jenkins jobs in YAML or JSON
|
||||
format and uses them to configure Jenkins. You can keep your job descriptions
|
||||
in human readable text format in a version control system to make changes and
|
||||
auditing easier. It also has a flexible template system, so creating many
|
||||
similarly configured jobs is easy.
|
||||
|
||||
WWW: http://docs.openstack.org/infra/jenkins-job-builder/
|
Loading…
Reference in a new issue