public inbox for gentoo-dev@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-dev] PYTHON_DEPEND - Suggested replacement for NEED_PYTHON
@ 2010-01-10  8:29 Arfrever Frehtes Taifersar Arahesis
  2010-01-10 18:41 ` Sebastian Pipping
  2010-01-10 20:56 ` Fabian Groffen
  0 siblings, 2 replies; 17+ messages in thread
From: Arfrever Frehtes Taifersar Arahesis @ 2010-01-10  8:29 UTC (permalink / raw
  To: Gentoo Development

[-- Attachment #1: Type: Text/Plain, Size: 1385 bytes --]

I would like to suggest introduction of support for PYTHON_DEPEND variable, which
would be a better replacement for NEED_PYTHON variable. NEED_PYTHON variable
does not allow to specify that e.g. only versions of Python 2 are accepted.
(Eventually PYTHON_DEPEND variable will have to be set only in ebuilds of packages
not supporting installation for multiple versions of Python.)

Suggested syntax:
  PYTHON_DEPEND="[USE_flag?] <X[:[Y][:[Z]]]> [X[:[Y][:[Z]]]]"
    <required_component>, [optional_component]
    X - Major version of Python ('2' or '3') or '*'.
    Y - Minimal version of Python in the form of ${major_version}.${minor_version}.
    Z - Maximal version of Python in the form of ${major_version}.${minor_version}.
        It will be probably very rarely used.

Examples:
  PYTHON_DEPEND="2"
    Dependency on any version of Python 2.

  PYTHON_DEPEND="2:2.5"
    Dependency on Python 2.7, 2.6 or 2.5.

  PYTHON_DEPEND="*:2.6"
    Dependency on Python 3.2, 3.1, 3.0, 2.7 or 2.6.

  PYTHON_DEPEND="2:2.7 3:3.1"
    Dependency on Python 3.2, 3.1 or 2.7.

  PYTHON_DEPEND="2:2.5:2.6"
    Dependency on Python 2.6 or 2.5.

  PYTHON_DEPEND="2::2.6"
    Dependency on Python 2.6, 2.5 or 2.4.

  PYTHON_DEPEND="python? 2"
    Dependency on any version of Python 2 when "python" USE flag is enabled.

-- 
Arfrever Frehtes Taifersar Arahesis

[-- Attachment #2: This is a digitally signed message part. --]
[-- Type: application/pgp-signature, Size: 836 bytes --]

^ permalink raw reply	[flat|nested] 17+ messages in thread

end of thread, other threads:[~2010-01-12 14:12 UTC | newest]

Thread overview: 17+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-01-10  8:29 [gentoo-dev] PYTHON_DEPEND - Suggested replacement for NEED_PYTHON Arfrever Frehtes Taifersar Arahesis
2010-01-10 18:41 ` Sebastian Pipping
2010-01-10 21:50   ` Arfrever Frehtes Taifersar Arahesis
2010-01-11  3:55     ` Sebastian Pipping
2010-01-11  8:47       ` Arfrever Frehtes Taifersar Arahesis
2010-01-12  3:20         ` Sebastian Pipping
2010-01-10 20:56 ` Fabian Groffen
2010-01-11  0:25   ` Arfrever Frehtes Taifersar Arahesis
2010-01-11  7:50     ` Fabian Groffen
2010-01-11  8:29       ` [gentoo-dev] " Duncan
2010-01-11 10:14         ` Fabian Groffen
2010-01-12 14:16           ` Arfrever Frehtes Taifersar Arahesis
2010-01-11  9:00       ` [gentoo-dev] " Arfrever Frehtes Taifersar Arahesis
2010-01-11 11:04         ` Gilles Dartiguelongue
2010-01-12 14:07           ` Arfrever Frehtes Taifersar Arahesis
2010-01-11 10:14     ` Maciej Mrozowski
2010-01-12 14:11       ` Arfrever Frehtes Taifersar Arahesis

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