public inbox for gentoo-python@lists.gentoo.org
 help / color / mirror / Atom feed
 messages from 2012-10-28 16:10:30 to 2013-02-18 15:20:49 UTC [more...]

[gentoo-python] Supporting non-UTF-8 locales
 2013-02-18 15:20 UTC  (6+ messages)
  ` [gentoo-python] "

[gentoo-python] [PATCH distutils-r1] Support EXAMPLES for installing examples
 2013-02-15 23:56 UTC 

[gentoo-python] [PATCH] Override egg-info location in out-of-source builds
 2013-02-09 15:57 UTC  (2+ messages)
` [gentoo-python] "

[gentoo-python] [PATCH] Add distutils_install_for_testing()
 2013-02-09 15:54 UTC  (2+ messages)
` [gentoo-python] "

[gentoo-python] [PATCH] Error out if something installs the 'tests' package
 2013-02-04 15:51 UTC  (3+ messages)

[gentoo-python] [PATCH] Support python_get_library_path()
 2013-02-04  1:14 UTC  (2+ messages)
` [gentoo-python] "

[gentoo-python] [PATCH] Introduce DISTUTILS_COMMON_ARGS, for global scope
 2013-02-03  0:18 UTC 

[gentoo-python] [PATCH] Introduce python_newscript()
 2013-02-02 15:32 UTC  (4+ messages)
` [gentoo-python] "

[gentoo-python] [PATCH] Introduce run_in_build_dir() as requested in a few ebuilds
 2013-01-26 17:08 UTC  (3+ messages)
` [gentoo-python] "

[gentoo-python] python-utils-r1: introduce python_doheader() to install headers
 2013-01-26 15:44 UTC  (4+ messages)
` [gentoo-python] [PATCH 1/2] Add python_doheader() to install header files into impl-specific dir
` [gentoo-python] [PATCH 2/2] Example use on dev-python/imaging
` [gentoo-python] Re: python-utils-r1: introduce python_doheader() to install headers

[gentoo-python] PYTHON_USEDEP - '?' vs '(-)?' USE-deps
 2013-01-22 16:11 UTC 

[gentoo-python] [PATCH] Validate PYTHON_COMPAT, support disabling implementations
 2013-01-21 17:24 UTC  (3+ messages)
` [gentoo-python] "

[gentoo-python] [PATCH 1/3] Support making distutils-r1 deps and phases optional
 2013-01-21  6:17 UTC  (8+ messages)
` [gentoo-python] [PATCH 2/3] Wrap multijob_finish in a private function as well
` [gentoo-python] [PATCH 3/3] Support requesting single implementation only (python-single-r1)
  ` [gentoo-python] "
` [gentoo-python] Re: [PATCH 1/3] Support making distutils-r1 deps and phases optional

[gentoo-python] Deprecating and removing pysqlite
 2013-01-17 15:09 UTC  (2+ messages)
` [gentoo-python] "

[gentoo-python] [PATCH 1/2] Pass custom arguments to esetup.py before the 'build' set
 2013-01-12 22:50 UTC  (4+ messages)
` [gentoo-python] [PATCH 2/2] Make option passing docs clear
` [gentoo-python] Re: [PATCH 1/2] Pass custom arguments to esetup.py before the 'build' set

[gentoo-python] [PATCH] Export best implementation build dir as BUILD_DIR in common phases
 2013-01-12 21:35 UTC  (3+ messages)
` [gentoo-python] "

[gentoo-python] [PATCH] Support directories in DOCS
 2013-01-12 19:00 UTC  (2+ messages)
` [gentoo-python] "

[gentoo-python] distutils-r1: BEST_BUILD_DIR vs BUILD_DIR problem
 2013-01-09 21:56 UTC 

[gentoo-python] [PATCH] Do not call the dummy no-op default phases
 2013-01-08 20:44 UTC  (2+ messages)
` [gentoo-python] "

[gentoo-python] Deprecating Jython 2.5
 2013-01-05  9:38 UTC 

[gentoo-python] What are the issues with Python namespaces?
 2013-01-03 23:26 UTC 

[gentoo-python] [PATCH] Always create split logs, even with non-parallel builds
 2013-01-03 23:23 UTC  (2+ messages)
` [gentoo-python] "

[gentoo-python] [PATCH] Don't warn about USE_PYTHON when the package does not support typical python versions
 2013-01-03 23:13 UTC 

[gentoo-python] Am I wrong about mod_python?
 2013-01-03 22:16 UTC  (3+ messages)

[gentoo-python] dev-python/requests api changes
 2013-01-02 16:36 UTC  (3+ messages)

[gentoo-python] [PATCH] Support overriding job-count for distutils-r1 multiprocessing
 2013-01-01 21:18 UTC  (6+ messages)
` [gentoo-python] "

[gentoo-python] [PATCH] Support converting python[23] shebangs
 2013-01-01 19:13 UTC  (2+ messages)
` [gentoo-python] "

[gentoo-python] [PATCH] Add python_gen_cond_dep()
 2012-12-30 17:12 UTC  (5+ messages)
` [gentoo-python] "

[gentoo-python] [PATCH] Pass --build-scripts in out-of-source builds
 2012-12-27 22:15 UTC  (2+ messages)
` [gentoo-python] "

[gentoo-python] [PATCH] Introduce PYTHON_INCLUDEDIR and python_get_includedir
 2012-12-24 16:26 UTC  (2+ messages)
` [gentoo-python] "

[gentoo-python] [PATCH 1/2] Introduce python_gen_usedep & python_gen_useflags for special deps
 2012-12-19 21:00 UTC  (2+ messages)
` [gentoo-python] [PATCH 2/2] Use python_gen_*() functions to make the deps simpler

[gentoo-python] [PATCH 1/2] Require EAPI=5 for python-single-r1
 2012-12-17 10:37 UTC  (3+ messages)
` [gentoo-python] [PATCH 2/2] Re-enable python-r1 -> python-single-r1 dep prevention in EAPI 5+

[gentoo-python] [PATCH python-utils-r1 1/2] Introduce 'PYTHON_PKG_DEP' for dependency on Python
 2012-12-17  0:13 UTC  (2+ messages)
` [gentoo-python] [PATCH python-utils-r1 2/2] Use PYTHON_PKG_DEP to simplify eclasses

[gentoo-python] [PATCH python-single-r1 1/2] Introduce python_fix_shebang() for Python scripts in single-r1
 2012-12-16 22:52 UTC  (2+ messages)
` [gentoo-python] [PATCH python-single-r1 2/2] Example use of python_fix_shebang() (xen-tools)

[gentoo-python] [PATCHes] boost migration to python-r1
 2012-12-15 14:27 UTC  (10+ messages)
` [gentoo-python] [PATCH 1/3] Let boost figure out the Python includedir itself
  ` [gentoo-python] "
    ` [gentoo-python] [PATCH] Pass absolute Python interpreter path to boost
` [gentoo-python] [PATCH 2/3] Commonize out $(python_get_sitedir)/boost into a variable
  ` [gentoo-python] "
` [gentoo-python] [PATCH 3/3] Convert to python-r1
  ` [gentoo-python] "

[gentoo-python] [PATCH] Support overriding PYTHON_COMPAT
 2012-12-13 17:50 UTC  (4+ messages)
` [gentoo-python] "
  ` [gentoo-python] [PATCH] Add docs

[gentoo-python] New QA tools for python-r1
 2012-12-10  9:33 UTC  (2+ messages)

[gentoo-python] [PATCH] Prohibit dependencies on packages not supporting multiple impls
 2012-12-08  8:56 UTC 

[gentoo-python] [distutils-r1] Improvements to parallel builds
 2012-12-06 17:40 UTC  (7+ messages)
` [gentoo-python] [PATCH distutils-r1 1/4] Don't rely on phase function return code
` [gentoo-python] [PATCH distutils-r1 2/4] Use post-fork mode to avoid early output
` [gentoo-python] [PATCH distutils-r1 3/4] multiprocessing: use the expanded call form
` [gentoo-python] [PATCH distutils-r1 4/4] Create split logs when doing parallel builds
` [gentoo-python] Re: [distutils-r1] Improvements to "

[gentoo-python] [PATCH] Respect user preferences in python-any-r1 if possible
 2012-12-06 17:22 UTC  (2+ messages)
` [gentoo-python] "

[gentoo-python] [PATCH updated 1/3] Set env for best Python impl in *_all() phases
 2012-12-03 18:52 UTC  (5+ messages)
` [gentoo-python] [PATCH updated 2/3] Don't rely on phase function return code
` [gentoo-python] [PATCH updated 3/3] Example benefit of those changes
` [gentoo-python] Re: [PATCH updated 1/3] Set env for best Python impl in *_all() phases

[gentoo-python] [PATCH] Set env for best Python impl in *_all() phases
 2012-12-03 11:04 UTC  (3+ messages)
` [gentoo-python] [PATCH corrected] "

[gentoo-python] [PATCH jython2.5 ebuild 1/4] Get rid of meaningless python.eclass use
 2012-12-02  0:11 UTC  (4+ messages)
` [gentoo-python] [PATCH jython2.5 ebuild 2/4] Readability
` [gentoo-python] [PATCH jython2.5 ebuild 3/4] use python-utils-r1 to compile not-compiled-already files
` [gentoo-python] [PATCH jython2.5 ebuild 4/4] Install epython module for python-exec

[gentoo-python] python2.7 ebuild patches, split up
 2012-11-29 19:58 UTC  (14+ messages)
` [gentoo-python] [PATCH 01/10] python-utils-r1: support all EAPIs
` [gentoo-python] [PATCH 02/10] keywords
` [gentoo-python] [PATCH 03/10] Package the compiled .pyc & .pyo files
` [gentoo-python] [PATCH 04/10] Commonize out $(python_get_libdir) in src_install()
` [gentoo-python] [PATCH 05/10] Replace python_get_libdir with inlined path
` [gentoo-python] [PATCH 06/10] Stop using python.eclass
` [gentoo-python] [PATCH 07/10] Install 'epython' module for python-exec
` [gentoo-python] [PATCH 08/10] Clean up DESCRIPTION and whitespace
` [gentoo-python] [PATCH 09/10] Clean up the bsddb messages
` [gentoo-python] [PATCH 10/10] Stop passing meaningless EPYTHON to make
` [gentoo-python] [PATCH 10/10 updated] Replace static EPYTHON setting with python-any-r1
  ` [gentoo-python] "

[gentoo-python] distutils-r1: a bit of clean up + parallel builds
 2012-11-29 16:40 UTC  (9+ messages)
` [gentoo-python] [PATCH distutils-r1 1/6] Make distutils-r1_rename_scripts private
` [gentoo-python] [PATCH distutils-r1 2/6] Rename all Python executables in distutils-r1_rename_scripts
` [gentoo-python] [PATCH distutils-r1 3/6] _distutils-r1_rename_scripts: require explicit path
` [gentoo-python] [PATCH distutils-r1 4/6] Install files to intermediate root and merge afterwards
` [gentoo-python] [PATCH distutils-r1 5/6] Install the wrapper symlink in _distutils-r1_rename_scripts
` [gentoo-python] [PATCH distutils-r1 6/6] Run sub-phases in parallel
` [gentoo-python] Re: distutils-r1: a bit of clean up + parallel builds

[gentoo-python] [PATCH 1/3] Make python-single-r1 stand-alone
 2012-11-28 22:19 UTC  (9+ messages)
` [gentoo-python] [PATCH 2/3] Disallow using python-r1 & python-single-r1 together
` [gentoo-python] [PATCH 3/3] Initial concept of python-build-r1 eclass
` [gentoo-python] Re: [PATCH 1/3] Make python-single-r1 stand-alone

[gentoo-python] [PATCH python-ebuilds] python2.7: first ebuild converted to python-utils-r1
 2012-11-26 18:47 UTC  (4+ messages)
  ` [gentoo-python] "

[gentoo-python] Package supporting single implementation only -- auxiliary variable solution
 2012-11-19 10:17 UTC  (3+ messages)
` [gentoo-python] "

[gentoo-python] [PATCH 1/2] python_doscript() to install Python scripts
 2012-11-17 21:26 UTC  (4+ messages)
` [gentoo-python] [PATCH 2/2] python_domodule() to install Python modules
` [gentoo-python] Re: [PATCH 1/2] python_doscript() to install Python scripts

[gentoo-python] python-r1 <-> python.eclass package dependencies
 2012-11-12  9:34 UTC  (10+ messages)

[gentoo-python] [PATCH eselect-python 1/2] Store per-version interpreter preference in a file as well
 2012-11-03 21:31 UTC  (12+ messages)
` [gentoo-python] [PATCH eselect-python 2/2] Re-set the same interpreters on 'update --if-unset'
  ` [gentoo-python] Re: [PATCH eselect-python 1/2] Store per-version interpreter preference in a file as well

[gentoo-python] Replacing python-wrapper with python-exec
 2012-11-01 22:09 UTC  (3+ messages)

[gentoo-python] [PATCH] eselect-python: update and clean the live ebuild up
 2012-11-01 18:47 UTC  (2+ messages)
  ` [gentoo-python] "

[gentoo-python] distutils-r1 -- support for out-of-source builds?
 2012-10-28 16:11 UTC  (4+ messages)


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox