Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 17 Oct 2016 18:12:52 +0000 (UTC)
From:      Roman Bogorodskiy <novel@FreeBSD.org>
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
Message-ID:  <201610171812.u9HICqWq061628@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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 <alexander.nusov@nfvexpress.com>

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 <alexander.nusov@nfvexpress.com>
+# $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 <bsd.port.mk>

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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201610171812.u9HICqWq061628>