pkgsrc-WIP-changes archive

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

py-readlike: Import py-readlike-0.1.2 as wip/py-readlike



Module Name:	pkgsrc-wip
Committed By:	Leonardo Taccari <leot%NetBSD.org@localhost>
Pushed By:	leot
Date:		Sat May 13 12:25:20 2017 +0200
Changeset:	8434e33ae349c231e6c686d04791d73038d70c1e

Modified Files:
	Makefile
Added Files:
	py-readlike/DESCR
	py-readlike/Makefile
	py-readlike/PLIST
	py-readlike/distinfo

Log Message:
py-readlike: Import py-readlike-0.1.2 as wip/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 see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=8434e33ae349c231e6c686d04791d73038d70c1e

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

diffstat:
 Makefile             |  1 +
 py-readlike/DESCR    | 11 +++++++++++
 py-readlike/Makefile | 16 ++++++++++++++++
 py-readlike/PLIST    |  8 ++++++++
 py-readlike/distinfo |  6 ++++++
 5 files changed, 42 insertions(+)

diffs:
diff --git a/Makefile b/Makefile
index 2f8c0364a3..df3da4cc0b 100644
--- a/Makefile
+++ b/Makefile
@@ -3468,6 +3468,7 @@ SUBDIR+=	py-rdflib-django
 SUBDIR+=	py-rdflib340
 SUBDIR+=	py-rdopkg
 SUBDIR+=	py-rdoupdate
+SUBDIR+=	py-readlike
 SUBDIR+=	py-rebound
 SUBDIR+=	py-recluse
 SUBDIR+=	py-recommonmark
diff --git a/py-readlike/DESCR b/py-readlike/DESCR
new file mode 100644
index 0000000000..4fc1e68859
--- /dev/null
+++ b/py-readlike/DESCR
@@ -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 --git a/py-readlike/Makefile b/py-readlike/Makefile
new file mode 100644
index 0000000000..b34ef8ed28
--- /dev/null
+++ b/py-readlike/Makefile
@@ -0,0 +1,16 @@
+# $NetBSD: Makefile,v 1.1 2017/04/14 12:10:26 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 --git a/py-readlike/PLIST b/py-readlike/PLIST
new file mode 100644
index 0000000000..176c9e2e2c
--- /dev/null
+++ b/py-readlike/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}/readlike.py
+${PYSITELIB}/readlike.pyc
+${PYSITELIB}/readlike.pyo
diff --git a/py-readlike/distinfo b/py-readlike/distinfo
new file mode 100644
index 0000000000..fa1391bc27
--- /dev/null
+++ b/py-readlike/distinfo
@@ -0,0 +1,6 @@
+$NetBSD$
+
+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