pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/devel/py-readlike Import py-readlike-0.1.2 as devel/py...
details: https://anonhg.NetBSD.org/pkgsrc/rev/ff3f4c75ee9f
branches: trunk
changeset: 367603:ff3f4c75ee9f
user: leot <leot%pkgsrc.org@localhost>
date: Mon Sep 04 13:33:42 2017 +0000
description:
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.
diffstat:
devel/py-readlike/DESCR | 11 +++++++++++
devel/py-readlike/Makefile | 16 ++++++++++++++++
devel/py-readlike/PLIST | 8 ++++++++
devel/py-readlike/distinfo | 6 ++++++
4 files changed, 41 insertions(+), 0 deletions(-)
diffs (57 lines):
diff -r 3e37288d6fc5 -r ff3f4c75ee9f devel/py-readlike/DESCR
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/py-readlike/DESCR Mon Sep 04 13:33:42 2017 +0000
@@ -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.
diff -r 3e37288d6fc5 -r ff3f4c75ee9f devel/py-readlike/Makefile
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/py-readlike/Makefile Mon Sep 04 13:33:42 2017 +0000
@@ -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"
diff -r 3e37288d6fc5 -r ff3f4c75ee9f devel/py-readlike/PLIST
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/py-readlike/PLIST Mon Sep 04 13:33:42 2017 +0000
@@ -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
diff -r 3e37288d6fc5 -r ff3f4c75ee9f devel/py-readlike/distinfo
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/py-readlike/distinfo Mon Sep 04 13:33:42 2017 +0000
@@ -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