diff options
| author | Liguros - Gitlab CI/CD [develop] <gitlab@liguros.net> | 2023-07-10 18:16:01 +0000 |
|---|---|---|
| committer | Liguros - Gitlab CI/CD [develop] <gitlab@liguros.net> | 2023-07-10 18:16:01 +0000 |
| commit | cbad49af4cee2ad0df22314531acd2b077052602 (patch) | |
| tree | fb3c237a58be40d0ff1305754285b0ddc5c473a0 /dev-python/deprecation | |
| parent | 5404d0afe9780d4d58407e62134652503af14054 (diff) | |
| download | baldeagleos-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.ebuild | 24 |
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 -} |
