Gentoo Archives: gentoo-commits

From: Kent Fredric <kentnl@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-perl/Inline-Python/
Date: Mon, 05 Dec 2016 15:15:08
Message-Id: 1480950894.7f27cf108e25144d91fe9569a9c07ab3476238aa.kentnl@gentoo
1 commit: 7f27cf108e25144d91fe9569a9c07ab3476238aa
2 Author: Kent Fredric <kentnl <AT> gentoo <DOT> org>
3 AuthorDate: Mon Dec 5 15:14:33 2016 +0000
4 Commit: Kent Fredric <kentnl <AT> gentoo <DOT> org>
5 CommitDate: Mon Dec 5 15:14:54 2016 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7f27cf10
7
8 dev-perl/Inline-Python: Bump to version 0.520.0
9
10 - EAPI6
11 - Parallel Tests
12
13 Upstream:
14 - Fix memory corruption after passing python dicts with non-string
15 keys to Perl
16 - Fix memory leaks passing python dicts with unicode keys to Perl
17
18 Package-Manager: portage-2.3.2
19
20 .../Inline-Python/Inline-Python-0.520.0.ebuild | 38 ++++++++++++++++++++++
21 dev-perl/Inline-Python/Manifest | 1 +
22 2 files changed, 39 insertions(+)
23
24 diff --git a/dev-perl/Inline-Python/Inline-Python-0.520.0.ebuild b/dev-perl/Inline-Python/Inline-Python-0.520.0.ebuild
25 new file mode 100644
26 index 00000000..465a895
27 --- /dev/null
28 +++ b/dev-perl/Inline-Python/Inline-Python-0.520.0.ebuild
29 @@ -0,0 +1,38 @@
30 +# Copyright 1999-2016 Gentoo Foundation
31 +# Distributed under the terms of the GNU General Public License v2
32 +# $Id$
33 +
34 +EAPI=6
35 +
36 +PYTHON_COMPAT=( python{2_7,3_4,3_5} )
37 +# Feel free to add more targets after testing.
38 +
39 +DIST_AUTHOR=NINE
40 +DIST_VERSION=0.52
41 +inherit python-single-r1 perl-module
42 +
43 +DESCRIPTION="Easy implementation of Python extensions"
44 +
45 +SLOT="0"
46 +KEYWORDS="~amd64 ~sparc ~x86"
47 +IUSE="test"
48 +
49 +RDEPEND="
50 + virtual/perl-Data-Dumper
51 + >=virtual/perl-Digest-MD5-2.500.0
52 + >=dev-perl/Inline-0.460.0
53 + ${PYTHON_DEPS}
54 +"
55 +DEPEND="${RDEPEND}
56 + virtual/perl-ExtUtils-MakeMaker
57 + test? (
58 + >=dev-perl/Proc-ProcessTable-0.530.0
59 + virtual/perl-Test-Simple
60 + dev-perl/Test-Deep
61 + virtual/perl-Test
62 + )
63 +"
64 +
65 +REQUIRED_USE="${PYTHON_REQUIRED_USE}"
66 +
67 +PATCHES=( "${FILESDIR}/${PN}-0.460.0-insanepython.patch" )
68
69 diff --git a/dev-perl/Inline-Python/Manifest b/dev-perl/Inline-Python/Manifest
70 index 0a0f390..354d8e4 100644
71 --- a/dev-perl/Inline-Python/Manifest
72 +++ b/dev-perl/Inline-Python/Manifest
73 @@ -1 +1,2 @@
74 DIST Inline-Python-0.49.tar.gz 56811 SHA256 10c9419651c7b345fa7ec922f4a9d6287fd5a69761f4240f9e0b21f0944f8bf3 SHA512 5495e8d4d22472ff0b58b8dcae4e12cb037a8629dcd059e3d2509d85c1e405be645ab9499480248a978e7b25004fd1fe65436f34f9f92bdd9150ea1401fa4720 WHIRLPOOL 62fc439c78c03ad24d310ac8749b8c0733072b1adc3d4a5c44fb20231134d4c8e792c883bccd12bba3f183be239be60723dba02819617ece9f98792823d77da4
75 +DIST Inline-Python-0.52.tar.gz 57345 SHA256 9c946e1c9ac308d4431f07bbd3965a945850d69eab33aced6c81e674729e2ff4 SHA512 5b097740e149ae5a1a51d068f2732bff06daa03279ea3ad009b34fc72f0baccf0304989a3b9c3d9b8cadca1bb897693d48fb1a91ed3dc412c61463256a9bcaaa WHIRLPOOL ab2114881997791226b4e9005cc3d7daec553c21b0f595945abb941638b64ff85b31692c3c882edc523603c167e9dee16c8e75f5f84b8759a6f1d525b3f8755a