mirror of
https://git.freebsd.org/ports.git
synced 2025-07-17 17:29:23 -04:00
textproc/py-python-language-server: Allow jedi >= v0.18.0
Until this is merged upstream [1], do it here. [1] https://github.com/palantir/python-language-server/pull/918 Reported by: Gleb Popov <arrowd@freebsd.org>
This commit is contained in:
parent
3c3ce68d71
commit
3a7eb11ce9
1 changed files with 9 additions and 1 deletions
|
@ -2,7 +2,7 @@
|
||||||
|
|
||||||
PORTNAME= python-language-server
|
PORTNAME= python-language-server
|
||||||
PORTVERSION= 0.36.2
|
PORTVERSION= 0.36.2
|
||||||
PORTREVISION= 1
|
PORTREVISION= 2
|
||||||
CATEGORIES= textproc python
|
CATEGORIES= textproc python
|
||||||
MASTER_SITES= CHEESESHOP
|
MASTER_SITES= CHEESESHOP
|
||||||
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
||||||
|
@ -30,4 +30,12 @@ USE_PYTHON= autoplist concurrent distutils
|
||||||
|
|
||||||
NO_ARCH= yes
|
NO_ARCH= yes
|
||||||
|
|
||||||
|
# Until upstream is merged, do it here
|
||||||
|
# https://github.com/palantir/python-language-server/pull/918
|
||||||
|
post-patch:
|
||||||
|
@${REINPLACE_CMD} -e 's|<0.18.0,||g' \
|
||||||
|
${WRKSRC}/python_language_server.egg-info/requires.txt
|
||||||
|
@${REINPLACE_CMD} -e 's|,<0.18.0||g' \
|
||||||
|
${WRKSRC}/setup.py
|
||||||
|
|
||||||
.include <bsd.port.mk>
|
.include <bsd.port.mk>
|
||||||
|
|
Loading…
Add table
Reference in a new issue