Gentoo Archives: gentoo-commits

From: Sam James <sam@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: profiles/, dev-perl/Inline-Python/, dev-perl/Inline-Python/files/
Date: Thu, 30 Jun 2022 22:25:15
Message-Id: 1656627732.bd10077947c930702d2b0f5a7da21b1c48fb8511.sam@gentoo
1 commit: bd10077947c930702d2b0f5a7da21b1c48fb8511
2 Author: Sam James <sam <AT> gentoo <DOT> org>
3 AuthorDate: Thu Jun 30 22:22:02 2022 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Thu Jun 30 22:22:12 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bd100779
7
8 dev-perl/Inline-Python: treeclean
9
10 Bug: https://bugs.gentoo.org/845678
11 Signed-off-by: Sam James <sam <AT> gentoo.org>
12
13 .../Inline-Python/Inline-Python-0.560.0-r1.ebuild | 40 ----------------------
14 dev-perl/Inline-Python/Manifest | 1 -
15 .../files/Inline-Python-0.460.0-insanepython.patch | 20 -----------
16 dev-perl/Inline-Python/metadata.xml | 16 ---------
17 profiles/package.mask | 5 ---
18 5 files changed, 82 deletions(-)
19
20 diff --git a/dev-perl/Inline-Python/Inline-Python-0.560.0-r1.ebuild b/dev-perl/Inline-Python/Inline-Python-0.560.0-r1.ebuild
21 deleted file mode 100644
22 index 13f4bff80381..000000000000
23 --- a/dev-perl/Inline-Python/Inline-Python-0.560.0-r1.ebuild
24 +++ /dev/null
25 @@ -1,40 +0,0 @@
26 -# Copyright 1999-2021 Gentoo Authors
27 -# Distributed under the terms of the GNU General Public License v2
28 -
29 -EAPI=7
30 -
31 -PYTHON_COMPAT=( python3_7 python3_8 python3_9 )
32 -# Feel free to add more targets after testing.
33 -
34 -DIST_AUTHOR=NINE
35 -DIST_VERSION=0.56
36 -inherit python-single-r1 perl-module
37 -
38 -DESCRIPTION="Easy implementation of Python extensions"
39 -
40 -SLOT="0"
41 -KEYWORDS="~amd64 ~sparc ~x86"
42 -IUSE="test"
43 -RESTRICT="!test? ( test )"
44 -
45 -RDEPEND="
46 - virtual/perl-Data-Dumper
47 - >=virtual/perl-Digest-MD5-2.500.0
48 - >=dev-perl/Inline-0.460.0
49 - ${PYTHON_DEPS}
50 -"
51 -DEPEND="${PYTHON_DEPS}"
52 -BDEPEND="${RDEPEND}
53 - virtual/perl-ExtUtils-MakeMaker
54 - test? (
55 - >=dev-perl/Proc-ProcessTable-0.530.0
56 - virtual/perl-Test-Simple
57 - dev-perl/Test-Deep
58 - dev-perl/Test-Number-Delta
59 - virtual/perl-Test
60 - )
61 -"
62 -
63 -REQUIRED_USE="${PYTHON_REQUIRED_USE}"
64 -
65 -PATCHES=( "${FILESDIR}/${PN}-0.460.0-insanepython.patch" )
66
67 diff --git a/dev-perl/Inline-Python/Manifest b/dev-perl/Inline-Python/Manifest
68 deleted file mode 100644
69 index 1cc1ed5fe732..000000000000
70 --- a/dev-perl/Inline-Python/Manifest
71 +++ /dev/null
72 @@ -1 +0,0 @@
73 -DIST Inline-Python-0.56.tar.gz 58224 BLAKE2B e422c46cfaaaf77a0a683ccf2818db62e5f2c726b9ede71f446bd2bb4fe66ba8ab8d99b30ce26168bf47cc23f06afc5b9839a403cd6b52781aa288a29cbedea3 SHA512 d5fffec8a377ec10c8b21ed9324e2de5a77d10304fc2a89196df89984e55869e3e4e0ef970f1aa4651068b8a6d834fa8eb18d70a052c646ddd98ef338f772e7d
74
75 diff --git a/dev-perl/Inline-Python/files/Inline-Python-0.460.0-insanepython.patch b/dev-perl/Inline-Python/files/Inline-Python-0.460.0-insanepython.patch
76 deleted file mode 100644
77 index b713f170abe8..000000000000
78 --- a/dev-perl/Inline-Python/files/Inline-Python-0.460.0-insanepython.patch
79 +++ /dev/null
80 @@ -1,20 +0,0 @@
81 -diff -ruN Inline-Python-0.46.orig/Makefile.PL Inline-Python-0.46/Makefile.PL
82 ---- Inline-Python-0.46.orig/Makefile.PL 2014-12-07 12:35:25.478476508 +0100
83 -+++ Inline-Python-0.46/Makefile.PL 2014-12-11 00:37:37.580577317 +0100
84 -@@ -134,7 +134,7 @@
85 - $ref->{libpath} = join '/', (get_config_var($ref, "LIBDEST"),
86 - 'config')
87 - if ($ref->{libpath} eq 'None');
88 -- return query_options($ref) unless sanity_check($ref);
89 -+ return $ref;
90 - }
91 -
92 - sub test_interrogate {
93 -@@ -171,6 +171,7 @@
94 - Extra Libs: $sel->{syslibs}
95 - Python Library: $sel->{libpath}/$sel->{libpython}
96 - Include Path: $sel->{incpath}
97 -+
98 - END
99 - # ' stupid vim.
100 - }
101
102 diff --git a/dev-perl/Inline-Python/metadata.xml b/dev-perl/Inline-Python/metadata.xml
103 deleted file mode 100644
104 index a8d2705744db..000000000000
105 --- a/dev-perl/Inline-Python/metadata.xml
106 +++ /dev/null
107 @@ -1,16 +0,0 @@
108 -<?xml version="1.0" encoding="UTF-8"?>
109 -<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
110 -<pkgmetadata>
111 - <maintainer type="project">
112 - <email>perl@g.o</email>
113 - <name>Gentoo Perl Project</name>
114 - </maintainer>
115 - <upstream>
116 - <remote-id type="cpan">Inline-Python</remote-id>
117 - <remote-id type="cpan-module">Inline::Python</remote-id>
118 - <remote-id type="cpan-module">Inline::Python::Boolean</remote-id>
119 - <remote-id type="cpan-module">Inline::Python::Function</remote-id>
120 - <remote-id type="cpan-module">Inline::Python::Object</remote-id>
121 - <remote-id type="cpan-module">Inline::Python::Object::Data</remote-id>
122 - </upstream>
123 -</pkgmetadata>
124
125 diff --git a/profiles/package.mask b/profiles/package.mask
126 index 35170e3a5f52..0438deb8c9e6 100644
127 --- a/profiles/package.mask
128 +++ b/profiles/package.mask
129 @@ -263,11 +263,6 @@ dev-python/pypcap
130 # Bugs #845681, #747982. Removal on 2022-06-30.
131 dev-python/3to2
132
133 -# Sam James <sam@g.o> (2022-05-30)
134 -# No upstream development since 2017, doesn't support Python 3.10. Bug #845678.
135 -# Removal on 2022-06-30.
136 -dev-perl/Inline-Python
137 -
138 # Matt Turner <mattst88@g.o> (2022-05-30)
139 # libwacom-2 broke ABI compatibility; reverse dependencies need to be updated.
140 # Bug #848501