Date: Fri, 3 Mar 2017 10:27:18 +0000 (UTC) From: Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r435339 - in head/devel: . py-prompt_toolkit py3-prompt_toolkit Message-ID: <201703031027.v23ARIBl015093@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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@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"
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201703031027.v23ARIBl015093>