messages from 2012-12-01 22:42:13 to 2013-04-30 18:16:55 UTC [more...]
[gentoo-python] unmasking python-3.3
2013-04-30 18:16 UTC (8+ messages)
[gentoo-python] [PATCHES] Use bash built-ins rather than external tools
2013-04-30 5:37 UTC (4+ messages)
` [gentoo-python] [PATCH 1/2] Replace sed call with variable substitution
` [gentoo-python] [PATCH 2/2] Replace 'head -n 1' calls with 'read' built-in
[gentoo-python] python-any-r1: bunch of bugfixes/improvements and dep-checking function
2013-04-30 5:36 UTC (6+ messages)
` [gentoo-python] [PATCH 1/4] Make Python checks consistent
` [gentoo-python] [PATCH 2/4] Perform wrapper setup in all codepaths
` [gentoo-python] [PATCH 3/4] Report no matching Python impl properly
` [gentoo-python] [PATCH 4/4] Add python_check_deps() to support testing supported impls
[gentoo-python] Alternate solution for 'python', 'python2' and 'pkg-config python' in ebuilds
2013-04-07 18:18 UTC (5+ messages)
` [gentoo-python] [PATCH] Create a temporary links for Python execs and pkg-config
[gentoo-python] [PATCH python-utils-r1] Support obtaining PYTHON_CFLAGS and PYTHON_LIBS
2013-03-28 12:23 UTC (2+ messages)
[gentoo-python] [PATCH python-r1 2/2] Introduce PYTHON_COMPAT_OVERRIDE to make testing easier
2013-03-21 12:12 UTC (9+ messages)
` [gentoo-python] "
[gentoo-python] [PATCH distutils-r1] Pass --build-platlib & --build-purelib instead of --build-lib
2013-03-19 6:14 UTC (3+ messages)
` [gentoo-python] "
[gentoo-python] [PATCH python-r1 1/2] Reuse multibuild.eclass in python_export_best()
2013-03-17 23:36 UTC (2+ messages)
` [gentoo-python] "
[gentoo-python] [PATCH] Support overriding PYTHON_COMPAT
2013-03-15 5:29 UTC (11+ messages)
` [gentoo-python] "
` [gentoo-python] [PATCH] Add docs
[gentoo-python] [PATCH] distutils-r1.eclass: Reverse order of esetup.py arguments and clarify documentation
2013-03-11 20:27 UTC
[gentoo-python] [PATCH python-r1] Move validity checks into _python_obtain_impls
2013-03-06 15:28 UTC (2+ messages)
` [gentoo-python] "
[gentoo-python] [PATCH distutils-r1] Support EXAMPLES for installing examples
2013-02-25 8:31 UTC (3+ messages)
` [gentoo-python] "
[gentoo-python] [PATCHES] distutils-r1: making in-source builds more compatible with out-of-source builds
2013-02-24 12:47 UTC (5+ messages)
` [gentoo-python] [PATCH distutils-r1 1/4] In-source builds: make BUILD_DIR point to the 'build' subdir
` [gentoo-python] [PATCH distutils-r1 2/4] In-source builds: override build locations as well
` [gentoo-python] [PATCH distutils-r1 3/4] In-source builds: set PYTHONPATH properly
` [gentoo-python] [PATCH distutils-r1 4/4] In-source builds: run *_all() phases in best-impl sources copy
[gentoo-python] [PATCHES] Cleaning python_foreach_impl() up and introduce a parallel variant
2013-02-24 10:03 UTC (9+ messages)
` [gentoo-python] [PATCH 1/5] Make python_foreach_impl() non-fatal
` [gentoo-python] [PATCH 2/5] Introduce python_parallel_foreach_impl()
` [gentoo-python] [PATCH 3/5] Init&finish multijob inside d-r1_run_foreach_impl()
` [gentoo-python] [PATCH 4/5] Use python_parallel_foreach_impl() in distutils-r1
` [gentoo-python] [PATCH 5/5] Re-enable split logs, now in python*_foreach_impl()
` [gentoo-python] "
` [gentoo-python] Re: [PATCHES] Cleaning python_foreach_impl() up and introduce a parallel variant
[gentoo-python] [PATCH] python-updater: Skip any packages which have "python_targets_" in IUSE
2013-02-23 0:14 UTC
[gentoo-python] Binhost for pypy
2013-02-19 13:30 UTC (5+ messages)
[gentoo-python] Supporting non-UTF-8 locales
2013-02-18 15:20 UTC (6+ messages)
` [gentoo-python] "
[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] 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
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox