pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/editors/py-editor Import py-editor-1.0.3 as wip/py-editor



details:   https://anonhg.NetBSD.org/pkgsrc/rev/b63a77fad083
branches:  trunk
changeset: 368298:b63a77fad083
user:      minskim <minskim%pkgsrc.org@localhost>
date:      Wed Sep 13 16:36:28 2017 +0000

description:
Import py-editor-1.0.3 as wip/py-editor

editor is a Python module that opens an editor programmatically and
captures the result.

diffstat:

 editors/py-editor/DESCR    |   2 ++
 editors/py-editor/Makefile |  14 ++++++++++++++
 editors/py-editor/PLIST    |   8 ++++++++
 editors/py-editor/distinfo |   6 ++++++
 4 files changed, 30 insertions(+), 0 deletions(-)

diffs (46 lines):

diff -r 098cdd00dc95 -r b63a77fad083 editors/py-editor/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/editors/py-editor/DESCR   Wed Sep 13 16:36:28 2017 +0000
@@ -0,0 +1,2 @@
+editor is a Python module that opens an editor programmatically and
+captures the result.
diff -r 098cdd00dc95 -r b63a77fad083 editors/py-editor/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/editors/py-editor/Makefile        Wed Sep 13 16:36:28 2017 +0000
@@ -0,0 +1,14 @@
+# $NetBSD: Makefile,v 1.1 2017/09/13 16:36:28 minskim Exp $
+
+DISTNAME=      python-editor-1.0.3
+PKGNAME=       ${PYPKGPREFIX}-${DISTNAME:S/python-//}
+CATEGORIES=    editors
+MASTER_SITES=  ${MASTER_SITE_PYPI:=p/python-editor/}
+
+MAINTAINER=    minskim%NetBSD.org@localhost
+HOMEPAGE=      https://github.com/fmoo/python-editor
+COMMENT=       Module to open an editor programmatically
+LICENSE=       apache-2.0
+
+.include "../../lang/python/egg.mk"
+.include "../../mk/bsd.pkg.mk"
diff -r 098cdd00dc95 -r b63a77fad083 editors/py-editor/PLIST
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/editors/py-editor/PLIST   Wed Sep 13 16:36:28 2017 +0000
@@ -0,0 +1,8 @@
+@comment $NetBSD: PLIST,v 1.1 2017/09/13 16:36:28 minskim Exp $
+${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
+${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
+${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt
+${PYSITELIB}/${EGG_INFODIR}/top_level.txt
+${PYSITELIB}/editor.py
+${PYSITELIB}/editor.pyc
+${PYSITELIB}/editor.pyo
diff -r 098cdd00dc95 -r b63a77fad083 editors/py-editor/distinfo
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/editors/py-editor/distinfo        Wed Sep 13 16:36:28 2017 +0000
@@ -0,0 +1,6 @@
+$NetBSD: distinfo,v 1.1 2017/09/13 16:36:28 minskim Exp $
+
+SHA1 (python-editor-1.0.3.tar.gz) = 018e3c55a09ce6ac6531e9337bfa29a252aacdc2
+RMD160 (python-editor-1.0.3.tar.gz) = 0fc050d9a7049274753f66b7f9d33a1a3e0a4945
+SHA512 (python-editor-1.0.3.tar.gz) = 258d1ea17ea1c09d8ef52d3b624cc17710559f4a8db3c64696f72aecfcc0830d3509dcdcc9d1ac272155b2aaab432edb7142b0a37f2c3263a2505bff940a3cab
+Size (python-editor-1.0.3.tar.gz) = 6975 bytes



Home | Main Index | Thread Index | Old Index