diff options
| author | root <root@alpha.trunkmasters.com> | 2026-06-04 16:24:49 -0500 |
|---|---|---|
| committer | root <root@alpha.trunkmasters.com> | 2026-06-04 16:24:49 -0500 |
| commit | a3ceca1b4c0d9bdb550dc23f06ffbb5a8e033bc7 (patch) | |
| tree | 0c52bbae1c242fbc296bd650fcd1167685f81492 /dev-python/dill | |
| parent | bfd9c39e4712ebdb442d4ca0673061faed1e70e1 (diff) | |
| download | baldeagleos-repo-a3ceca1b4c0d9bdb550dc23f06ffbb5a8e033bc7.tar.gz baldeagleos-repo-a3ceca1b4c0d9bdb550dc23f06ffbb5a8e033bc7.tar.xz baldeagleos-repo-a3ceca1b4c0d9bdb550dc23f06ffbb5a8e033bc7.zip | |
Adding metadata
Diffstat (limited to 'dev-python/dill')
| -rw-r--r-- | dev-python/dill/Manifest | 1 | ||||
| -rw-r--r-- | dev-python/dill/dill-0.4.1.ebuild | 23 | ||||
| -rw-r--r-- | dev-python/dill/metadata.xml | 23 |
3 files changed, 0 insertions, 47 deletions
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 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd"> -<pkgmetadata> - <maintainer type="project"> - <email>python@gentoo.org</email> - <name>Python</name> - </maintainer> - <longdescription lang="en"> - 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. - </longdescription> - <stabilize-allarches/> - <upstream> - <remote-id type="pypi">dill</remote-id> - <remote-id type="github">uqfoundation/dill</remote-id> - </upstream> -</pkgmetadata> |
