summaryrefslogtreecommitdiff
path: root/dev-python/deprecation
diff options
context:
space:
mode:
authorroot <root@alpha.trunkmasters.com>2026-06-04 05:35:26 -0500
committerroot <root@alpha.trunkmasters.com>2026-06-04 05:35:26 -0500
commitf716a9fe6455d39eef01e718aae68dae61c19704 (patch)
tree0c52bbae1c242fbc296bd650fcd1167685f81492 /dev-python/deprecation
parent3f9cf298e89cd5037b982abba06091224ee76daf (diff)
downloadbaldeagleos-repo-f716a9fe6455d39eef01e718aae68dae61c19704.tar.gz
baldeagleos-repo-f716a9fe6455d39eef01e718aae68dae61c19704.tar.xz
baldeagleos-repo-f716a9fe6455d39eef01e718aae68dae61c19704.zip
Adding metadata
Diffstat (limited to 'dev-python/deprecation')
-rw-r--r--dev-python/deprecation/Manifest1
-rw-r--r--dev-python/deprecation/deprecation-2.1.0-r1.ebuild29
-rw-r--r--dev-python/deprecation/metadata.xml17
3 files changed, 0 insertions, 47 deletions
diff --git a/dev-python/deprecation/Manifest b/dev-python/deprecation/Manifest
deleted file mode 100644
index ae6cfdd1b111..000000000000
--- a/dev-python/deprecation/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST deprecation-2.1.0.tar.gz 173788 BLAKE2B 444c7ff688d6eab7dfcf58ad24580b5a6df39a5749341b28d6d5b9b516fd6aa7a462d7f644e6cba596bbf289be0224968f579837c6c71dbe7b36b65588da6eea SHA512 c184665d210c6eeb3f055b23e75c3714f3b18050e03bfe1384baf6c2504f1370116ae0e8c53ff818ccc54c0d633bbb3ba5791fe20b8029f3be0207b019a00275
diff --git a/dev-python/deprecation/deprecation-2.1.0-r1.ebuild b/dev-python/deprecation/deprecation-2.1.0-r1.ebuild
deleted file mode 100644
index 275a64f66f77..000000000000
--- a/dev-python/deprecation/deprecation-2.1.0-r1.ebuild
+++ /dev/null
@@ -1,29 +0,0 @@
-# Copyright 1999-2025 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="A library to handle automated deprecations"
-HOMEPAGE="
- https://deprecation.readthedocs.io/
- https://github.com/briancurtin/deprecation/
- https://pypi.org/project/deprecation/
-"
-
-LICENSE="Apache-2.0"
-SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 ~hppa ~loong ppc ppc64 ~riscv ~s390 ~sparc x86"
-
-RDEPEND="dev-python/packaging[${PYTHON_USEDEP}]"
-
-distutils_enable_sphinx docs
-distutils_enable_tests unittest
-
-src_prepare() {
- sed -i -e 's:unittest2:unittest:' tests/test_deprecation.py || die
- distutils-r1_src_prepare
-}
diff --git a/dev-python/deprecation/metadata.xml b/dev-python/deprecation/metadata.xml
deleted file mode 100644
index d6fcf8a518cd..000000000000
--- a/dev-python/deprecation/metadata.xml
+++ /dev/null
@@ -1,17 +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>
- </maintainer>
- <maintainer type="person">
- <email>prometheanfire@gentoo.org</email>
- <name>Matthew Thode</name>
- </maintainer>
- <stabilize-allarches/>
- <upstream>
- <remote-id type="pypi">deprecation</remote-id>
- <remote-id type="github">briancurtin/deprecation</remote-id>
- <bugs-to>https://github.com/briancurtin/deprecation/issues</bugs-to>
- </upstream>
-</pkgmetadata>