pkgsrc-WIP-changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
Import py-editor-1.0.3 as wip/py-editor
Module Name: pkgsrc-wip
Committed By: Min Sik Kim <minskim%NetBSD.org@localhost>
Pushed By: minskim
Date: Thu Mar 23 16:55:15 2017 -0700
Changeset: 6eeb2e7f0da5c9074305f4ede32cb0178af67892
Modified Files:
Makefile
Added Files:
py-editor/DESCR
py-editor/Makefile
py-editor/PLIST
py-editor/distinfo
Log Message:
Import py-editor-1.0.3 as wip/py-editor
editor is a Python module that opens an editor programmatically and
captures the result.
To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=6eeb2e7f0da5c9074305f4ede32cb0178af67892
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
diffstat:
Makefile | 1 +
py-editor/DESCR | 2 ++
py-editor/Makefile | 14 ++++++++++++++
py-editor/PLIST | 8 ++++++++
py-editor/distinfo | 6 ++++++
5 files changed, 31 insertions(+)
diffs:
diff --git a/Makefile b/Makefile
index 9a635a0a7a..277c783454 100644
--- a/Makefile
+++ b/Makefile
@@ -2920,6 +2920,7 @@ SUBDIR+= py-easydev
SUBDIR+= py-easymodeler
SUBDIR+= py-ecos
SUBDIR+= py-ecspy
+SUBDIR+= py-editor
SUBDIR+= py-editorconfig-core
SUBDIR+= py-eemeter
SUBDIR+= py-embedc
diff --git a/py-editor/DESCR b/py-editor/DESCR
new file mode 100644
index 0000000000..b19c26deea
--- /dev/null
+++ b/py-editor/DESCR
@@ -0,0 +1,2 @@
+editor is a Python module that opens an editor programmatically and
+captures the result.
diff --git a/py-editor/Makefile b/py-editor/Makefile
new file mode 100644
index 0000000000..01d4627807
--- /dev/null
+++ b/py-editor/Makefile
@@ -0,0 +1,14 @@
+# $NetBSD$
+
+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 --git a/py-editor/PLIST b/py-editor/PLIST
new file mode 100644
index 0000000000..b0de3cf70e
--- /dev/null
+++ b/py-editor/PLIST
@@ -0,0 +1,8 @@
+@comment $NetBSD$
+${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 --git a/py-editor/distinfo b/py-editor/distinfo
new file mode 100644
index 0000000000..71bf16e083
--- /dev/null
+++ b/py-editor/distinfo
@@ -0,0 +1,6 @@
+$NetBSD$
+
+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