Path to this page:
./
devel/py-readline,
Line editing support for Python
Branch: CURRENT,
Version: 2.7.14,
Package name: py27-readline-2.7.14,
Maintainer: pkgsrc-usersThis module adds line-editing features to Python. This is handy
mainly in interactive mode of Python.
Master sites:
SHA1: cf146474fc988b4b6b53fdd81b71c2815873b469
RMD160: 816553f988c661cfe31b6e89a513fdfbf87963d5
Filesize: 12281.359 KB
Version history: (Expand)
- (2017-11-23) Package has been reborn
- (2017-10-09) Updated to version: py27-readline-2.7.14
- (2017-09-03) Updated to version: py27-readline-2.7.13
- (2014-07-24) Updated to version: py27-readline-2.7.8
- (2014-01-25) Updated to version: py27-readline-2.7.6
- (2013-06-04) Updated to version: py27-readline-2.7.5
CVS history: (Expand)
2017-10-09 10:25:13 by Thomas Klausner | Files touched by this commit (1) |  |
Log message:
py-readline: update HOMEPAGE
|
2017-09-03 10:53:18 by Thomas Klausner | Files touched by this commit (165) |
Log message:
Follow some redirects.
|
2014-03-13 12:08:54 by Jonathan Perkin | Files touched by this commit (67) |
Log message:
Set USE_GCC_RUNTIME=yes for packages which build shared libraries but do
not use libtool to do so. This is required to correctly depend upon a
gcc runtime package (e.g. gcc47-libs) when using USE_PKGSRC_GCC_RUNTIME.
|
2014-01-25 11:30:32 by Thomas Klausner | Files touched by this commit (533) |  |
Log message:
Mark packages as not ready for python-3.x where applicable;
either because they themselves are not ready or because a
dependency isn't. This is annotated by
PYTHON_VERSIONS_INCOMPATIBLE= 33 # not yet ported as of x.y.z
or
PYTHON_VERSIONS_INCOMPATIBLE= 33 # py-foo, py-bar
respectively, please use the same style for other packages,
and check during updates.
Use versioned_dependencies.mk where applicable.
Use REPLACE_PYTHON instead of handcoded alternatives, where applicable.
Reorder Makefile sections into standard order, where applicable.
Remove PYTHON_VERSIONS_INCLUDE_3X lines since that will be default
with the next commit.
Whitespace cleanups and other nits corrected, where necessary.
|
2013-07-15 04:02:29 by Ryo ONODERA | Files touched by this commit (177) |
Log message:
* .include "../../devel/readline/buildlink3.mk" with USE_GNU_READLINE=yes
are replaced with .include "../../devel/readline/buildlink3.mk", and
USE_GNU_READLINE are removed,
* .include "../../devel/readline/buildlink3.mk" without USE_GNU_READLINE
are replaced with .include "../../mk/readline.buildlink3.mk".
|
2013-06-04 09:35:15 by Thomas Klausner | Files touched by this commit (5) |
Log message:
Replace py-readline/buildlink3.mk with DEPENDS.
There are no buildlink3-relevant files here, just a loadable module.
|
2013-04-20 11:38:05 by OBATA Akio | Files touched by this commit (7) |  |
Log message:
Change version number of python buitin module packages
form fixed `0' to main Python distribution version (PY_DISTVERSION)
so that packages will be updated with main Python distribution update.
no objection in tech-pkg@ for a week.
|
2013-04-06 05:59:25 by Blue Rats | Files touched by this commit (6) |
Log message:
'Please use "${TRUE}" instead of "true".'
|