pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/lang/python33 Disable spwd module, same as other pytho...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/1d0760508d90
branches:  trunk
changeset: 632401:1d0760508d90
user:      obache <obache%pkgsrc.org@localhost>
date:      Thu Mar 27 08:50:00 2014 +0000

description:
Disable spwd module, same as other python version.
It is provided as devel/py-spwd in pkgsrc.

Bump PKGREVISION.

diffstat:

 lang/python33/Makefile         |  3 ++-
 lang/python33/PLIST.Linux      |  3 +--
 lang/python33/PLIST.SunOS      |  3 +--
 lang/python33/distinfo         |  4 ++--
 lang/python33/patches/patch-am |  4 ++--
 5 files changed, 8 insertions(+), 9 deletions(-)

diffs (71 lines):

diff -r 3e49a9aa3b02 -r 1d0760508d90 lang/python33/Makefile
--- a/lang/python33/Makefile    Thu Mar 27 08:32:20 2014 +0000
+++ b/lang/python33/Makefile    Thu Mar 27 08:50:00 2014 +0000
@@ -1,8 +1,9 @@
-# $NetBSD: Makefile,v 1.21 2014/03/20 12:40:21 wiz Exp $
+# $NetBSD: Makefile,v 1.22 2014/03/27 08:50:00 obache Exp $
 
 .include "dist.mk"
 
 PKGNAME=       python33-${PY_DISTVERSION}
+PKGREVISION=   1
 CATEGORIES=    lang python
 
 MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
diff -r 3e49a9aa3b02 -r 1d0760508d90 lang/python33/PLIST.Linux
--- a/lang/python33/PLIST.Linux Thu Mar 27 08:32:20 2014 +0000
+++ b/lang/python33/PLIST.Linux Thu Mar 27 08:50:00 2014 +0000
@@ -1,6 +1,5 @@
-@comment $NetBSD: PLIST.Linux,v 1.2 2014/03/12 10:42:42 wiz Exp $
+@comment $NetBSD: PLIST.Linux,v 1.3 2014/03/27 08:50:00 obache Exp $
 lib/python${PY_VER_SUFFIX}/lib-dynload/ossaudiodev.so
-lib/python${PY_VER_SUFFIX}/lib-dynload/spwd.so
 lib/python${PY_VER_SUFFIX}/plat-${PY_PLATNAME}/CDROM.py
 lib/python${PY_VER_SUFFIX}/plat-${PY_PLATNAME}/CDROM.pyc
 lib/python${PY_VER_SUFFIX}/plat-${PY_PLATNAME}/CDROM.pyo
diff -r 3e49a9aa3b02 -r 1d0760508d90 lang/python33/PLIST.SunOS
--- a/lang/python33/PLIST.SunOS Thu Mar 27 08:32:20 2014 +0000
+++ b/lang/python33/PLIST.SunOS Thu Mar 27 08:50:00 2014 +0000
@@ -1,5 +1,4 @@
-@comment $NetBSD: PLIST.SunOS,v 1.2 2014/03/12 10:42:42 wiz Exp $
-lib/python${PY_VER_SUFFIX}/lib-dynload/spwd.so
+@comment $NetBSD: PLIST.SunOS,v 1.3 2014/03/27 08:50:00 obache Exp $
 lib/python${PY_VER_SUFFIX}/plat-${PY_PLATNAME}/CDIO.py
 lib/python${PY_VER_SUFFIX}/plat-${PY_PLATNAME}/CDIO.pyc
 lib/python${PY_VER_SUFFIX}/plat-${PY_PLATNAME}/CDIO.pyo
diff -r 3e49a9aa3b02 -r 1d0760508d90 lang/python33/distinfo
--- a/lang/python33/distinfo    Thu Mar 27 08:32:20 2014 +0000
+++ b/lang/python33/distinfo    Thu Mar 27 08:50:00 2014 +0000
@@ -1,4 +1,4 @@
-$NetBSD: distinfo,v 1.10 2014/03/12 10:39:43 wiz Exp $
+$NetBSD: distinfo,v 1.11 2014/03/27 08:50:00 obache Exp $
 
 SHA1 (Python-3.3.5.tar.xz) = 6683b26dd2cfd23af852abfcf1aedf25bbd44839
 RMD160 (Python-3.3.5.tar.xz) = 77398ecd76824983ad92c859f633e26675bacb4b
@@ -8,7 +8,7 @@
 SHA1 (patch-ab) = 1c0a25bf7ec6ee76e84c799619ec7cd8910f16e1
 SHA1 (patch-ah) = bb43aaab260935a5a0d5e7ce1ccc30f4832cab1d
 SHA1 (patch-al) = e5438d1bbc20cc85521b3570710846cf4a070ae1
-SHA1 (patch-am) = 9712e33cf8e3c04a9bc0e89be4fb571790e26e4e
+SHA1 (patch-am) = bbda8b07af6faf63138c4cabb3c7e93766efd12c
 SHA1 (patch-an) = 933acde107b735931d26ace4eef251000b9f07ba
 SHA1 (patch-ao) = dc524b08634c23c25227bd03e221dab0ff2a03f3
 SHA1 (patch-au) = c892f1004eb32e9608f93c08ec6f94e16bdca182
diff -r 3e49a9aa3b02 -r 1d0760508d90 lang/python33/patches/patch-am
--- a/lang/python33/patches/patch-am    Thu Mar 27 08:32:20 2014 +0000
+++ b/lang/python33/patches/patch-am    Thu Mar 27 08:50:00 2014 +0000
@@ -1,4 +1,4 @@
-$NetBSD: patch-am,v 1.4 2013/08/02 07:03:50 adam Exp $
+$NetBSD: patch-am,v 1.5 2014/03/27 08:50:01 obache Exp $
 
 --- setup.py.orig      2013-05-15 16:33:00.000000000 +0000
 +++ setup.py
@@ -8,7 +8,7 @@
  # This global variable is used to hold the list of modules to be disabled.
 -disabled_module_list = []
 +disabled_module_list = ["_bsddb", "_curses", "_curses_panel", "_elementtree",
-+"_sqlite3", "_tkinter", "_gdbm", "pyexpat", "readline", "xxlimited"]
++"_sqlite3", "_tkinter", "_gdbm", "pyexpat", "readline", "spwd", "xxlimited"]
  
  def add_dir_to_list(dirlist, dir):
      """Add the directory 'dir' to the list 'dirlist' (after any relative



Home | Main Index | Thread Index | Old Index