diff options
author | obache <obache@pkgsrc.org> | 2014-03-27 08:50:00 +0000 |
---|---|---|
committer | obache <obache@pkgsrc.org> | 2014-03-27 08:50:00 +0000 |
commit | d1f108dbebc02cf830a66e99e18d1cd128977cfe (patch) | |
tree | 32d943bb0a8d125924b9a38e46ddf5a462d1f889 /lang/python33 | |
parent | ced8fdaea424aa0ad4d74d044a3a47c9593c5076 (diff) | |
download | pkgsrc-d1f108dbebc02cf830a66e99e18d1cd128977cfe.tar.gz |
Disable spwd module, same as other python version.
It is provided as devel/py-spwd in pkgsrc.
Bump PKGREVISION.
Diffstat (limited to 'lang/python33')
-rw-r--r-- | lang/python33/Makefile | 3 | ||||
-rw-r--r-- | lang/python33/PLIST.Linux | 3 | ||||
-rw-r--r-- | lang/python33/PLIST.SunOS | 3 | ||||
-rw-r--r-- | lang/python33/distinfo | 4 | ||||
-rw-r--r-- | lang/python33/patches/patch-am | 4 |
5 files changed, 8 insertions, 9 deletions
diff --git a/lang/python33/Makefile b/lang/python33/Makefile index d16cdf210b4..2690381b459 100644 --- a/lang/python33/Makefile +++ b/lang/python33/Makefile @@ -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 diff --git a/lang/python33/PLIST.Linux b/lang/python33/PLIST.Linux index 1498700d8b2..a7fc43d92ad 100644 --- a/lang/python33/PLIST.Linux +++ b/lang/python33/PLIST.Linux @@ -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 --git a/lang/python33/PLIST.SunOS b/lang/python33/PLIST.SunOS index f2706ccbaf4..2063b44663c 100644 --- a/lang/python33/PLIST.SunOS +++ b/lang/python33/PLIST.SunOS @@ -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 --git a/lang/python33/distinfo b/lang/python33/distinfo index b4567aec94e..042cbc264cf 100644 --- a/lang/python33/distinfo +++ b/lang/python33/distinfo @@ -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-aa) = 99ebcbbfc53b855a32b424dec27012e1e969c3d0 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 --git a/lang/python33/patches/patch-am b/lang/python33/patches/patch-am index 7a0c9db5473..70f33141d7f 100644 --- a/lang/python33/patches/patch-am +++ b/lang/python33/patches/patch-am @@ -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 @@ $NetBSD: patch-am,v 1.4 2013/08/02 07:03:50 adam Exp $ # 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 |