Log of /eclass/distutils.eclass
Parent Directory
|
Revision Log
Revision
1.80 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Tue Apr 12 18:49:03 2011 UTC
(7 years, 10 months ago)
by
arfrever
Branch:
MAIN
Changes since
1.79: +201 -59 lines
Diff to
previous 1.79
,
to
selected 1.29
Unconditionally print deprecation warnings for usage of distutils.eclass in old EAPIs.
Support specifying current working directory in DISTUTILS_SETUP_FILES.
Support specifying Python ABI pattern in DISTUTILS_GLOBAL_OPTIONS in EAPI >=4.
Ban DISTUTILS_DISABLE_VERSIONING_OF_PYTHON_SCRIPTS.
Add sanity checks in some functions.
Disable installation of useless files in distutils_src_install().
Handle *-nspkg.pth files in distutils_src_install().
Support EAPI="4" in handling of DOCS in distutils_src_install.
Delete distutils_python_version() and distutils_python_tkinter().
Add distutils_get_intermediate_installation_image().
Revision
1.79 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Fri Dec 24 15:05:24 2010 UTC
(8 years, 1 month ago)
by
arfrever
Branch:
MAIN
Changes since
1.78: +31 -36 lines
Diff to
previous 1.78
,
to
selected 1.29
Add optionally printed deprecation warning for already deprecated using of distutils.eclass in older EAPIs.
Deprecate DISTUTILS_DISABLE_VERSIONING_OF_PYTHON_SCRIPTS.
Use python_merge_intermediate_installation_images() in distutils_src_install().
Revision
1.77 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Sun Oct 10 19:23:20 2010 UTC
(8 years, 4 months ago)
by
arfrever
Branch:
MAIN
Changes since
1.76: +12 -12 lines
Diff to
previous 1.76
,
to
selected 1.29
Use _python_package_supporting_installation_for_multiple_python_abis() instead of checking SUPPORT_PYTHON_ABIS variable.
Fix a typo in distutils_src_install().
Revision
1.76 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Sat Jul 17 23:03:29 2010 UTC
(8 years, 7 months ago)
by
arfrever
Branch:
MAIN
Changes since
1.75: +42 -46 lines
Diff to
previous 1.75
,
to
selected 1.29
Allow specification of custom path to setup file using DISTUTILS_SETUP_FILES array.
Clean unneeded code in distutils_python_version() and distutils_python_tkinter().
Revision
1.74 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Thu Mar 4 17:49:03 2010 UTC
(8 years, 11 months ago)
by
arfrever
Branch:
MAIN
Changes since
1.73: +66 -13 lines
Diff to
previous 1.73
,
to
selected 1.29
Use prefix variables (bug #307669).
Support hooks in distutils_src_test().
Print deprecation warnings in distutils_python_version() and distutils_python_tkinter().
Revision
1.73 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Sun Feb 28 11:52:22 2010 UTC
(8 years, 11 months ago)
by
arfrever
Branch:
MAIN
Changes since
1.72: +44 -26 lines
Diff to
previous 1.72
,
to
selected 1.29
Do not export distutils_src_unpack() in EAPI >=2 and disallow using of distutils_src_unpack() in EAPI >=2.
Improve output of distutils_src_compile(), distutils_src_test() and distutils_src_install().
Check for Jython-related directories in distutils_pkg_postinst() and distutils_pkg_postrm().
Revision
1.70 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Thu Feb 4 18:31:44 2010 UTC
(9 years ago)
by
arfrever
Branch:
MAIN
Changes since
1.69: +140 -102 lines
Diff to
previous 1.69
,
to
selected 1.29
Delete support for DISTUTILS_DISABLE_PYTHON_DEPENDENCY and check PYTHON_DEPEND.
Support DISTUTILS_SRC_TEST and DISTUTILS_DISABLE_TEST_DEPENDENCY.
Add distutils_src_test().
Simplify distutils_src_compile() and distutils_src_install() by extracting of differing code to _distutils_get_build_dir() and _distutils_get_PYTHONPATH().
Delete no longer needed code in distutils_src_install().
Revision
1.68 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Thu Dec 24 04:21:39 2009 UTC
(9 years, 1 month ago)
by
arfrever
Branch:
MAIN
Changes since
1.67: +51 -2 lines
Diff to
previous 1.67
,
to
selected 1.29
Disallow using of ${python}, distutils_python_version() and distutils_python_tkinter() in EAPI >=3. Add renaming of Python scripts containing versioned shebangs and generation of wrapper scripts.
Revision
1.67 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Sat Nov 28 18:39:27 2009 UTC
(9 years, 2 months ago)
by
arfrever
Branch:
MAIN
Changes since
1.66: +44 -14 lines
Diff to
previous 1.66
,
to
selected 1.29
Add support for distutils_src_{compile,install}_{pre,post}_hook(). Use $(PYTHON ${PYVER}) instead of ${python} in distutils_src_compile() and distutils_src_install() to support multilib systems in older EAPIs.
Revision
1.62 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Wed Sep 9 19:26:00 2009 UTC
(9 years, 5 months ago)
by
arfrever
Branch:
MAIN
Changes since
1.61: +12 -8 lines
Diff to
previous 1.61
,
to
selected 1.29
Add support for DISTUTILS_DISABLE_PYTHON_DEPENDENCY variable. Improve handling of documentation in distutils_src_install().
Revision
1.30 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Wed Dec 7 17:57:12 2005 UTC
(13 years, 2 months ago)
by
marienz
Branch:
MAIN
Changes since
1.29: +2 -2 lines
Diff to
previous 1.29
Make distutils.eclass distutils_pkg_postinst support .pyc/.pyo pruning of multiple packages (bug #96389).
Revision
1.29 -
(
view)
(
download)
(
annotate)
-
[selected]
Fri Nov 4 03:28:06 2005 UTC
(13 years, 3 months ago)
by
vapier
Branch:
MAIN
Changes since
1.28: +2 -2 lines
Diff to
previous 1.28
install TODO but not COPYING doc files
Revision
1.6 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Thu Mar 6 02:29:53 2003 UTC
(15 years, 11 months ago)
by
kutsuya
Branch:
MAIN
Changes since
1.5: +23 -3 lines
Diff to
previous 1.5
,
to
selected 1.29
Modified this eclass in order to help handle python extensions for
slots. Added distutils_python_version() to help in adding include files
for the different slots. e.g. /usr/include/python${PYVER}
This form allows you to request diffs between any two revisions of this file.
For each of the two "sides" of the diff,
select a symbolic revision name using the selection box, or choose
'Use Text Field' and enter a numeric revision.
Sticky Tag: |
|