public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/gentoo:master commit in: profiles/, dev-perl/Inline-Python/, dev-perl/Inline-Python/files/
@ 2022-06-30 22:25 Sam James
  0 siblings, 0 replies; only message in thread
From: Sam James @ 2022-06-30 22:25 UTC (permalink / raw
  To: gentoo-commits

commit:     bd10077947c930702d2b0f5a7da21b1c48fb8511
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Thu Jun 30 22:22:02 2022 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Thu Jun 30 22:22:12 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bd100779

dev-perl/Inline-Python: treeclean

Bug: https://bugs.gentoo.org/845678
Signed-off-by: Sam James <sam <AT> gentoo.org>

 .../Inline-Python/Inline-Python-0.560.0-r1.ebuild  | 40 ----------------------
 dev-perl/Inline-Python/Manifest                    |  1 -
 .../files/Inline-Python-0.460.0-insanepython.patch | 20 -----------
 dev-perl/Inline-Python/metadata.xml                | 16 ---------
 profiles/package.mask                              |  5 ---
 5 files changed, 82 deletions(-)

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
deleted file mode 100644
index 13f4bff80381..000000000000
--- a/dev-perl/Inline-Python/Inline-Python-0.560.0-r1.ebuild
+++ /dev/null
@@ -1,40 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-PYTHON_COMPAT=( python3_7 python3_8 python3_9 )
-# Feel free to add more targets after testing.
-
-DIST_AUTHOR=NINE
-DIST_VERSION=0.56
-inherit python-single-r1 perl-module
-
-DESCRIPTION="Easy implementation of Python extensions"
-
-SLOT="0"
-KEYWORDS="~amd64 ~sparc ~x86"
-IUSE="test"
-RESTRICT="!test? ( test )"
-
-RDEPEND="
-	virtual/perl-Data-Dumper
-	>=virtual/perl-Digest-MD5-2.500.0
-	>=dev-perl/Inline-0.460.0
-	${PYTHON_DEPS}
-"
-DEPEND="${PYTHON_DEPS}"
-BDEPEND="${RDEPEND}
-	virtual/perl-ExtUtils-MakeMaker
-	test? (
-		>=dev-perl/Proc-ProcessTable-0.530.0
-		virtual/perl-Test-Simple
-		dev-perl/Test-Deep
-		dev-perl/Test-Number-Delta
-		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
deleted file mode 100644
index 1cc1ed5fe732..000000000000
--- a/dev-perl/Inline-Python/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST Inline-Python-0.56.tar.gz 58224 BLAKE2B e422c46cfaaaf77a0a683ccf2818db62e5f2c726b9ede71f446bd2bb4fe66ba8ab8d99b30ce26168bf47cc23f06afc5b9839a403cd6b52781aa288a29cbedea3 SHA512 d5fffec8a377ec10c8b21ed9324e2de5a77d10304fc2a89196df89984e55869e3e4e0ef970f1aa4651068b8a6d834fa8eb18d70a052c646ddd98ef338f772e7d

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
deleted file mode 100644
index b713f170abe8..000000000000
--- a/dev-perl/Inline-Python/files/Inline-Python-0.460.0-insanepython.patch
+++ /dev/null
@@ -1,20 +0,0 @@
-diff -ruN Inline-Python-0.46.orig/Makefile.PL Inline-Python-0.46/Makefile.PL
---- Inline-Python-0.46.orig/Makefile.PL	2014-12-07 12:35:25.478476508 +0100
-+++ Inline-Python-0.46/Makefile.PL	2014-12-11 00:37:37.580577317 +0100
-@@ -134,7 +134,7 @@
-     $ref->{libpath} = join '/', (get_config_var($ref, "LIBDEST"),
- 				 'config')
-       if ($ref->{libpath} eq 'None');
--    return query_options($ref) unless sanity_check($ref);
-+    return $ref;
- }
- 
- sub test_interrogate {
-@@ -171,6 +171,7 @@
-    Extra Libs:  $sel->{syslibs}
-    Python Library:  $sel->{libpath}/$sel->{libpython}
-    Include Path:    $sel->{incpath}
-+
- END
-     # ' stupid vim.
-     }

diff --git a/dev-perl/Inline-Python/metadata.xml b/dev-perl/Inline-Python/metadata.xml
deleted file mode 100644
index a8d2705744db..000000000000
--- a/dev-perl/Inline-Python/metadata.xml
+++ /dev/null
@@ -1,16 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
-  <maintainer type="project">
-    <email>perl@gentoo.org</email>
-    <name>Gentoo Perl Project</name>
-  </maintainer>
-  <upstream>
-    <remote-id type="cpan">Inline-Python</remote-id>
-    <remote-id type="cpan-module">Inline::Python</remote-id>
-    <remote-id type="cpan-module">Inline::Python::Boolean</remote-id>
-    <remote-id type="cpan-module">Inline::Python::Function</remote-id>
-    <remote-id type="cpan-module">Inline::Python::Object</remote-id>
-    <remote-id type="cpan-module">Inline::Python::Object::Data</remote-id>
-  </upstream>
-</pkgmetadata>

diff --git a/profiles/package.mask b/profiles/package.mask
index 35170e3a5f52..0438deb8c9e6 100644
--- a/profiles/package.mask
+++ b/profiles/package.mask
@@ -263,11 +263,6 @@ dev-python/pypcap
 # Bugs #845681, #747982. Removal on 2022-06-30.
 dev-python/3to2
 
-# Sam James <sam@gentoo.org> (2022-05-30)
-# No upstream development since 2017, doesn't support Python 3.10. Bug #845678.
-# Removal on 2022-06-30.
-dev-perl/Inline-Python
-
 # Matt Turner <mattst88@gentoo.org> (2022-05-30)
 # libwacom-2 broke ABI compatibility; reverse dependencies need to be updated.
 # Bug #848501


^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2022-06-30 22:25 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-06-30 22:25 [gentoo-commits] repo/gentoo:master commit in: profiles/, dev-perl/Inline-Python/, dev-perl/Inline-Python/files/ Sam James

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