1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-18 19:49:40 +00:00

devel/py-buildbot: Fix runtime

Runtime broke with the updaaate of py-twisted. For now try with patching
the lower bounds.

PR:		274827
Reported by:	freebsd@pe82.de
This commit is contained in:
Muhammad Moinur Rahman 2023-10-31 13:26:00 +01:00
parent 93f41b04c4
commit d4989ed44f

View File

@ -1,5 +1,6 @@
PORTNAME= buildbot
PORTVERSION= 3.9.2
PORTREVISION= 1
CATEGORIES= devel python
MASTER_SITES= PYPI
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
@ -49,6 +50,10 @@ SUB_LIST= PYTHON_CMD=${PYTHON_CMD} \
BUILDBOT_REMOVE_ME= ${PYTHONPREFIX_SITELIBDIR:S;${PREFIX}/;;}/buildbot/reporters/templates
POST_PLIST+= fix-plist
post-patch:
@${REINPLACE_CMD} -e 's|twisted_ver = ">= 18.7.0, <=22.10.0"|twisted_ver = ">= 18.7.0"|g' \
${WRKSRC}/setup.py
fix-plist:
${REINPLACE_CMD} -e 's|^${BUILDBOT_REMOVE_ME}$$||' ${TMPPLIST}