From owner-svn-ports-all@freebsd.org Mon Oct 17 18:12:54 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 82E61C15ED2; Mon, 17 Oct 2016 18:12:54 +0000 (UTC) (envelope-from novel@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 34515E08; Mon, 17 Oct 2016 18:12:54 +0000 (UTC) (envelope-from novel@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u9HICr7d061632; Mon, 17 Oct 2016 18:12:53 GMT (envelope-from novel@FreeBSD.org) Received: (from novel@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u9HICqWq061628; Mon, 17 Oct 2016 18:12:52 GMT (envelope-from novel@FreeBSD.org) Message-Id: <201610171812.u9HICqWq061628@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: novel set sender to novel@FreeBSD.org using -f From: Roman Bogorodskiy Date: Mon, 17 Oct 2016 18:12:52 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r424138 - in head/devel: . py-python-editor X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 17 Oct 2016 18:12:54 -0000 Author: novel Date: Mon Oct 17 18:12:52 2016 New Revision: 424138 URL: https://svnweb.freebsd.org/changeset/ports/424138 Log: Add py-python-editor 1.0.1, programmatically open an editor, capture the result. PR: 213542 Submitted by: Alexander Nusov Added: head/devel/py-python-editor/ head/devel/py-python-editor/Makefile (contents, props changed) head/devel/py-python-editor/distinfo (contents, props changed) head/devel/py-python-editor/pkg-descr (contents, props changed) Modified: head/devel/Makefile Modified: head/devel/Makefile ============================================================================== --- head/devel/Makefile Mon Oct 17 18:10:15 2016 (r424137) +++ head/devel/Makefile Mon Oct 17 18:12:52 2016 (r424138) @@ -4405,6 +4405,7 @@ SUBDIR += py-pytest-xdist SUBDIR += py-python-bugzilla SUBDIR += py-python-distutils-extra + SUBDIR += py-python-editor SUBDIR += py-python-gist SUBDIR += py-python-jenkins SUBDIR += py-python-magic Added: head/devel/py-python-editor/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/py-python-editor/Makefile Mon Oct 17 18:12:52 2016 (r424138) @@ -0,0 +1,18 @@ +# Created by: Alexander Nusov +# $FreeBSD$ + +PORTNAME= python-editor +PORTVERSION= 1.0.1 +CATEGORIES= devel python +MASTER_SITES= CHEESESHOP +PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} + +MAINTAINER= alexander.nusov@nfvexpress.com +COMMENT= Programmatically open an editor, capture the result + +NO_ARCH= yes + +USES= python +USE_PYTHON= autoplist distutils + +.include Added: head/devel/py-python-editor/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/py-python-editor/distinfo Mon Oct 17 18:12:52 2016 (r424138) @@ -0,0 +1,3 @@ +TIMESTAMP = 1476468336 +SHA256 (python-editor-1.0.1.tar.gz) = 8672e9a44a7957741453dd35e842299f6c29f0a88dc9e4316b0fa5935abb9186 +SIZE (python-editor-1.0.1.tar.gz) = 7014 Added: head/devel/py-python-editor/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/py-python-editor/pkg-descr Mon Oct 17 18:12:52 2016 (r424138) @@ -0,0 +1,3 @@ +Programmatically open an editor, capture the result. + +WWW: https://github.com/fmoo/python-editor