diff options
| author | root <root@alpha.trunkmasters.com> | 2026-06-12 11:50:53 -0500 |
|---|---|---|
| committer | root <root@alpha.trunkmasters.com> | 2026-06-12 11:50:53 -0500 |
| commit | 290aebdea65a02557706eaeda477fef0437b6a48 (patch) | |
| tree | f87a939169a508a2e943570501b64cc16b411cda /dev-python/dill | |
| parent | 6783ddcd4b73d9ce586a71770caed352bec93b16 (diff) | |
| download | baldeagleos-repo-290aebdea65a02557706eaeda477fef0437b6a48.tar.gz baldeagleos-repo-290aebdea65a02557706eaeda477fef0437b6a48.tar.xz baldeagleos-repo-290aebdea65a02557706eaeda477fef0437b6a48.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 | 20 |
3 files changed, 0 insertions, 44 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 3f1a5c1752db..000000000000 --- a/dev-python/dill/metadata.xml +++ /dev/null @@ -1,20 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE pkgmetadata SYSTEM "https://docs.baldeagleos.com/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 /> - <origin>baldeagleos-repo</origin> -</pkgmetadata> |
