commit: 6d41c4958fda778661222bd09ed23021630a2edd Author: Michał Górny <mgorny <AT> gentoo <DOT> org> AuthorDate: Tue Mar 15 14:10:42 2022 +0000 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org> CommitDate: Tue Mar 15 14:10:42 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6d41c495
dev-python/logutils: Remove old Signed-off-by: Michał Górny <mgorny <AT> gentoo.org> dev-python/logutils/logutils-0.3.5.ebuild | 19 ------------------- 1 file changed, 19 deletions(-) diff --git a/dev-python/logutils/logutils-0.3.5.ebuild b/dev-python/logutils/logutils-0.3.5.ebuild deleted file mode 100644 index 2ec3b99f5117..000000000000 --- a/dev-python/logutils/logutils-0.3.5.ebuild +++ /dev/null @@ -1,19 +0,0 @@ -# Copyright 1999-2021 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -PYTHON_COMPAT=( python3_{8..10} ) -DISTUTILS_USE_SETUPTOOLS=no - -inherit distutils-r1 - -DESCRIPTION="The logutils package provides a set of handlers for the Python standard" -HOMEPAGE="https://bitbucket.org/vinay.sajip/logutils" -SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" - -LICENSE="BSD" -SLOT="0" -KEYWORDS="amd64 arm64 ~ppc64 ~riscv x86" - -distutils_enable_tests setup.py