diff --git a/Makefile b/Makefile new file mode 100644 --- /dev/null +++ b/Makefile @@ -0,0 +1 @@ +include ../Makefile.common diff --git a/package.yml b/package.yml new file mode 100644 --- /dev/null +++ b/package.yml @@ -0,0 +1,14 @@ +name : python-editor +version : 1.0.3 +release : 1 +source : + - https://github.com/fmoo/python-editor/archive/1.0.3.tar.gz : e627a2160bdf5e435dcde964cf38bae39c02cdd8da2ccf5fac313b2ca453e2a3 +license : Apache-2.0 +component : programming.python +summary : Programmatically open an editor, capture the result. +description: | + python-editor is a library that provides the editor module for programmatically interfacing with your system's $EDITOR. +build : | + %python3_setup +install : | + %python3_install diff --git a/pspec_x86_64.xml b/pspec_x86_64.xml new file mode 100644 --- /dev/null +++ b/pspec_x86_64.xml @@ -0,0 +1,39 @@ + + + python-editor + + Rabin Adhikari + rabin.adk1@gmail.com + + Apache-2.0 + programming.python + Programmatically open an editor, capture the result. + python-editor is a library that provides the editor module for programmatically interfacing with your system's $EDITOR. + + https://solus-project.com/sources/README.Solus + + + python-editor + Programmatically open an editor, capture the result. + python-editor is a library that provides the editor module for programmatically interfacing with your system's $EDITOR. + + programming.python + + /usr/lib/python3.6/site-packages/__pycache__/editor.cpython-36.pyc + /usr/lib/python3.6/site-packages/editor.py + /usr/lib/python3.6/site-packages/python_editor-1.0.3-py3.6.egg-info/PKG-INFO + /usr/lib/python3.6/site-packages/python_editor-1.0.3-py3.6.egg-info/SOURCES.txt + /usr/lib/python3.6/site-packages/python_editor-1.0.3-py3.6.egg-info/dependency_links.txt + /usr/lib/python3.6/site-packages/python_editor-1.0.3-py3.6.egg-info/top_level.txt + + + + + 2018-11-04 + 1.0.3 + Packaging update + Rabin Adhikari + rabin.adk1@gmail.com + + + \ No newline at end of file