diff options
author | Kent Fredric <kentnl@gentoo.org> | 2016-12-06 04:14:33 +1300 |
---|---|---|
committer | Kent Fredric <kentnl@gentoo.org> | 2016-12-06 04:14:54 +1300 |
commit | 7f27cf108e25144d91fe9569a9c07ab3476238aa (patch) | |
tree | 44cc9756a1503a397a4700de4a44b8f747b0f0e5 /dev-perl | |
parent | 66fa19421269542dd0111da838351845d07adf39 (diff) | |
download | gentoo-7f27cf108e25144d91fe9569a9c07ab3476238aa.tar.gz gentoo-7f27cf108e25144d91fe9569a9c07ab3476238aa.tar.xz |
dev-perl/Inline-Python: Bump to version 0.520.0
- EAPI6
- Parallel Tests
Upstream:
- Fix memory corruption after passing python dicts with non-string
keys to Perl
- Fix memory leaks passing python dicts with unicode keys to Perl
Package-Manager: portage-2.3.2
Diffstat (limited to 'dev-perl')
-rw-r--r-- | dev-perl/Inline-Python/Inline-Python-0.520.0.ebuild | 38 | ||||
-rw-r--r-- | dev-perl/Inline-Python/Manifest | 1 |
2 files changed, 39 insertions, 0 deletions
diff --git a/dev-perl/Inline-Python/Inline-Python-0.520.0.ebuild b/dev-perl/Inline-Python/Inline-Python-0.520.0.ebuild new file mode 100644 index 00000000000..465a895d6c2 --- /dev/null +++ b/dev-perl/Inline-Python/Inline-Python-0.520.0.ebuild @@ -0,0 +1,38 @@ +# Copyright 1999-2016 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=6 + +PYTHON_COMPAT=( python{2_7,3_4,3_5} ) +# Feel free to add more targets after testing. + +DIST_AUTHOR=NINE +DIST_VERSION=0.52 +inherit python-single-r1 perl-module + +DESCRIPTION="Easy implementation of Python extensions" + +SLOT="0" +KEYWORDS="~amd64 ~sparc ~x86" +IUSE="test" + +RDEPEND=" + virtual/perl-Data-Dumper + >=virtual/perl-Digest-MD5-2.500.0 + >=dev-perl/Inline-0.460.0 + ${PYTHON_DEPS} +" +DEPEND="${RDEPEND} + virtual/perl-ExtUtils-MakeMaker + test? ( + >=dev-perl/Proc-ProcessTable-0.530.0 + virtual/perl-Test-Simple + dev-perl/Test-Deep + virtual/perl-Test + ) +" + +REQUIRED_USE="${PYTHON_REQUIRED_USE}" + +PATCHES=( "${FILESDIR}/${PN}-0.460.0-insanepython.patch" ) diff --git a/dev-perl/Inline-Python/Manifest b/dev-perl/Inline-Python/Manifest index 0a0f3901525..354d8e41775 100644 --- a/dev-perl/Inline-Python/Manifest +++ b/dev-perl/Inline-Python/Manifest @@ -1 +1,2 @@ DIST Inline-Python-0.49.tar.gz 56811 SHA256 10c9419651c7b345fa7ec922f4a9d6287fd5a69761f4240f9e0b21f0944f8bf3 SHA512 5495e8d4d22472ff0b58b8dcae4e12cb037a8629dcd059e3d2509d85c1e405be645ab9499480248a978e7b25004fd1fe65436f34f9f92bdd9150ea1401fa4720 WHIRLPOOL 62fc439c78c03ad24d310ac8749b8c0733072b1adc3d4a5c44fb20231134d4c8e792c883bccd12bba3f183be239be60723dba02819617ece9f98792823d77da4 +DIST Inline-Python-0.52.tar.gz 57345 SHA256 9c946e1c9ac308d4431f07bbd3965a945850d69eab33aced6c81e674729e2ff4 SHA512 5b097740e149ae5a1a51d068f2732bff06daa03279ea3ad009b34fc72f0baccf0304989a3b9c3d9b8cadca1bb897693d48fb1a91ed3dc412c61463256a9bcaaa WHIRLPOOL ab2114881997791226b4e9005cc3d7daec553c21b0f595945abb941638b64ff85b31692c3c882edc523603c167e9dee16c8e75f5f84b8759a6f1d525b3f8755a |