git: bad639cfe711 - main - devel/py-ptpython: Update to 3.0.18
Po-Chuan Hsieh
sunpoet at FreeBSD.org
Tue Jul 6 15:05:34 UTC 2021
The branch main has been updated by sunpoet:
URL: https://cgit.FreeBSD.org/ports/commit/?id=bad639cfe711c6ea8f5a98e3c8f6105cd184866f
commit bad639cfe711c6ea8f5a98e3c8f6105cd184866f
Author: Po-Chuan Hsieh <sunpoet at FreeBSD.org>
AuthorDate: 2021-07-06 14:56:39 +0000
Commit: Po-Chuan Hsieh <sunpoet at FreeBSD.org>
CommitDate: 2021-07-06 14:56:39 +0000
devel/py-ptpython: Update to 3.0.18
- Add ALL option
Changes: https://github.com/prompt-toolkit/ptpython/blob/master/CHANGELOG
---
devel/py-ptpython/Makefile | 7 ++++---
devel/py-ptpython/distinfo | 6 +++---
2 files changed, 7 insertions(+), 6 deletions(-)
diff --git a/devel/py-ptpython/Makefile b/devel/py-ptpython/Makefile
index 090e89cc9964..6f223a4763ac 100644
--- a/devel/py-ptpython/Makefile
+++ b/devel/py-ptpython/Makefile
@@ -1,7 +1,7 @@
# Created by: Po-Chuan Hsieh <sunpoet at FreeBSD.org>
PORTNAME= ptpython
-PORTVERSION= 3.0.17
+PORTVERSION= 3.0.18
CATEGORIES= devel python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
@@ -13,7 +13,6 @@ LICENSE= BSD3CLAUSE
LICENSE_FILE= ${WRKSRC}/LICENSE
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}appdirs>=0:devel/py-appdirs@${PY_FLAVOR} \
- ${PYTHON_PKGNAMEPREFIX}black>=0:devel/py-black@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}jedi>=0.16.0:devel/py-jedi@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}prompt-toolkit>=3.0.18<3.1.0:devel/py-prompt-toolkit@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}pygments>=0:textproc/py-pygments@${PY_FLAVOR}
@@ -23,10 +22,12 @@ USE_PYTHON= autoplist concurrent distutils
NO_ARCH= yes
-OPTIONS_DEFINE= PTIPYTHON
+OPTIONS_DEFINE= ALL PTIPYTHON
+ALL_DESC= All optional dependency
PTIPYTHON_DESC= Interactive shell with IPython support
PTIPYTHON_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}ipython>=0:devel/ipython@${PY_FLAVOR}
+ALL_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}black>=0:devel/py-black@${PY_FLAVOR}
.include <bsd.port.pre.mk>
diff --git a/devel/py-ptpython/distinfo b/devel/py-ptpython/distinfo
index 5b993edecf0f..ce1878a56da1 100644
--- a/devel/py-ptpython/distinfo
+++ b/devel/py-ptpython/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1618320192
-SHA256 (ptpython-3.0.17.tar.gz) = 911d25cca31a8e4f9b2ecd16dcdad793b8859e94fca1275f3485d8cdf20b13de
-SIZE (ptpython-3.0.17.tar.gz) = 413669
+TIMESTAMP = 1625323597
+SHA256 (ptpython-3.0.18.tar.gz) = 1a641021f550d03580576ddf49eb15a94693b39de9a8334786d85e180834da9d
+SIZE (ptpython-3.0.18.tar.gz) = 414373
More information about the dev-commits-ports-all
mailing list