aboutsummaryrefslogtreecommitdiff
path: root/math/py-sympy
diff options
context:
space:
mode:
authorDmitry Marakasov <amdmi3@FreeBSD.org>2022-11-21 15:56:36 +0000
committerDmitry Marakasov <amdmi3@FreeBSD.org>2022-11-21 17:23:41 +0000
commit0ab36cf8d98e937794e29170f46d89426ab72483 (patch)
tree353f34faded0f8c9383d9f8c125abb71935f3934 /math/py-sympy
parentc9b438dde00cad00b42aef009a737e12d3f3dc03 (diff)
downloadports-0ab36cf8d98e937794e29170f46d89426ab72483.tar.gz
ports-0ab36cf8d98e937794e29170f46d89426ab72483.zip
graphics/py-pyglet: update to 2.0.0
- Preserve pyglet 1.x as graphics/py-pyglet1 - Add mutual conflicts between graphics/py-pyglet1 and graphics/py-pyglet - Switch all consumers to graphics/py-pyglet1 as it's likely that no consumer is compatible with pyglet 2.x yet
Diffstat (limited to 'math/py-sympy')
-rw-r--r--math/py-sympy/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/math/py-sympy/Makefile b/math/py-sympy/Makefile
index 21cc2e544990..c6f5b635b66f 100644
--- a/math/py-sympy/Makefile
+++ b/math/py-sympy/Makefile
@@ -1,5 +1,6 @@
PORTNAME= sympy
PORTVERSION= 1.11.1
+PORTREVISION= 1
CATEGORIES= math python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
@@ -20,7 +21,7 @@ NO_ARCH= yes
OPTIONS_DEFINE= PYGLET
PYGLET_DESC= Enable plotting support
-PYGLET_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pyglet>=1.1.2:graphics/py-pyglet@${PY_FLAVOR}
+PYGLET_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pyglet1>=1.1.2:graphics/py-pyglet1@${PY_FLAVOR}
post-patch:
@${REINPLACE_CMD} -e "s#share/man/man1#man/man1#" ${WRKSRC}/setup.py