public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Arfrever Frehtes Taifersar Arahesis (arfrever)" <arfrever@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] gentoo-x86 commit in dev-lang/python: python-3.1.1-r1.ebuild ChangeLog
Date: Fri, 01 Jan 2010 19:54:43 +0000	[thread overview]
Message-ID: <E1NQna7-0008Vr-Hg@stork.gentoo.org> (raw)

arfrever    10/01/01 19:54:43

  Modified:             python-3.1.1-r1.ebuild ChangeLog
  Log:
  Respect PYTHONDONTWRITEBYTECODE / sys.dont_write_bytecode in distutils.
  Check availability of nis headers before building of nis module (bug #288110).
  Use pkg-config found by AC_PATH_TOOL() to avoid problem during crosscompilation
  (bug #299044). Depend on >=app-admin/eselect-python-20091230, which allows
  wrapper scipts generated by python_generate_wrapper_scripts() and requiring
  Python-2-specific target scripts to work correctly, when Python 3 is set as
  main active version of Python.
  (Portage version: 15155-svn/cvs/Linux x86_64)

Revision  Changes    Path
1.22                 dev-lang/python/python-3.1.1-r1.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-lang/python/python-3.1.1-r1.ebuild?rev=1.22&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-lang/python/python-3.1.1-r1.ebuild?rev=1.22&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-lang/python/python-3.1.1-r1.ebuild?r1=1.21&r2=1.22

Index: python-3.1.1-r1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-lang/python/python-3.1.1-r1.ebuild,v
retrieving revision 1.21
retrieving revision 1.22
diff -u -r1.21 -r1.22
--- python-3.1.1-r1.ebuild	19 Dec 2009 21:16:36 -0000	1.21
+++ python-3.1.1-r1.ebuild	1 Jan 2010 19:54:42 -0000	1.22
@@ -1,6 +1,6 @@
-# Copyright 1999-2009 Gentoo Foundation
+# Copyright 1999-2010 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-lang/python/python-3.1.1-r1.ebuild,v 1.21 2009/12/19 21:16:36 arfrever Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-lang/python/python-3.1.1-r1.ebuild,v 1.22 2010/01/01 19:54:42 arfrever Exp $
 
 EAPI="2"
 
@@ -14,7 +14,7 @@
 MY_P="Python-${PV}"
 S="${WORKDIR}/${MY_P}"
 
-PATCHSET_REVISION="3"
+PATCHSET_REVISION="4"
 
 DESCRIPTION="Python is an interpreted, interactive, object-oriented programming language."
 HOMEPAGE="http://www.python.org/"
@@ -26,7 +26,7 @@
 KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~sparc-fbsd ~x86-fbsd"
 IUSE="build doc elibc_uclibc examples gdbm ipv6 +ncurses +readline sqlite ssl +threads tk +wide-unicode wininst +xml"
 
-RDEPEND=">=app-admin/eselect-python-20090606
+RDEPEND=">=app-admin/eselect-python-20091230
 		>=sys-libs/zlib-1.1.3
 		virtual/libffi
 		virtual/libintl
@@ -208,6 +208,8 @@
 	elog "If you'd like to run them, you may:"
 	elog "cd /usr/$(get_libdir)/python${PYVER}/test"
 	elog "and run the tests separately."
+
+	python_disable_pyc
 }
 
 src_install() {



1.443                dev-lang/python/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-lang/python/ChangeLog?rev=1.443&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-lang/python/ChangeLog?rev=1.443&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-lang/python/ChangeLog?r1=1.442&r2=1.443

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-lang/python/ChangeLog,v
retrieving revision 1.442
retrieving revision 1.443
diff -u -r1.442 -r1.443
--- ChangeLog	1 Jan 2010 18:56:30 -0000	1.442
+++ ChangeLog	1 Jan 2010 19:54:43 -0000	1.443
@@ -1,6 +1,16 @@
 # ChangeLog for dev-lang/python
 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-lang/python/ChangeLog,v 1.442 2010/01/01 18:56:30 arfrever Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-lang/python/ChangeLog,v 1.443 2010/01/01 19:54:43 arfrever Exp $
+
+  01 Jan 2010; Arfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org>
+  python-3.1.1-r1.ebuild:
+  Respect PYTHONDONTWRITEBYTECODE / sys.dont_write_bytecode in distutils.
+  Check availability of nis headers before building of nis module (bug #288110).
+  Use pkg-config found by AC_PATH_TOOL() to avoid problem during crosscompilation
+  (bug #299044). Depend on >=app-admin/eselect-python-20091230, which allows
+  wrapper scipts generated by python_generate_wrapper_scripts() and requiring
+  Python-2-specific target scripts to work correctly, when Python 3 is set as
+  main active version of Python.
 
 *python-2.5.4-r4 (01 Jan 2010)
 
@@ -976,23 +986,23 @@
   bug 150595 dev-lang/python-2.5 fails to compile with LC_ALL=de_DE@euro
   bug 150732 python-2.4.3-r4 does not honor ROOT
   bug 159967 python doesn't add pthread to LIBS correctly on BSD
-  
+
   Other problems fixed:
   bug 148362 File collision between python-2.4* and python-2.5*
   bug 151695 dev-python/python-docs env.d entry incorrect
   bug 158383 emerging python-2.4.3-r4 segfaults with -ipv6
   bug 165268 dev-lang/python-2.4.4 fails to build the dbm module
-  
+
   Test failures fixed:
   bug 82469: QA issue: python-2.3.5-maketest failes with propolice
   bug 124188 dev-lang/python-2.4.2 fails test_cookielib
   bug 154247 dev-lang/python-2.4.4 tests failed: test_sax failed -- 1 of 42 tests failed: test_xmlgen_attr_escape
-  
+
   Feature requests:
   bug 131325 python 2.4.4/2.3.6 enable pthreads inconditionaly
   bug 135617 dev-lang/python should install Tools/freeze
   bug 176066 dev-lang/python-2.5.1 bump
-  
+
   Fixed in current upstream version:
   bug 90660 python-2.3.5: No module named fcntl
   bug 144798 dev-lang/python-2.4.3 with TZ=Australia/Melbourne fails test
@@ -1111,9 +1121,9 @@
   11 Jul 2006; Alastair Tse <liquidx@gentoo.org> python-2.4.3-r1.ebuild:
   python-2.2.3-r6.ebuild, python-2.3.5-r2.ebuild, python-2.4.2.ebuild,
   python-2.4.2-r1.ebuild, python-2.4.2-r2.ebuild, python-2.4.3.ebuild,
-  python-2.4.3-r1.ebuild:	
+  python-2.4.3-r1.ebuild:
   Typo fix in DESCRIPTION (#139463)
-	
+
   09 Jul 2006; Joshua Kinard <kumba@gentoo.org> python-2.4.3-r1.ebuild:
   Marked stable on mips.
 
@@ -1543,7 +1553,7 @@
   25 Jun 2004; Aron Griffis <agriffis@gentoo.org> python-2.2.2.ebuild,
   python-2.2.3-r5.ebuild, python-2.3.3-r1.ebuild, python-2.3.3.ebuild,
   python-2.3.4.ebuild, python-2.3.4_rc1.ebuild:
-  QA - fix use invocation and a bug in the 2.3.4 ebuilds: 
+  QA - fix use invocation and a bug in the 2.3.4 ebuilds:
   [ -z "use X" -o -z "use tcltk" ] doesn't do what you meant it to do
 
   20 Jun 2004; Gustavo Zacarias <gustavoz@gentoo.org> python-2.3.3-r1.ebuild:
@@ -1732,15 +1742,15 @@
   files/python-updater:
   ucs4 is now default. if you previously had python-2.3 merged, you'll need to
   update your packages again. (sorry, that is the price for running p.mask'ed
-  versions). to update your python packages if you had python-2.3 installed, 
+  versions). to update your python packages if you had python-2.3 installed,
   run :
-  
+
   /usr/portage/dev-lang/python/files/python-updater -o 2.3
-  
+
   if you are upgrading from python-2.2, then you will need to run:
-  
+
   /usr/portage/dev-lang/python/files/python-updater
-  
+
   python-updater script also modified to have more robust command-line
   parsing. hopefully this will be the last revision till we can go ~x86.
 
@@ -1807,7 +1817,7 @@
   sys-apps/portage to exclusions
 
   09 Oct 2003; <tuxus@gentoo.org> python-2.2.3-r1.ebuild:
-  stable on mips 
+  stable on mips
 
 *python-2.3.2-r1 (08 Oct 2003)
 
@@ -1882,7 +1892,7 @@
   Added hppa to keywords.
 
   06 Dec 2002; Rodney Rees <manson@gentoo.org> : changed sparc ~sparc keywords
- 
+
   29 Nov 2002; Dan Armak <danarmak@gentoo.org> ChangeLog  :
 
   Added missing python-config for 2.2.2.
@@ -1894,7 +1904,7 @@
 
   20 Oct 2002; Jon Nelson <jnelson@gentoo.org> :
   2.2.2 is released
-  
+
 *python-2.2.1-r5 (03 Oct 2002)
 
   15 Oct 2002; Martin Schlemmer <azarah@gentoo.org> :
@@ -1915,7 +1925,7 @@
   Filter -malign-double from flags
 
 *python-2.1.3-r1 (2 Jul 2002)
- 
+
   20 Jul 2002; Doug Goldstein <cardoe@gentoo.org> python-2.1.3-r1.ebuild
   Added missing KEYWORDS
 
@@ -1944,8 +1954,8 @@
   python-config file has changed.
 
 *python-2.2.1-r1 (29 May 2002)
- 
-  20 Jul 2002; Doug Goldstein <cardoe@gentoo.org>: python-2.2.1-r1.ebuild 
+
+  20 Jul 2002; Doug Goldstein <cardoe@gentoo.org>: python-2.2.1-r1.ebuild
   Added missing KEYWORDS
 
   29 May 2002; Jon Nelson <jnelson@gentoo.org>: python-2.2.1-r1.ebuild
@@ -1972,27 +1982,27 @@
   24 Apr 2002; Jon Nelson <jnelson@gentoo.org> python-2.2-r6.ebuild : Make
   python build with shared modules.  Depends on python-fchksum, as fchksum *no
   longer built in*
-	
+
 *python-2.2-r5 (8 Apr 2002)
 
   8 Apr 2002; Jared H. Hudson <jhhudso@gentoo.org> python-2.2-r5.ebuild :
-	
+
   Added include flag for compilation of tcltk with python to compile
   correctly.
 
   --------
-	
+
   06 Apr 2002; Daniel Robbins <drobbins@gentoo.org> : the 2.2-r4 ebuild now
   disables C++ support if we are creating a new build image (since we have no
   C++ in that case).
-  
+
   30 Mar 2002; Daniel Robbins <drobbins@gentoo.org> : changed PROVIDE from
   virtual/python-2.2 to virtual/python.  No rev bump.
 
 *python-2.2-r4 (1 Feb 2002)
 
   1 Feb 2002; G.Bevin <gbevin@gentoo.org> ChangeLog :
-  
+
   Added initial ChangeLog which should be updated whenever the package is
   updated in any way. This changelog is targetted to users. This means that the
   comments should well explained and written in clean English. The details about






             reply	other threads:[~2010-01-01 19:54 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2010-01-01 19:54 Arfrever Frehtes Taifersar Arahesis (arfrever) [this message]
  -- strict thread matches above, loose matches on Subject: below --
2010-03-04 17:55 [gentoo-commits] gentoo-x86 commit in dev-lang/python: python-3.1.1-r1.ebuild ChangeLog Arfrever Frehtes Taifersar Arahesis (arfrever)
2009-12-19 21:16 Arfrever Frehtes Taifersar Arahesis (arfrever)
2009-11-07 23:17 Arfrever Frehtes Taifersar Arahesis (arfrever)
2009-10-14  9:27 Samuli Suominen (ssuominen)

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=E1NQna7-0008Vr-Hg@stork.gentoo.org \
    --to=arfrever@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox