mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-21 00:25:50 +00:00
devel/buildbot-slave: Update to 0.8.9
- Update to 0.8.9 - Update COMMENT - Update mock minimum version dependency - Add LICENSE_FILE - Use OPTIONS helpers - Strip trailing-slash in pkg-descr WWW: URL Changes: http://docs.buildbot.net/current/relnotes/index.html http://docs.buildbot.net/current/relnotes/0.8.9.html
This commit is contained in:
parent
b999c3112b
commit
0884ba264a
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=363117
@ -2,23 +2,25 @@
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= buildbot-slave
|
||||
PORTVERSION= 0.8.8
|
||||
PORTREVISION= 1
|
||||
PORTVERSION= 0.8.9
|
||||
CATEGORIES= devel python
|
||||
MASTER_SITES= CHEESESHOP
|
||||
|
||||
MAINTAINER= koobs@FreeBSD.org
|
||||
COMMENT= Buildbot Continuous Integration Framework (Slave)
|
||||
COMMENT= Continuous Integration Framework (Slave)
|
||||
|
||||
LICENSE= GPLv2
|
||||
LICENSE_FILE= ${WRKSRC}/COPYING
|
||||
|
||||
TEST_DEPENDS:= ${RUN_DEPENDS} \
|
||||
trial:${PORTSDIR}/devel/py-twistedCore \
|
||||
${PYTHON_PKGNAMEPREFIX}mock>0:${PORTSDIR}/devel/py-mock
|
||||
${PYTHON_PKGNAMEPREFIX}mock>=0.8.0:${PORTSDIR}/devel/py-mock
|
||||
|
||||
OPTIONS_DEFINE= TESTS
|
||||
TESTS_DESC= Install py-mock for test suite
|
||||
|
||||
TESTS_BUILD_DEPENDS= ${TEST_DEPENDS}
|
||||
|
||||
USES= twisted:run,runner
|
||||
USE_PYTHON= yes
|
||||
USE_PYDISTUTILS= yes
|
||||
@ -28,10 +30,6 @@ MAKE_ENV+= NO_INSTALL_REQS=1
|
||||
|
||||
.include <bsd.port.options.mk>
|
||||
|
||||
.if ${PORT_OPTIONS:MTESTS}
|
||||
BUILD_DEPENDS:= ${TEST_DEPENDS}
|
||||
.endif
|
||||
|
||||
PLIST_FILES= man/man1/buildslave.1.gz
|
||||
|
||||
post-install:
|
||||
|
@ -1,2 +1,2 @@
|
||||
SHA256 (buildbot-slave-0.8.8.tar.gz) = 8b7532d4d34527aea41e353d1bc3c35291ec335d3224c27800d2cc0cfc9837cc
|
||||
SIZE (buildbot-slave-0.8.8.tar.gz) = 107470
|
||||
SHA256 (buildbot-slave-0.8.9.tar.gz) = 864ca4a975bdbe3e973812a7d4ac7ffaf6f9ea5b6364e9ddb2fc92bccacf93af
|
||||
SIZE (buildbot-slave-0.8.9.tar.gz) = 120831
|
||||
|
@ -3,4 +3,4 @@ devel/buildbot port
|
||||
|
||||
For more information, please see: http://buildbot.net/trac
|
||||
|
||||
WWW: http://buildbot.net/
|
||||
WWW: http://buildbot.net
|
||||
|
Loading…
Reference in New Issue
Block a user