NOTICE: This package has been removed from pkgsrc

./devel/py-curses, Curses module for Python

[ CVSweb ] [ Homepage ] [ RSS ] [ Required by ]


Branch: CURRENT, Version: 3.10.10nb6, Package name: py310-curses-3.10.10nb6, Maintainer: pkgsrc-users

The curses module provides an interface for Python to the curses
library, the de-facto standard for portable advanced terminal handling.


Required to run:
[devel/ncurses] [lang/python37]

Required to build:
[pkgtools/cwrappers]

Master sites:

Filesize: 19167.02 KB

Version history: (Expand)


CVS history: (Expand)


   2021-12-26 21:03:30 by Niclas Rosenvik | Files touched by this commit (1)
Log message:
make sure ncursesprefix is set in setup.py
   2021-12-26 20:57:05 by Niclas Rosenvik | Files touched by this commit (2)
Log message:
Fix py-curses with python 3.10 .
The fix has been tested with
python versions 2.7 3.6 3.9
and 3.10 .
   2021-12-06 17:03:50 by Thomas Klausner | Files touched by this commit (1)
Log message:
py-curses: bump PKGREVISION for python39 patch
   2020-01-08 14:44:42 by Joerg Sonnenberger | Files touched by this commit (9)
Log message:
Always extract the full Python distfile for modules.

This retires an old "optimisation" that over time has created more
problems than it solved, including various questions from users about
the ignored patch failures.
   2019-12-12 11:43:32 by Mark Davies | Files touched by this commit (1)
Log message:
py-curses: python38 needs Modules/clinic available to build
   2019-11-03 11:18:30 by Roland Illig | Files touched by this commit (36)
Log message:
devel/py-*: align variable assignments

pkglint -Wall -F --only aligned --only indent -r

No manual corrections.
   2018-06-03 09:49:27 by Leonardo Taccari | Files touched by this commit (3)
Log message:
python27: Remove patches/patch-ah (no longer needed)

Since Python 2.7.15 patches/patch-ah is no longer needed and badly interfere
(e.g. with it `curses.KEY_*' are no longer exposed):

 - Prototypes of NetBSD curses(3) are as described, no need to patch them
 - Avoid {lines,columns} -> {nlines,columns} rename, they are properly
   undef-ed due HAVE_TERM_H.
 - Use keyname() (it should be present since NetBSD 2.0)

Bump PKGREVISION for devel/py-curses so it will be properly rebuild.

Fixes PR pkg/53330 reported by <oster>.
   2017-09-03 10:53:18 by Thomas Klausner | Files touched by this commit (165)
Log message:
Follow some redirects.