From a3ceca1b4c0d9bdb550dc23f06ffbb5a8e033bc7 Mon Sep 17 00:00:00 2001 From: root Date: Thu, 4 Jun 2026 16:24:49 -0500 Subject: Adding metadata --- dev-python/dill/Manifest | 1 - dev-python/dill/dill-0.4.1.ebuild | 23 ----------------------- dev-python/dill/metadata.xml | 23 ----------------------- 3 files changed, 47 deletions(-) delete mode 100644 dev-python/dill/Manifest delete mode 100644 dev-python/dill/dill-0.4.1.ebuild delete mode 100644 dev-python/dill/metadata.xml (limited to 'dev-python/dill') diff --git a/dev-python/dill/Manifest b/dev-python/dill/Manifest deleted file mode 100644 index 1b52c2ddd655..000000000000 --- a/dev-python/dill/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST dill-0.4.1.tar.gz 187315 BLAKE2B b0ce4a9c783e4461700f53b57d746fea8a4cef27403ef075d0fed4e7cfabb80453d3805586b8db868a9b5294e21c984ae26f0ec13edab20fcee2be0f9d6b9eed SHA512 af74f28e2cbf1cebae03f3b3f08ebff8ab90d5a2caba46529736c0f522806284da9a2967f1facb44eb7817c4213a88196d98d77883873dae8f7d7abb71dc9b2b diff --git a/dev-python/dill/dill-0.4.1.ebuild b/dev-python/dill/dill-0.4.1.ebuild deleted file mode 100644 index 50d390e63f14..000000000000 --- a/dev-python/dill/dill-0.4.1.ebuild +++ /dev/null @@ -1,23 +0,0 @@ -# Copyright 1999-2026 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -DISTUTILS_USE_PEP517=setuptools -PYTHON_COMPAT=( python3_{13..14} ) - -inherit distutils-r1 pypi - -DESCRIPTION="Serialize all of Python (almost)" -HOMEPAGE=" - https://github.com/uqfoundation/dill/ - https://pypi.org/project/dill/ -" - -LICENSE="BSD" -SLOT="0" -KEYWORDS="~alpha amd64 arm arm64 ~hppa ~loong ~m68k ~mips ppc ppc64 ~riscv ~s390 ~sparc x86" - -python_test() { - "${EPYTHON}" -m dill.tests || die -} diff --git a/dev-python/dill/metadata.xml b/dev-python/dill/metadata.xml deleted file mode 100644 index 33a563275d61..000000000000 --- a/dev-python/dill/metadata.xml +++ /dev/null @@ -1,23 +0,0 @@ - - - - - python@gentoo.org - Python - - - Dill extends Python's 'pickle' module for serializing and de-serializing Python - objects to the majority of the built-in Python types. - Dill provides the user the same interface as the 'pickle' module, and also - includes some additional features. In addition to pickling Python objects, - dill provides the ability to save the state of an interpreter session in a - single command. - Dill can be used to store Python objects to a file, but the primary usage is to - send Python objects across the network as a byte stream. - - - - dill - uqfoundation/dill - - -- cgit v1.3