commit:     7196dedce642f331b6ab7f967ea97b60478a7086
Author:     David Seifert <soap <AT> gentoo <DOT> org>
AuthorDate: Sun May 14 16:19:08 2023 +0000
Commit:     David Seifert <soap <AT> gentoo <DOT> org>
CommitDate: Sun May 14 16:19:08 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7196dedc

dev-python/picklemagic: treeclean

Closes: https://bugs.gentoo.org/896810
Signed-off-by: David Seifert <soap <AT> gentoo.org>

 dev-python/picklemagic/Manifest                    |  1 -
 dev-python/picklemagic/metadata.xml                | 21 ---------------
 .../picklemagic/picklemagic-0.0_pre20160415.ebuild | 30 ----------------------
 profiles/package.mask                              |  5 ----
 4 files changed, 57 deletions(-)

diff --git a/dev-python/picklemagic/Manifest b/dev-python/picklemagic/Manifest
deleted file mode 100644
index f18140d20c10..000000000000
--- a/dev-python/picklemagic/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST picklemagic-0.0_pre20160415.tar.xz 23364 BLAKE2B 
07104393d41c68fabb26d642b6a78b5b5506322edc1322f6a0957c485c2681aafb388488b4d65d920102fb56839ebdeb82cbde909dae3d982311a3d776ca8aca
 SHA512 
0b0866895df5f5f49462d75ad6a435f93796c60eae2442350ea0768872cc1938406b68f5ecb54e1583c245c6ac6d4feada32469184e24186adf78d002adfcd76

diff --git a/dev-python/picklemagic/metadata.xml 
b/dev-python/picklemagic/metadata.xml
deleted file mode 100644
index fd5c1e286b51..000000000000
--- a/dev-python/picklemagic/metadata.xml
+++ /dev/null
@@ -1,21 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd";>
-<pkgmetadata>
-       <maintainer type="person">
-               <email>[email protected]</email>
-               <name>Andrew Savchenko</name>
-       </maintainer>
-       <longdescription>
-               A set of modules for analyzing and playing with the mechanics 
of python pickles.
-               Features:
-                       * Forgiving: Extracts as much data as possible from the 
pickle, even if class definitions are unavailable.
-                       * Safe: You can safely unpickle data structures from 
unknown sources
-                       * Easy to use: Tools are provided which make it 
possible to code around the unpickled datastructures as if they were created 
from the actual class definitions.
-                       * Customizeable: Most functionality is easily 
subclassable to suit your needs.
-                       * Create pickles as if you were writing python: Via a 
few constructs it's possible to create custom pickles with the ease of writing 
normal python.
-                       * Works in both python 2 and 3
-       </longdescription>
-       <upstream>
-               <remote-id 
type="github">CensoredUsername/picklemagic</remote-id>
-       </upstream>
-</pkgmetadata>

diff --git a/dev-python/picklemagic/picklemagic-0.0_pre20160415.ebuild 
b/dev-python/picklemagic/picklemagic-0.0_pre20160415.ebuild
deleted file mode 100644
index 62aedd757fa9..000000000000
--- a/dev-python/picklemagic/picklemagic-0.0_pre20160415.ebuild
+++ /dev/null
@@ -1,30 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-PYTHON_COMPAT=( python3_{9..10} )
-inherit python-r1
-
-DESCRIPTION="A library for analysing python pickles safely"
-HOMEPAGE="https://github.com/CensoredUsername/picklemagic";
-SRC_URI="https://dev.gentoo.org/~bircoph/distfiles/${P}.tar.xz";
-
-LICENSE="WTFPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="doc"
-REQUIRED_USE="${PYTHON_REQUIRED_USE}"
-
-BDEPEND="doc? ( dev-python/sphinx )"
-RDEPEND="${PYTHON_DEPS}"
-
-src_compile() {
-       use doc && emake -C doc html
-}
-
-src_install() {
-       default
-       python_foreach_impl python_domodule *.py
-       use doc && dodoc -r doc/build/html
-}

diff --git a/profiles/package.mask b/profiles/package.mask
index 0f7649148040..9ee466e0d74c 100644
--- a/profiles/package.mask
+++ b/profiles/package.mask
@@ -279,11 +279,6 @@ net-im/cawbird
 =sys-libs/ncurses-6.4_p20230424
 =sys-libs/ncurses-6.4_p20230506
 
-# Michał Górny <[email protected]> (2023-04-13)
-# Lack of support for Python 3.11.  The current version is from 2016.
-# No revdeps.  Removal on 2023-05-13.
-dev-python/picklemagic
-
 # Eray Aslan <[email protected]> (2023-04-12)
 # Mask experimental software
 =mail-mta/postfix-3.9*

Reply via email to