Gentoo Archives: gentoo-commits

From: "Michał Górny" <mgorny@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-eselect/eselect-python/
Date: Thu, 25 Feb 2016 20:29:29
Message-Id: 1456432146.6dde78ab6c01225a54125e2ec4e97c17df36d220.mgorny@gentoo
1 commit: 6dde78ab6c01225a54125e2ec4e97c17df36d220
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Thu Feb 25 18:54:20 2016 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Thu Feb 25 20:29:06 2016 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6dde78ab
7
8 app-eselect/eselect-python: Bump to 20160222
9
10 app-eselect/eselect-python/Manifest | 1 +
11 .../eselect-python/eselect-python-20160222.ebuild | 40 ++++++++++++++++++++++
12 2 files changed, 41 insertions(+)
13
14 diff --git a/app-eselect/eselect-python/Manifest b/app-eselect/eselect-python/Manifest
15 index d2da3df..84bb0fe 100644
16 --- a/app-eselect/eselect-python/Manifest
17 +++ b/app-eselect/eselect-python/Manifest
18 @@ -4,3 +4,4 @@ DIST eselect-python-20140115.tar.bz2 71910 SHA256 5898ee19015ae905168e8b7aa76552
19 DIST eselect-python-20140125.tar.bz2 72102 SHA256 ee7b470f7facc42285bab7f4b947280741515a85c9067339511c219248f8fdfb SHA512 94d4eb5a1af365c6f56a6fc2b75298018267cd4f6004f30b2e4d0c4744d3e82b33f6c82e6f0ea0f15132d5157c3ace99fa167bbf3ebada46edd2e005ca96eb51 WHIRLPOOL 70d5f9af2929507d26e56080ce934066d2de5f16030dfd63b016215465ad5fc89eb952d64cc545c7058d146108e26925741d2c8fbaba08abba1a5cae7b0c23b6
20 DIST eselect-python-20151117.tar.bz2 62793 SHA256 6f2912ae4d4fc12949ae0c9bb8b93b3a3a8c372336c2138c758f042f91484561 SHA512 3e680f8c851251176d6bb916d003e421e4b414aa9cc59e20cb15d454a3251cdf1e587828e9b2a5db461641f277e3b764ca172f4466fe3f6ef9679a9a05a71732 WHIRLPOOL a2e4ca676ead692b08a6194fb4bf5dabdd383ad158f45a17cb21c59022af139b0646fe39b0f4c9b540c80c4c2a04362c75f90e3c7f1506056b7b0f01e5e51474
21 DIST eselect-python-20160207.tar.bz2 57454 SHA256 1da389c71b2b133ce56daae199334e920766d78e9e424d66cd76753a99b19a82 SHA512 ff83fb43df85ef0989ab9f557800e9ef97cd5b4e01316bc4f2b6fbe34e87b3fd5b4b1fb0081c11e2ff1ba42777c50d243eea306ec9211bf820211708f2fc395a WHIRLPOOL db63a490006d5fc53642448a3b19154bc48597a57b052413c42c7713a56665edae1505f9a2f432f88bb37ae5d7563743fc3a25b929896ca3e55a2365e2cd19c4
22 +DIST eselect-python-20160222.tar.bz2 48584 SHA256 be266ed02c60d4c44d07b575af87e4f9d3f952e387d8edb98edabbb72e855b75 SHA512 d0e424887594a1ffc0ce4f141e5c7d73763a49a2ec209b55ac2978a0bf82db9eaa3f07cc1c6650f609e6003f8292a260ce802c89f973b94c8a9a7c1d1ca84e3c WHIRLPOOL ba52a724fd3478b891d0c6a495885601bcc7f3bda713a5fd2e1c07ca1230d8a542ceb627329675f9935c07735e4de4a43d3d64d44771434cc4bbe9fb1cec6003
23
24 diff --git a/app-eselect/eselect-python/eselect-python-20160222.ebuild b/app-eselect/eselect-python/eselect-python-20160222.ebuild
25 new file mode 100644
26 index 0000000..dbfcd6c
27 --- /dev/null
28 +++ b/app-eselect/eselect-python/eselect-python-20160222.ebuild
29 @@ -0,0 +1,40 @@
30 +# Copyright 1999-2016 Gentoo Foundation
31 +# Distributed under the terms of the GNU General Public License v2
32 +# $Id$
33 +
34 +EAPI=5
35 +
36 +if [[ ${PV} == "99999999" ]] ; then
37 + inherit autotools git-r3
38 + EGIT_REPO_URI="git://anongit.gentoo.org/proj/${PN}.git"
39 +else
40 + SRC_URI="https://dev.gentoo.org/~mgorny/dist/${P}.tar.bz2"
41 + KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~ppc-aix ~x64-freebsd ~x86-freebsd ~hppa-hpux ~ia64-hpux ~x86-interix ~amd64-linux ~ia64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
42 +fi
43 +
44 +DESCRIPTION="Eselect module for management of multiple Python versions"
45 +HOMEPAGE="https://www.gentoo.org/proj/en/Python/"
46 +
47 +LICENSE="GPL-2"
48 +SLOT="0"
49 +IUSE=""
50 +
51 +# python-exec-2.4.2 for working -l option
52 +RDEPEND=">=app-admin/eselect-1.2.3
53 + >=dev-lang/python-exec-2.4.2"
54 +
55 +src_prepare() {
56 + [[ ${PV} == "99999999" ]] && eautoreconf
57 +}
58 +
59 +pkg_postinst() {
60 + local py
61 +
62 + if has_version 'dev-lang/python'; then
63 + eselect python update --if-unset
64 + fi
65 +
66 + if has_version "=dev-lang/python-3*"; then
67 + eselect python update "--python3" --if-unset
68 + fi
69 +}