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

[ CVSweb ] [ Homepage ] [ RSS ] [ Required by ] [ Add to tracker ]


Branch: pkgsrc-2018Q1, Version: 2.7.15nb5, Package name: py27-curses-2.7.15nb5, 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:
[lang/python27] [devel/ncurses]

Required to build:
[pkgtools/cwrappers]

Master sites:

SHA1: f99348a095ec4a6411c84c0d15343d11920c9724
RMD160: 4bbb2b0012b82e1b27661a08305fad461371679f
Filesize: 12346.129 KB

Version history: (Expand)


CVS history: (Expand)


   2018-06-08 12:07:08 by Benny Siegert | Files touched by this commit (3)
Log message:
Pullup ticket #5764 - requested by leot
lang/python27: build fix
devel/py-curses: build fix

Revisions pulled up:
- devel/py-curses/Makefile                                      1.47
- lang/python27/distinfo                                        1.69
- lang/python27/patches/patch-ah                                deleted

---
   Module Name:	pkgsrc
   Committed By:	leot
   Date:		Sun Jun  3 07:49:27 UTC 2018

   Modified Files:
   	pkgsrc/devel/py-curses: Makefile
   	pkgsrc/lang/python27: distinfo
   Removed Files:
   	pkgsrc/lang/python27/patches: patch-ah

   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>.