diff options
author | Michał Górny <mgorny@gentoo.org> | 2020-03-25 14:01:30 +0100 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2020-03-25 14:25:08 +0100 |
commit | 04b4d5f0ac64211d772a153885bf1f464bfcc116 (patch) | |
tree | 325f27e53b645313f2f7525693cfd3eb6245f877 /dev-python/logutils | |
parent | dev-python/logutils: Stabilize 0.3.3-r1 ALLARCHES (diff) | |
download | gentoo-04b4d5f0ac64211d772a153885bf1f464bfcc116.tar.gz gentoo-04b4d5f0ac64211d772a153885bf1f464bfcc116.tar.bz2 gentoo-04b4d5f0ac64211d772a153885bf1f464bfcc116.zip |
dev-python/logutils: Remove old
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/logutils')
-rw-r--r-- | dev-python/logutils/logutils-0.3.3.ebuild | 19 |
1 files changed, 0 insertions, 19 deletions
diff --git a/dev-python/logutils/logutils-0.3.3.ebuild b/dev-python/logutils/logutils-0.3.3.ebuild deleted file mode 100644 index ffcbc6043503..000000000000 --- a/dev-python/logutils/logutils-0.3.3.ebuild +++ /dev/null @@ -1,19 +0,0 @@ -# Copyright 1999-2020 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 -PYTHON_COMPAT=( python3_6 ) - -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 x86" -IUSE="" - -DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]" -RDEPEND="" |