diff options
author | Michał Górny <mgorny@gentoo.org> | 2022-03-15 15:10:42 +0100 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2022-03-15 15:10:42 +0100 |
commit | 6d41c4958fda778661222bd09ed23021630a2edd (patch) | |
tree | df6a46eb527c4f849c5d91d567c9443d9c7004e0 | |
parent | dev-python/jaraco-packaging: Remove old (diff) | |
download | gentoo-6d41c4958fda778661222bd09ed23021630a2edd.tar.gz gentoo-6d41c4958fda778661222bd09ed23021630a2edd.tar.bz2 gentoo-6d41c4958fda778661222bd09ed23021630a2edd.zip |
dev-python/logutils: Remove old
Signed-off-by: Michał Górny <mgorny@gentoo.org>
-rw-r--r-- | dev-python/logutils/logutils-0.3.5.ebuild | 19 |
1 files changed, 0 insertions, 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 |