diff options
author | Michał Górny <mgorny@gentoo.org> | 2024-02-26 15:12:03 +0100 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2024-02-26 15:12:03 +0100 |
commit | 2b5dafda77ca65f11c6cb8c841a767032e511fa2 (patch) | |
tree | cfac8bdc6ac9fc3bb99fc9baf0f199104636e9b2 /dev-python/loguru | |
parent | dev-python/leather: Remove old (diff) | |
download | gentoo-2b5dafda77ca65f11c6cb8c841a767032e511fa2.tar.gz gentoo-2b5dafda77ca65f11c6cb8c841a767032e511fa2.tar.bz2 gentoo-2b5dafda77ca65f11c6cb8c841a767032e511fa2.zip |
dev-python/loguru: Remove old
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/loguru')
-rw-r--r-- | dev-python/loguru/Manifest | 1 | ||||
-rw-r--r-- | dev-python/loguru/loguru-0.7.0.ebuild | 35 |
2 files changed, 0 insertions, 36 deletions
diff --git a/dev-python/loguru/Manifest b/dev-python/loguru/Manifest index ef5591fc6cd8..4d7b0008da94 100644 --- a/dev-python/loguru/Manifest +++ b/dev-python/loguru/Manifest @@ -1,2 +1 @@ -DIST loguru-0.7.0.gh.tar.gz 430544 BLAKE2B 13ee91da7c7bc0b29297cb70235c26e0517939c332dde342c14cb937112d5a0b9c467ec273f2034875a52902ffc05dd780fd349498d8a0b65efd6ecf6a947056 SHA512 02d2a0c7c54a5083a444a23222854ee4587da3f7a490ec193d0bae2f3c464c0a86102417f5886205e73c0a149694b931f39f3c5a1ade605cf2b2799395a478a0 DIST loguru-0.7.2.gh.tar.gz 443643 BLAKE2B 208c4ad989257e0e0d5cecf41c9722f398e5c73528f8a88c92e28490121723d5c19b4170ff246446e94237e8bb732f83e4b9fcc66c42aa7e3c1ba25aaa069e34 SHA512 e4d358f12ec33393bdac836206a15a3161653684b69839f58bbdc692155e4aee4b6ec700ab13b83f431a67df5ec86cacf2cb90fa052827e5e03c68c1f132e339 diff --git a/dev-python/loguru/loguru-0.7.0.ebuild b/dev-python/loguru/loguru-0.7.0.ebuild deleted file mode 100644 index d81e7c00a5a4..000000000000 --- a/dev-python/loguru/loguru-0.7.0.ebuild +++ /dev/null @@ -1,35 +0,0 @@ -# Copyright 2019-2023 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -DISTUTILS_USE_PEP517=setuptools -PYTHON_COMPAT=( python3_{9..11} ) - -inherit distutils-r1 - -DESCRIPTION="Python logging made (stupidly) simple" -HOMEPAGE=" - https://github.com/Delgan/loguru/ - https://pypi.org/project/loguru/ -" -SRC_URI=" - https://github.com/Delgan/loguru/archive/${PV}.tar.gz - -> ${P}.gh.tar.gz -" - -LICENSE="MIT" -SLOT="0" -KEYWORDS="~amd64 ~ppc64 ~x86" - -BDEPEND=" - test? ( - >=dev-python/colorama-0.4.6[${PYTHON_USEDEP}] - >=dev-python/freezegun-1.2.2[${PYTHON_USEDEP}] - dev-python/mypy[${PYTHON_USEDEP}] - ) -" - -# filesystem buffering tests may fail -# on tmpfs with 64k PAGESZ, but pass fine on ext4 -distutils_enable_tests pytest |