mirror of
https://git.freebsd.org/ports.git
synced 2025-07-17 17:29:23 -04:00
devel/py-pytest-jupyter: Enable SERVER option by default
- Bump PORTREVISION for dependency change
This commit is contained in:
parent
58c37ea2a1
commit
0ecbc762c5
1 changed files with 2 additions and 2 deletions
|
@ -1,6 +1,6 @@
|
||||||
PORTNAME= pytest-jupyter
|
PORTNAME= pytest-jupyter
|
||||||
PORTVERSION= 0.10.1
|
PORTVERSION= 0.10.1
|
||||||
PORTREVISION= 1
|
PORTREVISION= 2
|
||||||
CATEGORIES= devel python
|
CATEGORIES= devel python
|
||||||
MASTER_SITES= PYPI \
|
MASTER_SITES= PYPI \
|
||||||
https://github.com/jupyter-server/pytest-jupyter/releases/download/v${PORTVERSION}/
|
https://github.com/jupyter-server/pytest-jupyter/releases/download/v${PORTVERSION}/
|
||||||
|
@ -25,7 +25,7 @@ USE_PYTHON= autoplist concurrent pep517
|
||||||
NO_ARCH= yes
|
NO_ARCH= yes
|
||||||
|
|
||||||
OPTIONS_DEFINE= CLIENT SERVER
|
OPTIONS_DEFINE= CLIENT SERVER
|
||||||
OPTIONS_DEFAULT=CLIENT
|
OPTIONS_DEFAULT=CLIENT SERVER
|
||||||
CLIENT_DESC= Client-side support
|
CLIENT_DESC= Client-side support
|
||||||
SERVER_DESC= Server-side support
|
SERVER_DESC= Server-side support
|
||||||
SERVER_IMPLIES= CLIENT
|
SERVER_IMPLIES= CLIENT
|
||||||
|
|
Loading…
Add table
Reference in a new issue