diff options
author | Michał Górny <mgorny@gentoo.org> | 2020-07-12 18:43:02 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2020-07-12 18:53:14 +0200 |
commit | 6fcae39aa747a956648445b9b494c3cba946a622 (patch) | |
tree | 07e3a868b38e965f51c2bda10a0a6627f641e79a /dev-python/logutils | |
parent | dev-python/loguru: Remove redundant versions (diff) | |
download | gentoo-6fcae39aa747a956648445b9b494c3cba946a622.tar.gz gentoo-6fcae39aa747a956648445b9b494c3cba946a622.tar.bz2 gentoo-6fcae39aa747a956648445b9b494c3cba946a622.zip |
dev-python/logutils: Remove redundant versions
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/logutils')
-rw-r--r-- | dev-python/logutils/Manifest | 1 | ||||
-rw-r--r-- | dev-python/logutils/logutils-0.3.3-r1.ebuild | 20 |
2 files changed, 0 insertions, 21 deletions
diff --git a/dev-python/logutils/Manifest b/dev-python/logutils/Manifest index 36420156f569..cffb318a49c5 100644 --- a/dev-python/logutils/Manifest +++ b/dev-python/logutils/Manifest @@ -1,2 +1 @@ -DIST logutils-0.3.3.tar.gz 27106 BLAKE2B b029b1767fd385d921a254454090630b31b4a9ff7f71ca7fbf777102bcdc795bd79207f8d9098bb0538a110dfbc8ceef87ffe1443fbb42cad1e6f4879248ea0e SHA512 d341567180e96cf09155af7af96becb773b81e1c25946c5f08fce56b85018f236eb23b0d76b2b938900128b763a65327d64f0abaec0ccb0f6365d4d8fa3dc369 DIST logutils-0.3.5.tar.gz 27703 BLAKE2B ceeabbc64603da949e771531fd1a7cff6bc760ffa98fcb952eddc5da39d019e202949dc596398ea68397c573cb9c2bace77f8e5462030e68d2f5768444a23b45 SHA512 0194bf4f01e7a29d4211495dc5fead9d4bd5bc1b791d25ff38ad28960a229a9bcdbaa7e6d3b5a4105eef6c9aa159459d6529c2615df113e7ec1ae93aac5cce6c diff --git a/dev-python/logutils/logutils-0.3.3-r1.ebuild b/dev-python/logutils/logutils-0.3.3-r1.ebuild deleted file mode 100644 index cb4b39ef72b8..000000000000 --- a/dev-python/logutils/logutils-0.3.3-r1.ebuild +++ /dev/null @@ -1,20 +0,0 @@ -# Copyright 1999-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="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 x86" -IUSE="" - -DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]" -RDEPEND="" |