pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/py-readlike



Module Name:    pkgsrc
Committed By:   leot
Date:           Mon Sep  4 13:33:42 UTC 2017

Added Files:
        pkgsrc/devel/py-readlike: DESCR Makefile PLIST distinfo

Log Message:
Import py-readlike-0.1.2 as devel/py-readlike

A Python module that provides GNU Readline-like line editing
functions (the default Emacs-style ones). If you just want to use
Readline, use the readline package in the standard library but this
package allows access to those capabilties in settings outside of
a standard CLI.

Currently, all stateless Readline commands are implemented. This
means that yanking and history aren't supported.

This module is especially well-suited to interfacing with Urwid
due to a shared syntax for describing key inputs.


To generate a diff of this commit:
cvs rdiff -u -r0 -r1.1 pkgsrc/devel/py-readlike/DESCR \
    pkgsrc/devel/py-readlike/Makefile pkgsrc/devel/py-readlike/PLIST \
    pkgsrc/devel/py-readlike/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Added files:

Index: pkgsrc/devel/py-readlike/DESCR
diff -u /dev/null pkgsrc/devel/py-readlike/DESCR:1.1
--- /dev/null   Mon Sep  4 13:33:42 2017
+++ pkgsrc/devel/py-readlike/DESCR      Mon Sep  4 13:33:42 2017
@@ -0,0 +1,11 @@
+A Python module that provides GNU Readline-like line editing
+functions (the default Emacs-style ones). If you just want to use
+Readline, use the readline package in the standard library but this
+package allows access to those capabilties in settings outside of
+a standard CLI.
+
+Currently, all stateless Readline commands are implemented. This
+means that yanking and history aren't supported.
+
+This module is especially well-suited to interfacing with Urwid
+due to a shared syntax for describing key inputs.
Index: pkgsrc/devel/py-readlike/Makefile
diff -u /dev/null pkgsrc/devel/py-readlike/Makefile:1.1
--- /dev/null   Mon Sep  4 13:33:42 2017
+++ pkgsrc/devel/py-readlike/Makefile   Mon Sep  4 13:33:42 2017
@@ -0,0 +1,16 @@
+# $NetBSD: Makefile,v 1.1 2017/09/04 13:33:42 leot Exp $
+
+DISTNAME=      readlike-0.1.2
+PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
+CATEGORIES=    devel python
+MASTER_SITES=  ${MASTER_SITE_PYPI:=r/readlike/}
+
+MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
+HOMEPAGE=      http://jangler.info/code/readlike
+COMMENT=       GNU Readline-like line editing module
+LICENSE=       mit
+
+USE_LANGUAGES= # none
+
+.include "../../lang/python/egg.mk"
+.include "../../mk/bsd.pkg.mk"
Index: pkgsrc/devel/py-readlike/PLIST
diff -u /dev/null pkgsrc/devel/py-readlike/PLIST:1.1
--- /dev/null   Mon Sep  4 13:33:42 2017
+++ pkgsrc/devel/py-readlike/PLIST      Mon Sep  4 13:33:42 2017
@@ -0,0 +1,8 @@
+@comment $NetBSD: PLIST,v 1.1 2017/09/04 13:33:42 leot Exp $
+${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
+${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
+${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt
+${PYSITELIB}/${EGG_INFODIR}/top_level.txt
+${PYSITELIB}/readlike.py
+${PYSITELIB}/readlike.pyc
+${PYSITELIB}/readlike.pyo
Index: pkgsrc/devel/py-readlike/distinfo
diff -u /dev/null pkgsrc/devel/py-readlike/distinfo:1.1
--- /dev/null   Mon Sep  4 13:33:42 2017
+++ pkgsrc/devel/py-readlike/distinfo   Mon Sep  4 13:33:42 2017
@@ -0,0 +1,6 @@
+$NetBSD: distinfo,v 1.1 2017/09/04 13:33:42 leot Exp $
+
+SHA1 (readlike-0.1.2.tar.gz) = 18b2ea1db6885c79ad000b0f01790e3180e8744f
+RMD160 (readlike-0.1.2.tar.gz) = 08396b5df29c2c730dcc2ff086abc4077a9199ad
+SHA512 (readlike-0.1.2.tar.gz) = 4ecd694c69c615ec37da05341596af4ec26abeeda78ecf10fc3019533a7ab092ed1e1e4f8910a7835d7ffb157b203cb0395a2eba135d3aba861abb75d466980e
+Size (readlike-0.1.2.tar.gz) = 5068 bytes



Home | Main Index | Thread Index | Old Index