devel/buildbot*: Rename all buildbot ports
devel/buildbot -> devel/py-buildbot devel/buildbot-worker -> devel/py-buildbot-worker devel/buildbot-console-view -> devel/py-buildbot-console-view devel/buildbot-grid-view -> devel/py-buildbot-grid-view devel/buildbot-pkg -> devel/py-buildbot-pkg devel/buildbot-waterfall-view -> devel/py-buildbot-waterfall-view devel/buildbot-www -> devel/py-buildbot-www - Update MAINTAINER - Allow builds with Python 3.x Reviewed_by: koobs Approved by: koobs (maintainer), portmgr (maintainer timeout, grembo, 3+ weeks) Differential Revision: D12499
This commit is contained in:
parent
81714f1d32
commit
897af316ab
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=455028
6
MOVED
6
MOVED
@ -9649,3 +9649,9 @@ www/linux-seamonkey||2017-11-22|Has expired: Use native www/seamonkey instead
|
||||
graphics/linux-adobesvg||2017-11-22|Has expired: not supported by linux-firefox 52 or later
|
||||
sysutils/qjail2||2017-11-26|Has expired: Only for FreeBSD 8 and 9, use sysutils/qjail[4] instead
|
||||
www/newsbeuter|www/newsboat|2017-11-27|Port was renamed
|
||||
devel/buildbot|devel/py-buildbot|2017-11-29|Rename to comply with PyPI scheme.
|
||||
devel/buildbot-console-view|devel/py-buildbot-console-view|2017-11-29|Rename to comply with PyPI scheme.
|
||||
devel/buildbot-pkg|devel/py-buildbot-pkg|2017-11-29|Rename to comply with PyPI scheme.
|
||||
devel/buildbot-waterfall-view|devel/py-buildbot-waterfall-view|2017-11-29|Rename to comply with PyPI scheme.
|
||||
devel/buildbot-worker|devel/py-buildbot-worker|2017-11-29|Rename to comply with PyPI scheme.
|
||||
devel/buildbot-www|devel/py-buildbot-www|2017-11-29|Rename to comply with PyPI scheme.
|
||||
|
@ -226,12 +226,6 @@
|
||||
SUBDIR += bugzilla44
|
||||
SUBDIR += bugzilla50
|
||||
SUBDIR += build
|
||||
SUBDIR += buildbot
|
||||
SUBDIR += buildbot-console-view
|
||||
SUBDIR += buildbot-pkg
|
||||
SUBDIR += buildbot-waterfall-view
|
||||
SUBDIR += buildbot-worker
|
||||
SUBDIR += buildbot-www
|
||||
SUBDIR += buildtool
|
||||
SUBDIR += buildtool-doc
|
||||
SUBDIR += bullet
|
||||
@ -4286,7 +4280,13 @@
|
||||
SUBDIR += py-boto
|
||||
SUBDIR += py-botocore
|
||||
SUBDIR += py-bsd
|
||||
SUBDIR += py-buildbot
|
||||
SUBDIR += py-buildbot-console-view
|
||||
SUBDIR += py-buildbot-grid-view
|
||||
SUBDIR += py-buildbot-pkg
|
||||
SUBDIR += py-buildbot-waterfall-view
|
||||
SUBDIR += py-buildbot-worker
|
||||
SUBDIR += py-buildbot-www
|
||||
SUBDIR += py-cached-property
|
||||
SUBDIR += py-cachetools
|
||||
SUBDIR += py-calendar
|
||||
|
@ -1,27 +0,0 @@
|
||||
# Created by: Michael Gmelin <grembo@FreeBSD.org>
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= buildbot-www
|
||||
PORTVERSION= 0.9.11
|
||||
CATEGORIES= devel python
|
||||
MASTER_SITES= CHEESESHOP
|
||||
|
||||
MAINTAINER= grembo@FreeBSD.org
|
||||
COMMENT= Continuous Integration Framework (WWW)
|
||||
|
||||
LICENSE= GPLv2
|
||||
|
||||
BUILD_DEPENDS= buildbot>=${PORTVERSION}:devel/buildbot \
|
||||
buildbot-pkg>=${PORTVERSION}:devel/buildbot-pkg \
|
||||
${PYTHON_PKGNAMEPREFIX}mock>0.8.0:devel/py-mock
|
||||
RUN_DEPENDS= buildbot-console-view>=${PORTVERSION}:devel/buildbot-console-view \
|
||||
buildbot-grid-view>=${PORTVERSION}:devel/py-buildbot-grid-view \
|
||||
buildbot-waterfall-view>=${PORTVERSION}:devel/buildbot-waterfall-view \
|
||||
${PYTHON_PKGNAMEPREFIX}service_identity>=16.0.0:security/py-service_identity
|
||||
|
||||
USES= python:2.7
|
||||
USE_PYTHON= autoplist distutils
|
||||
|
||||
NO_ARCH= yes
|
||||
|
||||
.include <bsd.port.mk>
|
@ -3,18 +3,20 @@
|
||||
|
||||
PORTNAME= buildbot-console-view
|
||||
PORTVERSION= 0.9.11
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= devel python
|
||||
MASTER_SITES= CHEESESHOP
|
||||
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
||||
|
||||
MAINTAINER= grembo@FreeBSD.org
|
||||
MAINTAINER= koobs@FreeBSD.org
|
||||
COMMENT= Continuous Integration Framework (Console View)
|
||||
|
||||
LICENSE= GPLv2
|
||||
|
||||
BUILD_DEPENDS= buildbot-pkg>=${PORTVERSION}:devel/buildbot-pkg
|
||||
RUN_DEPENDS= buildbot-pkg>=${PORTVERSION}:devel/buildbot-pkg
|
||||
BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}buildbot-pkg>=${PORTVERSION}:devel/py-buildbot-pkg
|
||||
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}buildbot-pkg>=${PORTVERSION}:devel/py-buildbot-pkg
|
||||
|
||||
USES= python:2.7
|
||||
USES= python
|
||||
USE_PYTHON= autoplist distutils
|
||||
|
||||
NO_ARCH= yes
|
@ -2,18 +2,20 @@
|
||||
|
||||
PORTNAME= buildbot-grid-view
|
||||
PORTVERSION= 0.9.11
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= devel python
|
||||
MASTER_SITES= CHEESESHOP
|
||||
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
||||
|
||||
MAINTAINER= rodrigc@FreeBSD.org
|
||||
MAINTAINER= koobs@FreeBSD.org
|
||||
COMMENT= Continuous Integration Framework (Grid View)
|
||||
|
||||
LICENSE= GPLv2
|
||||
|
||||
BUILD_DEPENDS= buildbot-pkg>=${PORTVERSION}:devel/buildbot-pkg
|
||||
RUN_DEPENDS= buildbot-pkg>=${PORTVERSION}:devel/buildbot-pkg
|
||||
BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}buildbot-pkg>=${PORTVERSION}:devel/py-buildbot-pkg
|
||||
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}buildbot-pkg>=${PORTVERSION}:devel/py-buildbot-pkg
|
||||
|
||||
USES= python:2.7
|
||||
USES= python
|
||||
USE_PYTHON= autoplist distutils
|
||||
|
||||
NO_ARCH= yes
|
||||
|
@ -3,15 +3,17 @@
|
||||
|
||||
PORTNAME= buildbot-pkg
|
||||
PORTVERSION= 0.9.11
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= devel python
|
||||
MASTER_SITES= CHEESESHOP
|
||||
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
||||
|
||||
MAINTAINER= grembo@FreeBSD.org
|
||||
MAINTAINER= koobs@FreeBSD.org
|
||||
COMMENT= Continuous Integration Framework (packaging)
|
||||
|
||||
LICENSE= GPLv2
|
||||
|
||||
USES= python:2.7
|
||||
USES= python
|
||||
USE_PYTHON= autoplist distutils
|
||||
|
||||
NO_ARCH= yes
|
@ -3,18 +3,20 @@
|
||||
|
||||
PORTNAME= buildbot-waterfall-view
|
||||
PORTVERSION= 0.9.11
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= devel python
|
||||
MASTER_SITES= CHEESESHOP
|
||||
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
||||
|
||||
MAINTAINER= grembo@FreeBSD.org
|
||||
MAINTAINER= koobs@FreeBSD.org
|
||||
COMMENT= Continuous Integration Framework (Waterfall View)
|
||||
|
||||
LICENSE= GPLv2
|
||||
|
||||
BUILD_DEPENDS= buildbot-pkg>=${PORTVERSION}:devel/buildbot-pkg
|
||||
RUN_DEPENDS= buildbot-pkg>=${PORTVERSION}:devel/buildbot-pkg
|
||||
BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}buildbot-pkg>=${PORTVERSION}:devel/py-buildbot-pkg
|
||||
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}buildbot-pkg>=${PORTVERSION}:devel/py-buildbot-pkg
|
||||
|
||||
USES= python:2.7
|
||||
USES= python
|
||||
USE_PYTHON= autoplist distutils
|
||||
|
||||
NO_ARCH= yes
|
@ -3,11 +3,13 @@
|
||||
|
||||
PORTNAME= buildbot-worker
|
||||
PORTVERSION= 0.9.11
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= devel python
|
||||
MASTER_SITES= CHEESESHOP
|
||||
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
||||
|
||||
MAINTAINER= grembo@FreeBSD.org
|
||||
COMMENT= Continuous Integration Framework (Worker)
|
||||
MAINTAINER= koobs@FreeBSD.org
|
||||
COMMENT= Buildbot Worker Daemon
|
||||
|
||||
LICENSE= GPLv2
|
||||
LICENSE_FILE= ${WRKSRC}/COPYING
|
||||
@ -17,7 +19,7 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}future>=0.15.2:devel/py-future \
|
||||
TEST_DEPENDS= trial:devel/py-twisted \
|
||||
${PYTHON_PKGNAMEPREFIX}mock>0:devel/py-mock
|
||||
|
||||
USES= python:2.7
|
||||
USES= python
|
||||
USE_PYTHON= autoplist distutils
|
||||
USE_RC_SUBR= buildbot-worker
|
||||
|
@ -1,5 +1,5 @@
|
||||
This port is the worker part of BuildBot. For the buildmaster, install the
|
||||
devel/buildbot port.
|
||||
devel/py-buildbot port.
|
||||
|
||||
For more information, please see: https://buildbot.net/trac
|
||||
|
29
devel/py-buildbot-www/Makefile
Normal file
29
devel/py-buildbot-www/Makefile
Normal file
@ -0,0 +1,29 @@
|
||||
# Created by: Michael Gmelin <grembo@FreeBSD.org>
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= buildbot-www
|
||||
PORTVERSION= 0.9.11
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= devel python
|
||||
MASTER_SITES= CHEESESHOP
|
||||
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
||||
|
||||
MAINTAINER= koobs@FreeBSD.org
|
||||
COMMENT= Continuous Integration Framework (WWW)
|
||||
|
||||
LICENSE= GPLv2
|
||||
|
||||
BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}buildbot>=${PORTVERSION}:devel/py-buildbot \
|
||||
${PYTHON_PKGNAMEPREFIX}buildbot-pkg>=${PORTVERSION}:devel/py-buildbot-pkg \
|
||||
${PYTHON_PKGNAMEPREFIX}mock>0.8.0:devel/py-mock
|
||||
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}buildbot-console-view>=${PORTVERSION}:devel/py-buildbot-console-view \
|
||||
${PYTHON_PKGNAMEPREFIX}buildbot-grid-view>=${PORTVERSION}:devel/py-buildbot-grid-view \
|
||||
${PYTHON_PKGNAMEPREFIX}buildbot-waterfall-view>=${PORTVERSION}:devel/py-buildbot-waterfall-view \
|
||||
${PYTHON_PKGNAMEPREFIX}service_identity>=16.0.0:security/py-service_identity
|
||||
|
||||
USES= python
|
||||
USE_PYTHON= autoplist distutils
|
||||
|
||||
NO_ARCH= yes
|
||||
|
||||
.include <bsd.port.mk>
|
@ -3,11 +3,13 @@
|
||||
|
||||
PORTNAME= buildbot
|
||||
PORTVERSION= 0.9.11
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= devel python
|
||||
MASTER_SITES= CHEESESHOP
|
||||
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
||||
|
||||
MAINTAINER= grembo@FreeBSD.org
|
||||
COMMENT= Continuous Integration Framework (Master)
|
||||
MAINTAINER= koobs@FreeBSD.org
|
||||
COMMENT= Continuous Integration Framework
|
||||
|
||||
LICENSE= GPLv2
|
||||
LICENSE_FILE= ${WRKSRC}/COPYING
|
||||
@ -24,16 +26,16 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}twisted>=14.0.1:devel/py-twisted \
|
||||
${PYTHON_PKGNAMEPREFIX}sqlalchemy10>=0.6:databases/py-sqlalchemy10 \
|
||||
${PYTHON_PKGNAMEPREFIX}sqlite3>0:databases/py-sqlite3 \
|
||||
${PYTHON_PKGNAMEPREFIX}treq>0:www/py-treq
|
||||
TEST_DEPENDS= buildbot-worker>=${PORTVERSION}:devel/buildbot-worker \
|
||||
buildbot-www>=${PORTVERSION}:devel/buildbot-www \
|
||||
${PYTHON_PKGNAMEPREFIX}mock>0.8.0:devel/py-mock \
|
||||
${PYTHON_PKGNAMEPREFIX}boto3>0:www/py-boto3
|
||||
TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}boto3>0:www/py-boto3 \
|
||||
${PYTHON_PKGNAMEPREFIX}buildbot-worker>=${PORTVERSION}:devel/py-buildbot-worker \
|
||||
${PYTHON_PKGNAMEPREFIX}buildbot-www>=${PORTVERSION}:devel/py-buildbot-www \
|
||||
${PYTHON_PKGNAMEPREFIX}mock>=2.0.0:devel/py-mock
|
||||
|
||||
USES= python:2.7
|
||||
USES= python
|
||||
USE_RC_SUBR= buildbot
|
||||
USE_PYTHON= autoplist distutils
|
||||
|
||||
SUB_LIST+= PYTHON_CMD=${PYTHON_CMD}
|
||||
SUB_LIST= PYTHON_CMD=${PYTHON_CMD}
|
||||
|
||||
NO_ARCH= yes
|
||||
|
Loading…
Reference in New Issue
Block a user