Log of /eclass/python-r1.eclass
Parent Directory
|
Revision Log
Revision
1.54 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Fri May 10 22:03:30 2013 UTC
(12 days, 21 hours ago)
by
mgorny
Branch:
MAIN
Changes since
1.53: +3 -3 lines
Diff to
previous 1.53
Consistently create ${EPYTHON} subdir for Python wrappers. Fixes conflict between Python & vala wrappers, bug #469312.
Revision
1.53 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Sun Apr 7 17:02:52 2013 UTC
(6 weeks, 4 days ago)
by
mgorny
Branch:
MAIN
Changes since
1.52: +4 -1 lines
Diff to
previous 1.52
Create temporary symlinks for executables and pkg-config files, and add them to $PATH and $PKG_CONFIG_PATH respectively. This makes it easier for broken build systems to find Python, and gives us the possibility of dropping python-wrapper.
Revision
1.49 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Sat Mar 9 13:52:55 2013 UTC
(2 months, 2 weeks ago)
by
mgorny
Branch:
MAIN
Changes since
1.48: +4 -9 lines
Diff to
previous 1.48
Clean up redundant USE flag check calls, replace them with a single call in _python_obtain_impls().
Revision
1.37 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Mon Jan 21 19:28:16 2013 UTC
(4 months ago)
by
mgorny
Branch:
MAIN
Changes since
1.36: +41 -11 lines
Diff to
previous 1.36
Check PYTHON_COMPAT for validity, and support disabling implementations in the eclass.
Revision
1.36 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Tue Jan 8 16:36:16 2013 UTC
(4 months, 1 week ago)
by
mgorny
Branch:
MAIN
Changes since
1.35: +30 -2 lines
Diff to
previous 1.35
Manually check PYTHON_TARGETS and PYTHON_SINGLE_TARGET for validity rather than using REQUIRED_USE. Fixes bug #447808.
Revision
1.35 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Fri Jan 4 01:26:22 2013 UTC
(4 months, 2 weeks ago)
by
floppym
Branch:
MAIN
Changes since
1.34: +9 -1 lines
Diff to
previous 1.34
Don't tell the user to set USE_PYTHON when a package does not support python2.7 or python3.2.
Revision
1.34 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Wed Jan 2 21:12:44 2013 UTC
(4 months, 2 weeks ago)
by
mgorny
Branch:
MAIN
Changes since
1.33: +3 -4 lines
Diff to
previous 1.33
Remove myself from explicit maintainers, it is enough to assign the bugs to Python team.
Revision
1.32 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Thu Dec 27 22:56:21 2012 UTC
(4 months, 3 weeks ago)
by
mgorny
Branch:
MAIN
Changes since
1.31: +79 -1 lines
Diff to
previous 1.31
Introduce python_gen_usedep() and python_gen_flags() to make writing complex dependencies easier.
Revision
1.27 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Sun Dec 16 21:42:33 2012 UTC
(5 months ago)
by
mgorny
Branch:
MAIN
Changes since
1.26: +6 -3 lines
Diff to
previous 1.26
Temporarily disable PYTHON_SINGLE_TARGET safety check because of issues with paludis, bug #447524.
Revision
1.25 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Sat Dec 1 09:29:24 2012 UTC
(5 months, 3 weeks ago)
by
mgorny
Branch:
MAIN
Changes since
1.24: +3 -1 lines
Diff to
previous 1.24
Introduce python-any-r1, to handle packages satisfied by any Python implementation installed (e.g. strictly build-time dependent).
Revision
1.23 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Mon Nov 26 08:31:26 2012 UTC
(5 months, 3 weeks ago)
by
mgorny
Branch:
MAIN
Changes since
1.22: +1 -13 lines
Diff to
previous 1.22
Override incompatible functions in python-single-r1 directly, instead of adding checks to python-r1.
Revision
1.17 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Sun Nov 4 15:16:34 2012 UTC
(6 months, 2 weeks ago)
by
mgorny
Branch:
MAIN
Changes since
1.16: +7 -6 lines
Diff to
previous 1.16
Always require PYTHON_COMPAT. Add an exception for python-exec which is a special case.
Revision
1.14 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Wed Oct 31 14:18:41 2012 UTC
(6 months, 3 weeks ago)
by
mgorny
Branch:
MAIN
Changes since
1.13: +2 -2 lines
Diff to
previous 1.13
Fix the shebang correcting function to patch shebang only. Thanks to Enlik for the patch.
Revision
1.12 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Mon Oct 29 09:51:27 2012 UTC
(6 months, 3 weeks ago)
by
mgorny
Branch:
MAIN
Changes since
1.11: +10 -6 lines
Diff to
previous 1.11
Move python-exec dependency to python-r1. That eclass now provides means to create versioned scripts as well.
Revision
1.11 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Mon Oct 29 09:46:03 2012 UTC
(6 months, 3 weeks ago)
by
mgorny
Branch:
MAIN
Changes since
1.10: +126 -0 lines
Diff to
previous 1.10
Introduce python_replicate_script(), to create copies of a Python script for all installed implementations.
Revision
1.10 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Mon Oct 29 09:25:04 2012 UTC
(6 months, 3 weeks ago)
by
mgorny
Branch:
MAIN
Changes since
1.9: +25 -0 lines
Diff to
previous 1.9
Introduce python_export_best() to obtain variables for the most preferred Python implementation enabled.
Revision
1.7 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Sat Oct 27 01:14:38 2012 UTC
(6 months, 3 weeks ago)
by
floppym
Branch:
MAIN
Changes since
1.6: +1 -40 lines
Diff to
previous 1.6
Remove duplicate documentation for BUILD_DIR, PYTHON, and EPYTHON. This breaks eclass-manpages.
Revision
1.6 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Fri Oct 26 21:38:47 2012 UTC
(6 months, 3 weeks ago)
by
mgorny
Branch:
MAIN
Changes since
1.5: +1 -11 lines
Diff to
previous 1.5
Do not enter BUILD_DIR in python_foreach_impl(), do that in distutils-r1 instead.
Revision
1.4 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Thu Oct 25 16:44:54 2012 UTC
(6 months, 3 weeks ago)
by
mgorny
Branch:
MAIN
Changes since
1.3: +82 -16 lines
Diff to
previous 1.3
Introduce python_export() to set Python-relevant variables, and document them better.
Revision
1.1 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Sun Oct 14 10:51:28 2012 UTC
(7 months, 1 week ago)
by
mgorny
Branch:
MAIN
Introduce python-r1, a new (and simpler) eclass for Python-related packages.
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: |
|