summaryrefslogtreecommitdiff
path: root/dev-python/deprecation
diff options
context:
space:
mode:
authorLiguros - Gitlab CI/CD [develop] <gitlab@liguros.net>2023-07-10 18:16:01 +0000
committerLiguros - Gitlab CI/CD [develop] <gitlab@liguros.net>2023-07-10 18:16:01 +0000
commitcbad49af4cee2ad0df22314531acd2b077052602 (patch)
treefb3c237a58be40d0ff1305754285b0ddc5c473a0 /dev-python/deprecation
parent5404d0afe9780d4d58407e62134652503af14054 (diff)
downloadbaldeagleos-repo-cbad49af4cee2ad0df22314531acd2b077052602.tar.gz
baldeagleos-repo-cbad49af4cee2ad0df22314531acd2b077052602.tar.xz
baldeagleos-repo-cbad49af4cee2ad0df22314531acd2b077052602.zip
Adding metadata
Diffstat (limited to 'dev-python/deprecation')
-rw-r--r--dev-python/deprecation/deprecation-2.1.0.ebuild24
1 files changed, 0 insertions, 24 deletions
diff --git a/dev-python/deprecation/deprecation-2.1.0.ebuild b/dev-python/deprecation/deprecation-2.1.0.ebuild
deleted file mode 100644
index a46fd5575a68..000000000000
--- a/dev-python/deprecation/deprecation-2.1.0.ebuild
+++ /dev/null
@@ -1,24 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-PYTHON_COMPAT=( python3_{7,8,9,10,11} pypy3 )
-inherit distutils-r1 pypi
-
-DESCRIPTION="A library to handle automated deprecations"
-HOMEPAGE="https://deprecation.readthedocs.io/"
-
-LICENSE="Apache-2.0"
-SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~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
-}