svn commit: r435339 - in head/devel: . py-prompt_toolkit py3-prompt_toolkit
Sunpoet Po-Chuan Hsieh
sunpoet at FreeBSD.org
Fri Mar 3 10:27:20 UTC 2017
Author: sunpoet
Date: Fri Mar 3 10:27:18 2017
New Revision: 435339
URL: https://svnweb.freebsd.org/changeset/ports/435339
Log:
Add py3-prompt_toolkit 1.0.13 (slave port of py-prompt_toolkit)
- While I'm here, add SLAVEDIRS
PR: 217478
Submitted by: Danilo G. Baio (dbaio) <dbaio at bsd.com.br>
Added:
head/devel/py3-prompt_toolkit/
head/devel/py3-prompt_toolkit/Makefile (contents, props changed)
Modified:
head/devel/Makefile
head/devel/py-prompt_toolkit/Makefile
Modified: head/devel/Makefile
==============================================================================
--- head/devel/Makefile Fri Mar 3 10:25:19 2017 (r435338)
+++ head/devel/Makefile Fri Mar 3 10:27:18 2017 (r435339)
@@ -4915,6 +4915,7 @@
SUBDIR += py3-lxml
SUBDIR += py3-mccabe
SUBDIR += py3-nose
+ SUBDIR += py3-prompt_toolkit
SUBDIR += py3-py
SUBDIR += py3-pycodestyle
SUBDIR += py3-pydocstyle
Modified: head/devel/py-prompt_toolkit/Makefile
==============================================================================
--- head/devel/py-prompt_toolkit/Makefile Fri Mar 3 10:25:19 2017 (r435338)
+++ head/devel/py-prompt_toolkit/Makefile Fri Mar 3 10:27:18 2017 (r435339)
@@ -13,11 +13,13 @@ COMMENT= Library for building powerful i
LICENSE= BSD3CLAUSE
LICENSE_FILE= ${WRKSRC}/LICENSE
-RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}six>=1.9.0:devel/py-six \
+RUN_DEPENDS?= ${PYTHON_PKGNAMEPREFIX}six>=1.9.0:devel/py-six \
${PYTHON_PKGNAMEPREFIX}wcwidth>=0:devel/py-wcwidth
NO_ARCH= yes
USE_PYTHON= autoplist concurrent distutils
-USES= python
+USES?= python
+
+SLAVEDIRS= devel/py3-prompt_toolkit
.include <bsd.port.mk>
Added: head/devel/py3-prompt_toolkit/Makefile
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ head/devel/py3-prompt_toolkit/Makefile Fri Mar 3 10:27:18 2017 (r435339)
@@ -0,0 +1,10 @@
+# $FreeBSD$
+
+RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}six>=1.9.0:devel/py3-six \
+ ${PYTHON_PKGNAMEPREFIX}wcwidth>=0:devel/py3-wcwidth
+
+USES= python:3.3+
+
+MASTERDIR= ${.CURDIR}/../py-prompt_toolkit
+
+.include "${MASTERDIR}/Makefile"
More information about the svn-ports-head
mailing list