diff options
author | Michał Górny <mgorny@gentoo.org> | 2020-07-12 18:43:01 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2020-07-12 18:53:13 +0200 |
commit | 3048f7649852787c767ecceed37f55f6e83c6e35 (patch) | |
tree | a4b511e8c389ad9466a3bcfe02288a5362761919 /dev-python/loguru | |
parent | dev-python/logbook: Remove redundant versions (diff) | |
download | gentoo-3048f7649852787c767ecceed37f55f6e83c6e35.tar.gz gentoo-3048f7649852787c767ecceed37f55f6e83c6e35.tar.bz2 gentoo-3048f7649852787c767ecceed37f55f6e83c6e35.zip |
dev-python/loguru: Remove redundant versions
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.4.1.ebuild | 24 |
2 files changed, 0 insertions, 25 deletions
diff --git a/dev-python/loguru/Manifest b/dev-python/loguru/Manifest index 8bb73739f901..c514b864af33 100644 --- a/dev-python/loguru/Manifest +++ b/dev-python/loguru/Manifest @@ -1,2 +1 @@ -DIST loguru-0.4.1.tar.gz 404393 BLAKE2B 2dec4a346db3652a35a758bb9ce98f29785f47a55a107c0f924005607001adbd6e873095b7212a86bfa66d5d8a24f058d775552c1fa044fabd9813c09f369f26 SHA512 5b7dbac11bbd5c7cb05fe380cf4a3337309614cac77ded3b1f5191c8865d16788cafa7e8da25817787a1ae94e1b6905afe54184d72df81fad08821cdb68c0a53 DIST loguru-0.5.1.tar.gz 412284 BLAKE2B c28fafd0c9871b56ea05648847d837e0a45c9c0452840c27cb966cc61d7010d41695066dd6723d0987af600cb90fbca499b99354aec2bbe6f1542fd5f7bbe2e9 SHA512 62e53d9a6ec9d6f9b305f1522f0149d22931782d485d21df3e6dbceea9dada269c77de8f69629fb07f28c2afd0b743b4e8d4afb54381b03933a07667a14fb356 diff --git a/dev-python/loguru/loguru-0.4.1.ebuild b/dev-python/loguru/loguru-0.4.1.ebuild deleted file mode 100644 index aed8f0048adf..000000000000 --- a/dev-python/loguru/loguru-0.4.1.ebuild +++ /dev/null @@ -1,24 +0,0 @@ -# Copyright 2019-2020 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -PYTHON_COMPAT=( python3_{6,7} ) - -inherit distutils-r1 - -DESCRIPTION="Python logging made (stupidly) simple" -HOMEPAGE="https://github.com/Delgan/loguru" -SRC_URI="https://github.com/Delgan/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz" - -LICENSE="MIT" -SLOT="0" -KEYWORDS="~amd64 ~ppc64 ~x86" - -RDEPEND=" - $(python_gen_cond_dep 'dev-python/aiocontextvars[${PYTHON_USEDEP}]' 'python3_6') - >=dev-python/colorama-0.3.4[${PYTHON_USEDEP}] -" -# filesystem buffering tests may fail -# on tmpfs with 64k PAGESZ, but pass fine on ext4 -distutils_enable_tests pytest |